object HartSequence extends IntEnum[HartSequence]
- Source
- HartSequence.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- HartSequence
- IntEnum
- IntEnumCompat
- ValueEnum
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- macro def findValues: IndexedSeq[HartSequence]
- Attributes
- protected
- Definition Classes
- IntEnumCompat
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- val values: IndexedSeq[HartSequence]
- Definition Classes
- HartSequence → ValueEnum
- final lazy val valuesToEntriesMap: Map[Int, HartSequence]
- Definition Classes
- ValueEnum
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- def withValue(i: Int): HartSequence
- Definition Classes
- ValueEnum
- Annotations
- @SuppressWarnings()
- def withValueEither(i: Int): Either[NoSuchMember[Int, ValueEnumEntry[Int]], HartSequence]
- Definition Classes
- ValueEnum
- def withValueOpt(i: Int): Option[HartSequence]
- Definition Classes
- ValueEnum
- case object Land extends HartSequence with Product with Serializable
lights on, bay doors open, shuttle lands
- case object PrepareForBoarding extends HartSequence with Product with Serializable
platform down, bay doors closed, gantries extend, lights off
- case object PrepareForDeparture extends HartSequence with Product with Serializable
gantries retract, lights on, bay doors open, platform up
- case object State0 extends HartSequence with Product with Serializable
no effect, but is used when the shuttle is docked
- case object State5 extends HartSequence with Product with Serializable
no effect, but is used when the shuttle is away; a substitute for 7 occasionally or used as its supplement, e.g., 2-2, 5-3, 3-4 OR 2-2, 7-3, 5-3, 3-4
- case object State7 extends HartSequence with Product with Serializable
no effect, but is used when the shuttle is away
- case object TakeOff extends HartSequence with Product with Serializable
shuttle takes off, bay doors close, lights off