Resource Pool Station
A single-queue station that seizes units from a shared SResourcePool rather than from its own resource. Several such stations sharing one pool model a set of servers (the pool) serving several distinct queues; a unit freed by any station can serve whichever waiting station the pool notifies first.
Activity-time determination mirrors SingleQStation (a fixed random variable, the QObject's value object, or a supplied StationActivityTimeIfc).
Parameters
the model element serving as this station's parent
the shared resource pool to seize from
the processing time at the station
the receiver of processed instances
the name of the station
Constructors
Properties
If set, supplies the activity time when not using the QObject value object.
The shared pool this station seizes from.
If true, the station uses the QObject's value object for the activity time.