scalation.process.ModelTest.RoadModel

Car

case class Car() extends SimActor with Product with Serializable

Linear Supertypes
Product, Equals, SimActor, Ordered[SimActor], Comparable[SimActor], PQItem, Identity, Error, Signals, Actor, Serializable, Serializable, InputChannel[Any], ActorCanReply, ReplyReactor, ReactorCanReply, Reactor[Any], Combinators, AbstractActor, CanReply[Any, Any], OutputChannel[Any], AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Hide All
  2. Show all
  1. Car
  2. Product
  3. Equals
  4. SimActor
  5. Ordered
  6. Comparable
  7. PQItem
  8. Identity
  9. Error
  10. Signals
  11. Actor
  12. Serializable
  13. Serializable
  14. InputChannel
  15. ActorCanReply
  16. ReplyReactor
  17. ReactorCanReply
  18. Reactor
  19. Combinators
  20. AbstractActor
  21. CanReply
  22. OutputChannel
  23. AnyRef
  24. Any
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Car()

Type Members

  1. type Future[+P] = Future[P]

    Definition Classes
    ReactorCanReply → CanReply

Value Members

  1. def !(msg: Any): Unit

    Definition Classes
    ReplyReactor → Reactor → OutputChannel
  2. def !!(msg: Any): Future[Any]

    Definition Classes
    ActorCanReply → ReactorCanReply → CanReply
  3. def !![A](msg: Any, handler: PartialFunction[Any, A]): Future[A]

    Definition Classes
    ActorCanReply → ReactorCanReply → CanReply
  4. final def !=(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  5. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  6. def !?(msec: Long, msg: Any): Option[Any]

    Definition Classes
    ActorCanReply → ReactorCanReply → CanReply
  7. def !?(msg: Any): Any

    Definition Classes
    ActorCanReply → ReactorCanReply → CanReply
  8. final def ##(): Int

    Definition Classes
    AnyRef → Any
  9. def <(that: SimActor): Boolean

    Definition Classes
    Ordered
  10. def <=(that: SimActor): Boolean

    Definition Classes
    Ordered
  11. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  12. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  13. def >(that: SimActor): Boolean

    Definition Classes
    Ordered
  14. def >=(that: SimActor): Boolean

    Definition Classes
    Ordered
  15. def ?: Any

    Definition Classes
    Actor → InputChannel
  16. val RESUME_ACTOR: String

    Definition Classes
    Signals
  17. val RESUME_DIRECTOR: String

    Definition Classes
    Signals
  18. val RETURN_RESULTS: String

    Definition Classes
    Signals
  19. def act(): Unit

    The abstract method, act, is defined in each subclass to provide specific behavior.

    The abstract method, act, is defined in each subclass to provide specific behavior.

    Definition Classes
    CarSimActor → Reactor
  20. var actTime: Double

    The activation time for the item in the time-ordered priority queue

    The activation time for the item in the time-ordered priority queue

    Definition Classes
    PQItem
  21. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  22. def canEqual(arg0: Any): Boolean

    Definition Classes
    Car → Equals
  23. def clone(): AnyRef

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  24. def compare(sa: SimActor): Int

    Compare the activation times of the two actors.

    Compare the activation times of the two actors.

    Definition Classes
    SimActor → Ordered
  25. def compare(other: PQItem): Int

    Compare two items (PQItems) based on their actTime.

    Compare two items (PQItems) based on their actTime.

    other

    the other item to compare with this item

    Definition Classes
    PQItem
  26. def compareTo(that: SimActor): Int

    Definition Classes
    Ordered → Comparable
  27. def continue(): Unit

    Definition Classes
    Combinators
  28. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  29. def equals(arg0: Any): Boolean

    Definition Classes
    Car → Equals → AnyRef → Any
  30. def exceptionHandler: PartialFunction[Exception, Unit]

    Attributes
    protected[actors]
    Definition Classes
    Reactor
  31. def exit(): Nothing

    Attributes
    protected[actors]
    Definition Classes
    Actor → Reactor
  32. def exit(reason: AnyRef): Nothing

    Attributes
    protected[actors]
    Definition Classes
    Actor
  33. def finalize(): Unit

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  34. def flaw(method: String, message: String): Unit

    Show the flaw by printing the error message.

    Show the flaw by printing the error message.

    method

    the method where the error occurred

    message

    the error message

    Definition Classes
    Error
  35. def forward(msg: Any): Unit

    Definition Classes
    ReplyReactor → Reactor → OutputChannel
  36. final def getClass(): java.lang.Class[_]

    Definition Classes
    AnyRef → Any
  37. def getState: Value

    Definition Classes
    Actor → ReplyReactor → Reactor
  38. def hashCode(): Int

    Definition Classes
    Car → AnyRef → Any
  39. def id: Int

    Get the id (unique identifier).

    Get the id (unique identifier).

    Definition Classes
    Identity
  40. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  41. def link(body: ⇒ Unit): Actor

    Definition Classes
    Actor
  42. def link(to: AbstractActor): AbstractActor

    Definition Classes
    Actor
  43. def loop(body: ⇒ Unit): Unit

    Definition Classes
    Combinators
  44. def loopWhile(cond: ⇒ Boolean)(body: ⇒ Unit): Unit

    Definition Classes
    Combinators
  45. def mailboxSize: Int

    Attributes
    protected[actors]
    Definition Classes
    Reactor
  46. def me: String

    Return the full identity.

    Return the full identity.

    Definition Classes
    Identity
  47. implicit def mkBody[A](body: ⇒ A): Body[A]

    Definition Classes
    Reactor → Combinators
  48. def name: String

    Get the name.

    Get the name.

    Definition Classes
    Identity
  49. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  50. final def notify(): Unit

    Definition Classes
    AnyRef
  51. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  52. def nowActing(): Unit

    Set the yetToAct flag to false once a SimActor has acted.

    Set the yetToAct flag to false once a SimActor has acted.

    Definition Classes
    SimActor
  53. def productArity: Int

    Definition Classes
    Car → Product
  54. def productElement(arg0: Int): Any

    Definition Classes
    Car → Product
  55. def productIterator: Iterator[Any]

    Definition Classes
    Product
  56. def productPrefix: String

    Definition Classes
    Car → Product
  57. def react(handler: PartialFunction[Any, Unit]): Nothing

    Definition Classes
    Actor → InputChannel → ReplyReactor → Reactor
  58. def reactWithin(msec: Long)(handler: PartialFunction[Any, Unit]): Nothing

    Definition Classes
    Actor → InputChannel → ReplyReactor
  59. def receive[R](f: PartialFunction[Any, R]): R

    Definition Classes
    Actor → InputChannel
  60. def receiveWithin[R](msec: Long)(f: PartialFunction[Any, R]): R

    Definition Classes
    Actor → InputChannel
  61. def receiver: Actor

    Definition Classes
    Reactor → OutputChannel
  62. def reply(msg: Any): Unit

    Attributes
    protected[actors]
    Definition Classes
    ReplyReactor
  63. def restart(): Unit

    Definition Classes
    Reactor
  64. def schedule(delay: Double): Unit

    Schedule a reactivation of this SimActor delay time units in the future.

    Schedule a reactivation of this SimActor delay time units in the future.

    delay

    the time delay before reactivation

    Definition Classes
    SimActor
  65. def scheduler: IScheduler

    Attributes
    protected[actors]
    Definition Classes
    Actor → Reactor
  66. def send(msg: Any, replyTo: OutputChannel[Any]): Unit

    Definition Classes
    Reactor → OutputChannel
  67. def sender: OutputChannel[Any]

    Attributes
    protected[actors]
    Definition Classes
    ReplyReactor
  68. def setName(label: String): Unit

    Set the name.

    Set the name.

    label

    the name to assign

    Definition Classes
    Identity
  69. def simType: String

    Get the type of the simulation object.

    Get the type of the simulation object.

    Definition Classes
    Identity
  70. def start(): Actor

    Definition Classes
    Actor → Reactor
  71. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  72. def time: Double

    Return the time on the director's clock

    Return the time on the director's clock

    Definition Classes
    SimActor
  73. def toString(): String

    Show the SimActor's full name and activation time.

    Show the SimActor's full name and activation time.

    Definition Classes
    SimActorPQItem → AnyRef → Any
  74. var trapExit: Boolean

    Definition Classes
    Actor
  75. def unlink(from: AbstractActor): Unit

    Definition Classes
    Actor
  76. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws()
  77. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws()
  78. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws()
  79. def yetToAct: Boolean

    Return whether this actor has yet to act.

    Return whether this actor has yet to act.

    Definition Classes
    SimActor
  80. def yieldToDirector(quit: Boolean = false): Unit

    Yield control to the director so the director can take the next action.

    Yield control to the director so the director can take the next action.

    quit

    the flag indicating whether this actor is done

    Definition Classes
    SimActor

Deprecated Value Members

  1. def productElements: Iterator[Any]

    Definition Classes
    Product
    Annotations
    @deprecated
    Deprecated

    (Since version 2.8.0) use productIterator instead

Inherited from Product

Inherited from Equals

Inherited from SimActor

Inherited from Ordered[SimActor]

Inherited from Comparable[SimActor]

Inherited from PQItem

Inherited from Identity

Inherited from Error

Inherited from Signals

Inherited from Actor

Inherited from Serializable

Inherited from Serializable

Inherited from InputChannel[Any]

Inherited from ActorCanReply

Inherited from ReplyReactor

Inherited from ReactorCanReply

Inherited from Reactor[Any]

Inherited from Combinators

Inherited from AbstractActor

Inherited from CanReply[Any, Any]

Inherited from OutputChannel[Any]

Inherited from AnyRef

Inherited from Any