the controller/scheduler that this event node is a part of
the location of this event node
The activation/occurrence time for the event
The activation/occurrence time for the event
Cancel 'this' event.
Cancel 'this' event.
Compare the activation times of the two events (ev and this).
Compare the activation times of the two events (ev and this).
the other event
Tell the animation engine to display this node's outgoing CausalLink
's
as edges.
the entity involved in this event
the entity involved in this event
Show the flaw by printing the error message.
Show the flaw by printing the error message.
the method where the error occurred
the error message
Get the id (unique identifier).
Get the id (unique identifier).
Return whether this event is live (i.
Return whether this event is live (i.e., not cancelled).
Return the full identity.
Return the full identity.
Get the name.
Get the name.
Execute this event where the event-logic is specified in the 'occur' method.
the prototype (serves as node in animation) for this event
the prototype (serves as node in animation) for this event
Set the name.
Get the type of the simulation object.
Get the type of the simulation object.
Convert the event to a string.
Convert the event to a string.
The
EventNode
class provides facilities for representing simulation events graphically. It extends theEvent
class with animation capabilities. Note: unique identification is mixed in via theIdentifiable
trait in theEvent
superclass.