Quartz::Coordinator
Inherits Quartz::Schedulable / Quartz::Processor / Reference / Object
This class represent a simulator associated with an CoupledModel,
responsible to route events to proper children
Constructors
Instance methods
<<(child : Processor)
Append given child to #children list, ensuring that the child now has
self as parent.
add_child(child)
Sourcechildren
Sourceinspect(io)
Sourceperform_transitions(time : TimePoint, elapsed : Duration) : Duration
Source