scalation.simulation.event.Entity
See theEntity companion object
The Entity
class represents a single simulation entity for event-scheduling simulation.
Value parameters
-
director
-
the controller/scheduler that this event is a part of
-
iArrivalT
-
the time from the last arrival
-
serviceT
-
the amount of time required for the entity's next service
Attributes
-
Companion
-
object
-
Graph
-
-
Supertypes
-
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Members list
Convert the entity to a string
Convert the entity to a string
Attributes
-
Definition Classes
-
Any
Determine whether Identifiable object 'this' equals Identifiable object 'that'. Works since 'id' is unique for all Identifiable objects.
Determine whether Identifiable object 'this' equals Identifiable object 'that'. Works since 'id' is unique for all Identifiable objects.
Attributes
-
Definition Classes
-
-
Inherited from:
-
Identifiable
Return the hashCode as the unique id.
Return the hashCode as the unique id.
Attributes
-
Definition Classes
-
-
Inherited from:
-
Identifiable
Return the full identity.
Return the full identity.
Attributes
-
Inherited from:
-
Identifiable
Value parameters
-
name
-
the name to assign
Attributes
-
Inherited from:
-
Identifiable
Attributes
-
Inherited from:
-
Product
Attributes
-
Inherited from:
-
Product
Get the type of the simulation object.
Get the type of the simulation object.
Attributes
-
Inherited from:
-
Identifiable
the time at which the entity arrived
the time at which the entity arrived
Attributes
the time at which waiting started
the time at which waiting started
Attributes
The globally unique integer identifier
The globally unique integer identifier
Attributes
-
Inherited from:
-
Identifiable