Package jas.engine

The JAS core package, containing the simulation engine and other stuff.

See:
          Description

Interface Summary
ISimEngineListener An interface implemented by objects which are able to listen to the engine main events.
ISimModel An iterface to define characteristics of a simulation model.
 

Class Summary
AgentList An array list with some useful features like shuffling, rotation and async message passing.
DynamicClassLoader A customized class loader.
MultiRun MultiRun is a template abstract class useful to guide the modeller to build an automatic simulation launcher, able to change interactively parameters on the basis of the last run.
MultiRunFrame Not of interest for users.
ProjectDocument An abstract class implementing the generic content of a project.
ProjectDocumentFrame Not of interest for users.
ProjectTree Not of interest for users.
ProjectXMLDocument Implementation of the ProjectDocument abstract class.
Sim Sim is a top-level class keeping static references to engine and other system things.
SimEngine The simulation engine.
SimModel This abstract class must be overridden by each simulation model.
SimTime A time unit converter.
 

Package jas.engine Description

The JAS core package, containing the simulation engine and other stuff.