Packages

final case class InTransit(timeOnClock: Long, duration: Long, boardingDuration: Long) extends HartEvent with Product with Serializable

Source
HartEvent.scala
Linear Supertypes
Serializable, Product, Equals, HartEvent, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. InTransit
  2. Serializable
  3. Product
  4. Equals
  5. HartEvent
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new InTransit(timeOnClock: Long, duration: Long, boardingDuration: Long)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. val boardingDuration: Long
  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  7. def docked: Option[Boolean]

    how the shuttle and the HART facility interact; this is an active state field: Some(true) - the shuttle is docked right now; Some(false) - the shuttle has freed itself from the facility's dock right now; None - the shuttle is acting freely apart from its facility

    how the shuttle and the HART facility interact; this is an active state field: Some(true) - the shuttle is docked right now; Some(false) - the shuttle has freed itself from the facility's dock right now; None - the shuttle is acting freely apart from its facility

    Definition Classes
    InTransitHartEvent
  8. val duration: Long

    for how long this event goes on

    for how long this event goes on

    Definition Classes
    InTransitHartEvent
  9. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  10. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  11. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  12. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  13. def lockedDoors: Boolean

    are the managed doors for the HART facility locked closed; this is an active state field: true - locked right now and false - unlocked right now

    are the managed doors for the HART facility locked closed; this is an active state field: true - locked right now and false - unlocked right now

    Definition Classes
    HartEvent
  14. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  15. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  16. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  17. def prerequisiteUpdate: Option[HartEventStateFields]

    these fields must be including prior to an update if the shuttle state was not previous known; the primary purpose is to place the shuttle platform at the correct elevation

    these fields must be including prior to an update if the shuttle state was not previous known; the primary purpose is to place the shuttle platform at the correct elevation

    Definition Classes
    InTransitHartEvent
  18. def productElementNames: Iterator[String]
    Definition Classes
    Product
  19. def shuttleState: Option[ShuttleState.Value]

    the shuttle has a unique state to expose to the zone; the state is related to a value in the Flying field of a VehicleStateMessage packet

    the shuttle has a unique state to expose to the zone; the state is related to a value in the Flying field of a VehicleStateMessage packet

    Definition Classes
    InTransitHartEvent
  20. def stateFields(time: Option[Long] = None): HartEventStateFields

    Get the animation state fields for this event.

    Get the animation state fields for this event.

    time

    during update requests, the amount of time that has elapsed during the start of this event

    returns

    the animation state data

    Definition Classes
    InTransitHartEvent
  21. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  22. def timeFields(time: Option[Long]): HartEventTimeFields

    Get the primary time fields for this event.

    Get the primary time fields for this event.

    time

    during update requests, the amount of time that has elapsed during the start of this event

    returns

    the time data

    Definition Classes
    InTransitHartEvent
  23. val timeOnClock: Long

    starting time on the clock; typically seen on the display

    starting time on the clock; typically seen on the display

    Definition Classes
    InTransitHartEvent
  24. def u1: HartSequence

    HART facility and shuttle animation

    HART facility and shuttle animation

    Definition Classes
    InTransitHartEvent
  25. def u2: Int

    counter?

    counter?

    Definition Classes
    InTransitHartEvent
  26. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  27. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  28. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from HartEvent

Inherited from AnyRef

Inherited from Any

Ungrouped