Package gsim.core

This is the gsim API.

See:
          Description

Interface Summary
Core The core is a central class managing model and simulation objects.
DefinitionEnvironment The DefinitionEnvironment is a wrapper for the actual gsim environment managing agents and objects.
PersistenceReader Deprecated.  
 

Class Summary
CoreFactory The CoreFactory is an abstract class that is implemented by concrete factories handling the local or remote mode.
 

Exception Summary
GSimException The gsim exception.
 

Package gsim.core Description

This is the gsim API. Use the core gsim.core.CoreFactory to create a new Core object. Then define a model using a DefinitionEnvironment obtained via the Core. After setting up the model, a ScenarioManger can be created by the core, and the simulation be started.