Uses of Interface
nl.tudelft.simulation.dsol.simulators.DEVSSimulatorInterface

Packages that use DEVSSimulatorInterface
nl.tudelft.simulation.dsol.formalisms   
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 DEVSSimulatorInterface in nl.tudelft.simulation.dsol.formalisms
 

Fields in nl.tudelft.simulation.dsol.formalisms declared as DEVSSimulatorInterface
protected  DEVSSimulatorInterface Resource.simulator
          simulator defines the simulator on which is scheduled
 

Constructors in nl.tudelft.simulation.dsol.formalisms with parameters of type DEVSSimulatorInterface
Resource(DEVSSimulatorInterface simulator, double capacity)
          Method Resource.
Resource(DEVSSimulatorInterface simulator, String description, double capacity)
          Method Resource.
 

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

Fields in nl.tudelft.simulation.dsol.formalisms.flow declared as DEVSSimulatorInterface
protected  DEVSSimulatorInterface Station.simulator
          simulator is the simulator on which behavior is scheduled
 

Constructors in nl.tudelft.simulation.dsol.formalisms.flow with parameters of type DEVSSimulatorInterface
Delay(DEVSSimulatorInterface simulator, DistContinuous delayDistribution)
          Constructor for Delay.
Departure(DEVSSimulatorInterface simulator)
          Constructor for Departure.
Duplicate(DEVSSimulatorInterface simulator, StationInterface duplicateDestination)
          Method Duplicate.
Duplicate(DEVSSimulatorInterface simulator, StationInterface duplicateDestination, int numberCopies)
          Method Duplicate.
Generator(DEVSSimulatorInterface simulator, Class myClass, Object[] constructorArguments)
          constructs a new generator for objects in a simulation.
Release(DEVSSimulatorInterface simulator, Resource resource)
          Constructor for Release.
Release(DEVSSimulatorInterface simulator, Resource resource, double amount)
          Constructor for Release.
Schedule(DEVSSimulatorInterface simulator, Class myClass, Object[] constructorArguments)
          constructs a new Schedule
Seize(DEVSSimulatorInterface simulator, Resource resource)
          Constructor for Seize.
Seize(DEVSSimulatorInterface simulator, Resource resource, double requestedCapacity)
          Constructor for Seize.
Station(DEVSSimulatorInterface simulator)
          constructs a new Station.
 

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

Fields in nl.tudelft.simulation.dsol.formalisms.process declared as DEVSSimulatorInterface
protected  DEVSSimulatorInterface SubProcess.simulator
          the simulator to schedule on
protected  DEVSSimulatorInterface NestedProcess.simulator
          the simulator to schedule on
protected  DEVSSimulatorInterface Process.simulator
          the simulator to schedule on
 

Constructors in nl.tudelft.simulation.dsol.formalisms.process with parameters of type DEVSSimulatorInterface
NestedProcess(DEVSSimulatorInterface simulator)
          constructs a new Process.
NestedProcess(DEVSSimulatorInterface simulator, double delay)
          constructs a new Process
Process(DEVSSimulatorInterface simulator)
          constructs a new Process.
Process(DEVSSimulatorInterface simulator, double delay)
          constructs a new Process
SubProcess(DEVSSimulatorInterface simulator, NestedProcess nestedProcess)
          constructs a new Process.
 

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

Subinterfaces of DEVSSimulatorInterface in nl.tudelft.simulation.dsol.simulators
 interface AnimatorInterface
          The AnimatorInterface defines a DEVSDESS simulator with wallclock delay between the consequtive time steps.
 interface DEVDESSSimulatorInterface
          The DEVSDESS simulator embodies both the continuous and the discrete formalism.
 

Classes in nl.tudelft.simulation.dsol.simulators that implement DEVSSimulatorInterface
 class Animator
          The reference implementation of the animator.
 class AnimatorWithThread
          The reference implementation of the animator.
 class DEVDESSSimulator
          The reference implementation of the DEVDESS simulator.
 class DEVSSimulator
          The DEVS defines the interface of the DEVS simulator.
 class RealTimeClock
          The reference implementation of the realTimeClock.
 



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