case class Event(effectCode: EffectCode, startTime: Option[Instant], stopTime: Option[Instant], tendency: Option[Tendency], lengthAffected: Option[Long], averageSpeedAbsolute: Option[Short], delay: Option[Long], segmentSpeedLimit: Option[Short], expectedSpeedAbsolute: Option[Short], causes: Seq[Cause], advices: Seq[Advice], vehicleRestrictions: Seq[VehicleRestriction], diversionRoutes: Seq[DiversionRoute], temporarySpeedLimits: Seq[TemporarySpeedLimit]) extends Product with Serializable

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

Instance Constructors

  1. new Event(effectCode: EffectCode, startTime: Optional[Instant], stopTime: Optional[Instant], tendency: Optional[Tendency], lengthAffected: Optional[Long], averageSpeedAbsolute: Optional[Short], delay: Optional[Long], segmentSpeedLimit: Optional[Short], expectedSpeedAbsolute: Optional[Short], causes: List[Cause], advices: List[Advice], vehicleRestrictions: List[VehicleRestriction], diversionRoutes: List[DiversionRoute], temporarySpeedLimits: List[TemporarySpeedLimit])
  2. new Event(effectCode: EffectCode, startTime: Option[Instant], stopTime: Option[Instant], tendency: Option[Tendency], lengthAffected: Option[Long], averageSpeedAbsolute: Option[Short], delay: Option[Long], segmentSpeedLimit: Option[Short], expectedSpeedAbsolute: Option[Short], causes: Seq[Cause], advices: Seq[Advice], vehicleRestrictions: Seq[VehicleRestriction], diversionRoutes: Seq[DiversionRoute], temporarySpeedLimits: Seq[TemporarySpeedLimit])

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. val advices: Seq[Advice]
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. val averageSpeedAbsolute: Option[Short]
  7. val causes: Seq[Cause]
  8. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  9. val delay: Option[Long]
  10. val diversionRoutes: Seq[DiversionRoute]
  11. val effectCode: EffectCode
  12. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  13. val expectedSpeedAbsolute: Option[Short]
  14. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  15. def getAdvices: List[Advice]
  16. def getAverageSpeedAbsolute: Optional[Short]
  17. def getCauses: List[Cause]
  18. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  19. def getDelay: Optional[Long]
  20. def getDiversionRoutes: List[DiversionRoute]
  21. def getEffectCode: EffectCode
  22. def getExpectedSpeedAbsolute: Optional[Short]
  23. def getLengthAffected: Optional[Long]
  24. def getSegmentSpeedLimit: Optional[Short]
  25. def getStartTime: Optional[Instant]
  26. def getStopTime: Optional[Instant]
  27. def getTemporarySpeedLimits: List[TemporarySpeedLimit]
  28. def getTendency: Optional[Tendency]
  29. def getVehicleRestrictions: List[VehicleRestriction]
  30. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  31. val lengthAffected: Option[Long]
  32. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  33. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  34. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  35. val segmentSpeedLimit: Option[Short]
  36. val startTime: Option[Instant]
  37. val stopTime: Option[Instant]
  38. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  39. val temporarySpeedLimits: Seq[TemporarySpeedLimit]
  40. val tendency: Option[Tendency]
  41. val vehicleRestrictions: Seq[VehicleRestriction]
  42. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  43. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  44. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped