Package jasi.sim.basic.id

Identifier for simulation elements and events.

See:
          Description

Interface Summary
SimObject Main interface for all objects of a simulation.
 

Class Summary
Counter Counter for IDs.
Id Identifiers (IDs) for simulation elements, that are based on exact integers.
 

Exception Summary
IdException Exception whenever something went wrong during access of a simulation element.
 

Package jasi.sim.basic.id Description

Identifier for simulation elements and events.

The state of a simulation is generally represented by of a set of identifiable data containers, the simulation objects, where the simulation frame is responsible to provide unique identifiers for each individual simulation object.