|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnl.tudelft.simulation.dsol.tutorial.appendix.EventPerformance
public class EventPerformance
A EventPerformance
(c) copyright 2002-2005 Delft
University of Technology , the Netherlands.
See for project information
www.simulation.tudelft.nl
License of use: Lesser
General Public License (LGPL) , no warranty.
Constructor Summary | |
---|---|
EventPerformance()
constructs a new EventPerformance |
Method Summary | |
---|---|
protected void |
complete(long startTime)
completes the run |
void |
constructModel(SimulatorInterface simulator)
|
static void |
main(String[] args)
commandline executes the model |
protected void |
stepA(DEVSSimulatorInterface simulator)
stepA |
protected void |
stepB()
stepB |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public EventPerformance()
Method Detail |
---|
public void constructModel(SimulatorInterface simulator) throws SimRuntimeException, RemoteException
constructModel
in interface ModelInterface
SimRuntimeException
RemoteException
#constructModel(nl.tudelft.simulation.dsol.simulators.SimulatorInterface)
protected void stepA(DEVSSimulatorInterface simulator) throws SimRuntimeException, RemoteException
simulator
-
SimRuntimeException
RemoteException
protected void stepB()
protected void complete(long startTime)
startTime
- the startTimepublic static void main(String[] args)
args
- the arguments to the commandline
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |