Class SolverLN.PHLayer

java.lang.Object
jline.solvers.ln.SolverLN.PHLayer
Enclosing class:
SolverLN

public static class SolverLN.PHLayer extends Object
One two-station phLayers, and the caller classes that cycle through it.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    int[]
    Caller tasks with a closed class in this layer.
    int[]
    Class index of each caller task, -1 when absent.
    int
    Element index of the server, a processor or a task.
    boolean
    True when the server is a processor.
    double
    Closed population of the MODEL this server sits in.
    int
    Replicas 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
    Constructor
    Description
     
  • Method Summary

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • idx

      public int idx
      Element index of the server, a processor or a task.
    • ishost

      public boolean ishost
      True when the server is a processor.
    • callers

      public int[] callers
      Caller tasks with a closed class in this layer.
    • classOfCaller

      public int[] classOfCaller
      Class index of each caller task, -1 when absent.
    • nreplicas

      public int nreplicas
      Replicas of the server station.
    • qstations

      public int[] qstations
      Station indices (1-based) of the server replicas.
    • svcmeanByClass

      public double[] svcmeanByClass
      Mean of the law each class is currently served with.
    • openArrivals

      public int[][] openArrivals
      Open classes: {class index, entry index} or {class index, -call index}.
    • npop

      public double npop
      Closed 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()