Packages

package domain

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. domain
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. type Analysis = Type
  2. final case class Experiment(namespaceId: NamespaceId, environmentId: EnvironmentId, experimentId: ExplicitExperimentId, name: ExperimentName, owner: Owner, status: ExperimentLifecycleStatus, setup: ExperimentSetup, version: Version) extends Product with Serializable
  3. sealed abstract class ExperimentLifecycleStatus extends StringEnumEntry
  4. type ExperimentName = Type
  5. sealed trait ExperimentSetup extends AnyRef
  6. type Hypothesis = Type
  7. type Owner = Type
  8. type Resource = Type
  9. type TargetReason = Type
  10. type VariantReason = Type

Value Members

  1. object Analysis
  2. object ExperimentLifecycleStatus extends StringEnum[ExperimentLifecycleStatus]
  3. object ExperimentName
  4. object ExperimentSetup
  5. object Hypothesis
  6. object Owner
  7. object Resource
  8. object TargetReason
  9. object VariantReason

Inherited from AnyRef

Inherited from Any

Ungrouped