|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| 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 2003 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 |
StationInterface.getDestination()
Method getDestination. |
StationInterface |
Station.getDestination()
Returns the destination. |
| Methods in nl.tudelft.simulation.dsol.formalisms.flow with parameters of type StationInterface | |
void |
StationInterface.setDestination(StationInterface destination)
sets the destination of this object |
void |
Station.setDestination(StationInterface destination)
|
| 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(java.lang.String description,
SimulatorInterface simulator,
StationInterface target)
constructs a new Utilization |
|
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||