All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class simula.simset.simulation.SimulationMain

java.lang.Object
   |
   +----simula.simset.Linkage
           |
           +----simula.simset.Link
                   |
                   +----simula.simset.simulation.Process
                           |
                           +----simula.simset.simulation.SimulationMain

public abstract class SimulationMain
extends Process
This class envelopes the simulator into a process so that the simulation itself becomes a process, whose main function is the scheduling of the other processes.


Constructor Index

 o SimulationMain(Simulation)
Creates the main process of the given simulation.

Constructors

 o SimulationMain
 public SimulationMain(Simulation _simulation) throws SimulaException
Creates the main process of the given simulation.

Throws: SimulaException
Unable to activate the main process.

All Packages  Class Hierarchy  This Package  Previous  Next  Index