DIRACState

object DIRACState
Companion:
class
trait Sum
trait Mirror
class Object
trait Matchable
class Any

Type members

Classlikes

case object Checking extends DIRACState
case object Completed extends DIRACState
case object Deleted extends DIRACState
case object Done extends DIRACState
case object Failed extends DIRACState
case object Killed extends DIRACState
case object Matched extends DIRACState
case object Received extends DIRACState
case object Running extends DIRACState
case object Staging extends DIRACState
case object Stalled extends DIRACState
case object Waiting extends DIRACState

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Inherited from:
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Inherited from:
Mirror

Value members

Concrete methods

def name(s: DIRACState): String
def withName(s: String): DIRACState

Concrete fields

lazy val stateIndex: Map[String, DIRACState]
val values: Seq[DIRACState]