Package org.simulare

Interface Summary
AttributeListener Defines the monitor for attribute state changes.
ClockListener The event to be handled by clock listener.
ItemListener Defines the monitor for item state changes.
ItemReader Defines a reader to an item.
ItemWriter Defines a writer to an item.
Name  
NameListener Defines the monitor for name changes.
Task Defines something that can be executed over a collection of items or directly on items.
TaskListener Represents task monitors.
VisualTask Define a tool for build visual setups, actions or reports. i.e 2D or 3D models.
 

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.