Package jline.lang

Class SelfLoopingClass

All Implemented Interfaces:
Serializable, Copyable

public class SelfLoopingClass extends ClosedClass implements Serializable
Class of jobs that perpetually loop at a given station
See Also:
  • Constructor Details

    • SelfLoopingClass

      public SelfLoopingClass(Network model, String name, long njobs, Station refstat, int priority)
      Creates a new self-looping job class with specified priority. Jobs in this class perpetually loop at the reference station.
      Parameters:
      model - the network model to add this class to
      name - the name for this self-looping class
      njobs - the number of jobs in this closed class
      refstat - the reference station where jobs loop
      priority - the priority level for this class
    • SelfLoopingClass

      public SelfLoopingClass(Network model, String name, long njobs, Station refstat)
      Creates a new self-looping job class with default priority (0). Jobs in this class perpetually loop at the reference station.
      Parameters:
      model - the network model to add this class to
      name - the name for this self-looping class
      njobs - the number of jobs in this closed class
      refstat - the reference station where jobs loop