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 \
 void Resource.requestCapacity(double amount, ResourceRequestorInterface requestor, int priority)
          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.
abstract  void AbstractSimEvent.execute()
          executes the simEvent
 void SimEvent.execute()
           
 

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(Object[] constructorArguments)
          generates a new entity
 

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

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

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

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 Simulator.initialize(Replication replication)
           
 void DEVSSimulator.initialize(Replication replication)
           
 void DESSSimulator.initialize(Replication replication)
           
 void DEVSSimulatorInterface.scheduleEvent(double relativeDelay, Object source, Object target, String method, Object[] args)
          schedules a methodCall at a relative duration.
 void DEVSSimulator.scheduleEvent(double relativeDelay, Object source, Object target, String method, Object[] args)
           
 void DEVSSimulatorInterface.scheduleEvent(double relativeDelay, short priority, Object source, Object target, String method, Object[] args)
          schedules a methodCall at a relative duration.
 void DEVSSimulator.scheduleEvent(double relativeDelay, short priority, Object source, Object target, String method, Object[] args)
           
 void DEVSSimulatorInterface.scheduleEvent(double relativeDelay, TimeUnitInterface timeUnit, Object source, Object target, String method, Object[] args)
          schedules a methodCall at a relative duration.
 void DEVSSimulator.scheduleEvent(double relativeDelay, TimeUnitInterface timeUnit, Object source, Object target, String method, Object[] args)
           
 void DEVSSimulatorInterface.scheduleEvent(double relativeDelay, TimeUnitInterface timeUnit, short priority, Object source, Object target, String method, Object[] args)
          schedules a methodCall at a relative duration.
 void DEVSSimulator.scheduleEvent(double relativeDelay, TimeUnitInterface timeUnit, short priority, Object source, Object target, String method, Object[] args)
           
 void DEVSSimulatorInterface.scheduleEvent(SimEventInterface event)
          Method scheduleEvent schedules an event on the eventlist.
 void DEVSSimulator.scheduleEvent(SimEventInterface event)
           
 void DEVSSimulatorInterface.setEventList(EventListInterface eventList)
          Method setEventList sets the eventlist.
 void SimulatorInterface.start()
          starts the simulator
 void Simulator.start()
           
 void SimulatorInterface.step()
          steps the simulator.
 void Simulator.step()
           
 void DEVSSimulator.step()
           
 void SimulatorInterface.stop()
          stops the simulator.
 



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