Class Summary |
AbstractTask |
Defines a default facility task to be extended by non-visual tasks. |
Attribute |
Represents an attribute of a simulation item. |
AttributeEvent |
Event generated when the attribute type or value changes. |
Clock |
Define a clock manager responsible for simulating a time schedule for executing
some operations. |
ClockedTask |
Identify a clock based task. |
ClockEvent |
The event on clock notifications. |
CollectionItem |
An item which is a collection. |
CompositeItem |
An item formed by another itens which has a tree structure. |
Item |
Represents a simulation item. |
ItemEvent |
Event generated when the item attributes change. |
Named |
Super-class for all object that receive a name. |
NameEvent |
Event generated when the object name changes. |
PeriodicTask |
Represents a Task scheduled to execute in periods, where the start and end
time can be specified. |
ScheduledTask |
Represents a Task scheduled to execute on a specific time. |
Simulation |
|
TaskEvent |
Event generated when a task is performed on a item. |