Uses of Class
nl.tudelft.simulation.dsol.SimRuntimeException

Packages that use SimRuntimeException
nl.tudelft.simulation.dsol DSOL; A DISTRIBUTED JAVA BASED DISCRETE EVENT SIMULATION ARCHITECTURE. 
nl.tudelft.simulation.dsol.formalisms   
nl.tudelft.simulation.dsol.formalisms.devs   
nl.tudelft.simulation.dsol.formalisms.flow Flow package. 
nl.tudelft.simulation.dsol.formalisms.process   
nl.tudelft.simulation.dsol.simulators Provides the simulator interfaces and classes for a number of formalisms. 
 

Uses of SimRuntimeException in nl.tudelft.simulation.dsol
 

Methods in nl.tudelft.simulation.dsol that throw SimRuntimeException
 void ModelInterface.constructModel(SimulatorInterface simulator)
          construct a model on a simulator
 

Uses of SimRuntimeException in nl.tudelft.simulation.dsol.formalisms
 

Methods in nl.tudelft.simulation.dsol.formalisms that throw SimRuntimeException
 void Resource.requestCapacity(double amount, ResourceRequestorInterface requestor)
          requests an amount of capacity from the resource \
 

Uses of SimRuntimeException in nl.tudelft.simulation.dsol.formalisms.devs
 

Methods in nl.tudelft.simulation.dsol.formalisms.devs that throw SimRuntimeException
 void SimEventInterface.execute()
          executes the simEvent.
 void SimEvent.execute()
           
abstract  void AbstractSimEvent.execute()
          executes the simEvent
 

Uses of SimRuntimeException in nl.tudelft.simulation.dsol.formalisms.flow
 

Methods in nl.tudelft.simulation.dsol.formalisms.flow that throw SimRuntimeException
 void Generator.generate()
          generates a new entity with the basic constructorArguments
 void Generator.generate(java.lang.Object[] constructorArguments)
          generates a new entity
 

Constructors in nl.tudelft.simulation.dsol.formalisms.flow that throw SimRuntimeException
Schedule(DEVSSimulatorInterface simulator, java.lang.Class myClass, java.lang.Object[] constructorArguments)
          constructs a new Schedule
Generator(DEVSSimulatorInterface simulator, java.lang.Class myClass, java.lang.Object[] constructorArguments)
          constructs a new generator for objects in a simulation.
 

Uses of SimRuntimeException in nl.tudelft.simulation.dsol.formalisms.process
 

Methods in nl.tudelft.simulation.dsol.formalisms.process that throw SimRuntimeException
abstract  void Process.process()
          processes the process.
protected  void Process.hold(double duration)
          holds the process for a duration
protected  void Process.suspend()
          suspends the process.
 

Uses of SimRuntimeException in nl.tudelft.simulation.dsol.simulators
 

Methods in nl.tudelft.simulation.dsol.simulators that throw SimRuntimeException
 void SimulatorInterface.initialize(Replication replication)
          initializes the simulator with a specified replication.
 void SimulatorInterface.start()
          starts the simulator
 void SimulatorInterface.step()
          steps the simulator.
 void SimulatorInterface.stop()
          stops the simulator.
 void Simulator.initialize(Replication replication)
           
 void Simulator.start()
           
 void Simulator.step()
           
 void DEVSSimulatorInterface.scheduleEvent(SimEventInterface event)
          Method scheduleEvent schedules an event on the eventlist.
 void DEVSSimulatorInterface.scheduleEvent(double relativeDelay, short priority, java.lang.Object source, java.lang.Object target, java.lang.String method, java.lang.Object[] args)
          schedules a methodCall at a relative duration.
 void DEVSSimulatorInterface.scheduleEvent(double relativeDelay, TimeUnitInterface timeUnit, short priority, java.lang.Object source, java.lang.Object target, java.lang.String method, java.lang.Object[] args)
          schedules a methodCall at a relative duration.
 void DEVSSimulatorInterface.scheduleEvent(double relativeDelay, java.lang.Object source, java.lang.Object target, java.lang.String method, java.lang.Object[] args)
          schedules a methodCall at a relative duration.
 void DEVSSimulatorInterface.scheduleEvent(double relativeDelay, TimeUnitInterface timeUnit, java.lang.Object source, java.lang.Object target, java.lang.String method, java.lang.Object[] args)
          schedules a methodCall at a relative duration.
 void DEVSSimulatorInterface.setEventList(EventListInterface eventList)
          Method setEventList sets the eventlist.
 void DEVSSimulator.initialize(Replication replication)
           
 void DEVSSimulator.scheduleEvent(SimEventInterface event)
           
 void DEVSSimulator.scheduleEvent(double relativeDelay, java.lang.Object source, java.lang.Object target, java.lang.String method, java.lang.Object[] args)
           
 void DEVSSimulator.scheduleEvent(double relativeDelay, short priority, java.lang.Object source, java.lang.Object target, java.lang.String method, java.lang.Object[] args)
           
 void DEVSSimulator.scheduleEvent(double relativeDelay, TimeUnitInterface timeUnit, java.lang.Object source, java.lang.Object target, java.lang.String method, java.lang.Object[] args)
           
 void DEVSSimulator.scheduleEvent(double relativeDelay, TimeUnitInterface timeUnit, short priority, java.lang.Object source, java.lang.Object target, java.lang.String method, java.lang.Object[] args)
           
 void DEVSSimulator.step()
           
 void DESSSimulator.initialize(Replication replication)
           
 



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