Package jsl.modeling.elements.station
A simplified representation of stations with resources that process QObjects
-
Interface Summary Interface Description ReceiveQObjectIfc A generic interface that can be implemented to allow facilitate the receiving of QObjectsReceiverIteratorIfc Defines an interface for (list) iterator for ReceiveQObjectIfc implementors.SendQObjectIfc A generic interface to facilitate the sending of QObjectsSResourceStateChangeListenerIfc -
Class Summary Class Description DelayStation NWayByChanceQObjectSender This model element randomly selects a instance that implements the ReceiveQObjectIfc and sends the QObject to the receiverNWayByChanceStationSender This station will receive a QObject and immediately send it out to a randomly selected receiverReceiverListIterator SingleQueueStation Models a service station with a resource that has a single queue to hold waiting customers.SResource A SResource represents a simple resource that can have units become busy.Station A Station represents a location that can receive QObjects for processing.TwoWayByChanceQObjectSender This model element randomly selects between two receivers (objects that implement ReceiveQObjectIfc) and sends the QObject to the chosen receiver.TwoWayByChanceStationSender This station will receive a QObject and immediately send it out to one of two randomly selected receivers