case class Car() extends SimActor with Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Car
- Serializable
- Product
- Equals
- SimActor
- Locatable
- Ordered
- Comparable
- PQItem
- Identifiable
- Coroutine
- Error
- Runnable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new Car()
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- def <(that: SimActor): Boolean
- Definition Classes
- Ordered
- def <=(that: SimActor): Boolean
- Definition Classes
- Ordered
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def >(that: SimActor): Boolean
- Definition Classes
- Ordered
- def >=(that: SimActor): Boolean
- Definition Classes
- Ordered
- def act(): Unit
- Definition Classes
- Car → SimActor → Coroutine
- val actTime: Double
- Definition Classes
- PQItem
- var arrivalT: Double
- Definition Classes
- SimActor
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def at: Array[Double]
- Definition Classes
- Locatable
- def at_=(at: Array[Double]): Unit
- Definition Classes
- Locatable
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
- def compare(actor2: SimActor): Int
- Definition Classes
- SimActor → Ordered
- def compare(other: PQItem): Int
- Definition Classes
- PQItem
- def compareTo(that: SimActor): Int
- Definition Classes
- Ordered → Comparable
- def counts: (Int, Int, Int)
- Definition Classes
- Coroutine
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(that: Any): Boolean
- Definition Classes
- Identifiable → AnyRef → Any
- final def flaw(method: String, message: String): Unit
- Definition Classes
- Error
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def hashCode(): Int
- Definition Classes
- Identifiable → AnyRef → Any
- val id: Int
- Definition Classes
- Identifiable
- def interrupt(): Unit
- Definition Classes
- Coroutine
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def me: String
- Definition Classes
- Identifiable
- var mySource: Source
- Definition Classes
- SimActor
- def name: String
- Definition Classes
- Identifiable
- def name_=(name: String): Unit
- Definition Classes
- Identifiable
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- def run(): Unit
- Definition Classes
- Coroutine → Runnable
- def schedule(delay: Double): Unit
- Definition Classes
- SimActor
- def simType: String
- Definition Classes
- Identifiable
- def start(): Future[_]
- Definition Classes
- Coroutine
- var subtype: Int
- Definition Classes
- SimActor
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- SimActor → PQItem → AnyRef → Any
- def trajectory: Double
- Definition Classes
- SimActor
- def trajectory_=(trajectory: Double): Unit
- Definition Classes
- SimActor
- 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()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- def yieldToDirector(quit: Boolean): Unit
- Definition Classes
- SimActor
- def yyield(that: Coroutine, quit: Boolean): Unit
- Definition Classes
- Coroutine
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated