nl.tudelft.simulation.dsol.tutorial.appendix
Class EventPerformance

java.lang.Object
  extended by nl.tudelft.simulation.dsol.tutorial.appendix.EventPerformance
All Implemented Interfaces:
Serializable, ModelInterface

public class EventPerformance
extends Object
implements ModelInterface

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.

Version:
1.0 Jan 19, 2004
Author:
Peter Jacobs
See Also:
Serialized Form

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

EventPerformance

public EventPerformance()
constructs a new EventPerformance

Method Detail

constructModel

public void constructModel(SimulatorInterface simulator)
                    throws SimRuntimeException,
                           RemoteException
Specified by:
constructModel in interface ModelInterface
Throws:
SimRuntimeException
RemoteException
See Also:
#constructModel(nl.tudelft.simulation.dsol.simulators.SimulatorInterface)

stepA

protected void stepA(DEVSSimulatorInterface simulator)
              throws SimRuntimeException,
                     RemoteException
stepA

Parameters:
simulator -
Throws:
SimRuntimeException
RemoteException

stepB

protected void stepB()
stepB


complete

protected void complete(long startTime)
completes the run

Parameters:
startTime - the startTime

main

public static void main(String[] args)
commandline executes the model

Parameters:
args - the arguments to the commandline


Copyright © 2002-2010 Delft University of Technology, the Netherlands. All Rights Reserved.