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, java.lang.String description, double capacity)
          Method Resource.
Resource(DEVSSimulatorInterface simulator, 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
Station(DEVSSimulatorInterface simulator)
          constructs a new Station.
Seize(DEVSSimulatorInterface simulator, Resource resource)
          Constructor for Seize.
Seize(DEVSSimulatorInterface simulator, Resource resource, double requestedCapacity)
          Constructor for Seize.
Schedule(DEVSSimulatorInterface simulator, java.lang.Class myClass, java.lang.Object[] constructorArguments)
          constructs a new Schedule
Release(DEVSSimulatorInterface simulator, Resource resource)
          Constructor for Release.
Release(DEVSSimulatorInterface simulator, Resource resource, double amount)
          Constructor for Release.
Generator(DEVSSimulatorInterface simulator, java.lang.Class myClass, java.lang.Object[] constructorArguments)
          constructs a new generator for objects in a simulation.
Duplicate(DEVSSimulatorInterface simulator, StationInterface duplicateDestination)
          Method Duplicate.
Duplicate(DEVSSimulatorInterface simulator, StationInterface duplicateDestination, int numberCopies)
          Method Duplicate.
Departure(DEVSSimulatorInterface simulator)
          Constructor for Departure.
Delay(DEVSSimulatorInterface simulator, nl.tudelft.simulation.jstats.distributions.DistContinuous delayDistribution)
          Constructor for Delay.
 

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

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

Constructors in nl.tudelft.simulation.dsol.formalisms.process with parameters of type DEVSSimulatorInterface
Process(DEVSSimulatorInterface simulator)
          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 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-2004 Delft University of Technology, the Netherlands. All Rights Reserved.