Single QStation
Allows the single queue station to be created with an initial capacity specification for its resource.
Parameters
the model element serving as this element's parent
the processing time at the station
the initial capacity of the resource at the station.
the receiving location that will receive the processed qObjects once the processing has been completed. A default of NotImplementedReceiver, indicates that there is no receiver implemented. If no receiver is present, there will be a run-time error.
the name of the station
Parameters
the model element serving as this element's parent
the processing time at the station
the resource to use at the station. The default of null will cause a resource of capacity 1 to be created and used at the station
the receiving location that will receive the processed qObjects once the processing has been completed. A default of NotImplementedReceiver, indicates that there is no receiver implemented. If no receiver is present, there will be a run-time error.
the name of the station