com.pecasim.base.simulation.test
Class TestSimulation
java.lang.Object
com.pecasim.base.simulation.test.TestSimulation
- All Implemented Interfaces:
- ExSimulation, Simulation
public class TestSimulation
- extends java.lang.Object
- implements ExSimulation
- Author:
- cbu
Einfache Testsimulation
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TestSimulation
public TestSimulation()
getBegin
public SimDate getBegin()
- Specified by:
getBegin
in interface Simulation
getEnd
public SimDate getEnd()
- Specified by:
getEnd
in interface Simulation
getSimCalendar
public SimCalendar getSimCalendar()
- Specified by:
getSimCalendar
in interface Simulation
getSimRandom
public SimRandom getSimRandom()
- Specified by:
getSimRandom
in interface Simulation
isRunning
public boolean isRunning()
- Specified by:
isRunning
in interface ExSimulation
run
public void run(ProgressMonitor monitor)
- Specified by:
run
in interface ExSimulation
stop
public void stop()
- Specified by:
stop
in interface ExSimulation
initialise
public void initialise(ProgressMonitor aMonitor)
throws SimBaseException
- Specified by:
initialise
in interface ExSimulation
- Throws:
SimBaseException
getDatabase
public Database getDatabase()
- Specified by:
getDatabase
in interface Simulation