Package jline.lang

Class FiniteCapacityRegion

java.lang.Object
jline.lang.FiniteCapacityRegion

public class FiniteCapacityRegion extends Object
Collection of stations with constraints on the number of admitted jobs
  • Field Details

  • Constructor Details

  • Method Details

    • getNodes

      public List<Node> getNodes()
    • getGlobalMaxJobs

      public int getGlobalMaxJobs()
    • setGlobalMaxJobs

      public void setGlobalMaxJobs(int njobs)
    • getGlobalMaxMemory

      public int getGlobalMaxMemory()
    • setGlobalMaxMemory

      public void setGlobalMaxMemory(int memlim)