Package jline.solvers.ln
Class SolverLN.PHLayer
java.lang.Object
jline.solvers.ln.SolverLN.PHLayer
- Enclosing class:
- SolverLN
One two-station phLayers, and the caller classes that cycle through it.
-
Field Summary
FieldsModifier and TypeFieldDescriptionint[]Caller tasks with a closed class in this layer.int[]Class index of each caller task, -1 when absent.intElement index of the server, a processor or a task.booleanTrue when the server is a processor.doubleClosed population of the MODEL this server sits in.intReplicas of the server station.int[][]Open classes: {class index, entry index} or {class index, -call index}.int[]Station indices (1-based) of the server replicas.double[]Mean of the law each class is currently served with. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
idx
public int idxElement index of the server, a processor or a task. -
ishost
public boolean ishostTrue when the server is a processor. -
callers
public int[] callersCaller tasks with a closed class in this layer. -
classOfCaller
public int[] classOfCallerClass index of each caller task, -1 when absent. -
nreplicas
public int nreplicasReplicas of the server station. -
qstations
public int[] qstationsStation indices (1-based) of the server replicas. -
svcmeanByClass
public double[] svcmeanByClassMean of the law each class is currently served with. -
openArrivals
public int[][] openArrivalsOpen classes: {class index, entry index} or {class index, -call index}. -
npop
public double npopClosed population of the MODEL this server sits in. Under 'flat.ph' that is every caller of the single network, not only the callers of this one station, so it is recorded here rather than recomputed.
-
-
Constructor Details
-
PHLayer
public PHLayer()
-