Package | Description |
---|---|
desmoj.extensions.chaining |
Chaining components, e.g. for generic production systems.
|
Constructor and Description |
---|
Splitter(java.util.List<SplitterOutput<EIn,? extends EEx>> outputConfigurations,
int incomingBufferQueueCapacity,
int maxEntitiesToHandel,
int parallelHandledEntities,
NumericalDist<?> setupTime,
NumericalDist<?> serviceTime,
NumericalDist<?> recoveryTime,
Model owner,
java.lang.String name,
boolean showInReport,
boolean showInTrace)
This Constructor sets the given times, initializes the queues and fills the free service capacity queue.
|