Package jline.lang.state
Class AfterEventStation
java.lang.Object
jline.lang.state.AfterEventStation
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic Ret.EventResultafterEventStationPas(NetworkStruct sn, int ind, int ist, Matrix inspace, EventType event, int jobClass, int R, int V, boolean isSimulation) Event handler for pass-and-swap (PAS) / order-independent stations.
-
Constructor Details
-
AfterEventStation
public AfterEventStation()
-
-
Method Details
-
afterEventStationPas
public static Ret.EventResult afterEventStationPas(NetworkStruct sn, int ind, int ist, Matrix inspace, EventType event, int jobClass, int R, int V, boolean isSimulation) Event handler for pass-and-swap (PAS) / order-independent stations. The local state is the ordered list of 1-based class indices (oldest first), left-aligned in the first W = cap columns and right zero-padded; the trailing V columns are routing variables (carried through). Service is governed by the total rate function mu(c) (QueueNodeParam.svcRateFun, called with a row Matrix of 0-based class indices) and the swapping graph G (QueueNodeParam.swapGraph, 0-based).
-