Package gsim.core.runtime

The runtime system for accessing the simulation engine.

See:
          Description

Interface Summary
BatchManager A BatchManager is responsible for executing a program on behalf of the modeller.
ScenarioConnector A ScenarioConnector is similar to a SimulatioManager, but it can connect to the simulation instance without knowing the reference.
ScenarioListener This listener can be used to register with a ScenarioManager in order to get notfied about simulation events.
ScenarioManager The ScenarioManager is the interface between a client (local or remote) and the simulation engine.
 

Package gsim.core.runtime Description

The runtime system for accessing the simulation engine. These classes are used when creating a simulation and starting it, but also classes that allow to connect to running simulations.