Uses of Interface
nl.tudelft.simulation.dsol.formalisms.flow.StationInterface

Packages that use StationInterface
nl.tudelft.simulation.dsol.formalisms.flow Flow package. 
nl.tudelft.simulation.dsol.formalisms.flow.statistics   
 

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

Classes in nl.tudelft.simulation.dsol.formalisms.flow that implement StationInterface
 class Delay
          The Delay object is a station which delays an entity by some time units.
 class Departure
          The exit station on which statistics are updated and entities destroyed.
 class Duplicate
          A duplicate station duplicates incoming objects and sends them to their alternative destination.
 class Generator
          This class defines a generator
(c) copyright 2002-2005 Delft University of Technology , the Netherlands.
 class Release
          The release station releases a given quantity of a claimed resource.
 class Schedule
          The schedule is an extension to the generate which accepts a schedule of interarrival times.
 class Seize
          The Seize requests a resource and releases an entity whenever this resource is actually claimed.
 class Station
          A station is an object which can accept other objects.
 

Fields in nl.tudelft.simulation.dsol.formalisms.flow declared as StationInterface
protected  StationInterface Station.destination
          destination refers to the next station in the process-model chain
 

Methods in nl.tudelft.simulation.dsol.formalisms.flow that return StationInterface
 StationInterface Station.getDestination()
          Returns the destination.
 StationInterface StationInterface.getDestination()
          Method getDestination.
 

Methods in nl.tudelft.simulation.dsol.formalisms.flow with parameters of type StationInterface
 void Station.setDestination(StationInterface destination)
           
 void StationInterface.setDestination(StationInterface destination)
          sets the destination of this object
 

Constructors in nl.tudelft.simulation.dsol.formalisms.flow with parameters of type StationInterface
Duplicate(DEVSSimulatorInterface simulator, StationInterface duplicateDestination)
          Method Duplicate.
Duplicate(DEVSSimulatorInterface simulator, StationInterface duplicateDestination, int numberCopies)
          Method Duplicate.
 

Uses of StationInterface in nl.tudelft.simulation.dsol.formalisms.flow.statistics
 

Constructors in nl.tudelft.simulation.dsol.formalisms.flow.statistics with parameters of type StationInterface
Utilization(String description, SimulatorInterface simulator, StationInterface target)
          constructs a new Utilization
 



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