Package jline.lang

Class DisabledClass

All Implemented Interfaces:
Serializable, Copyable

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

    • DisabledClass

      public DisabledClass(Network model, String name, Station refstat) throws Exception
      Creates a new disabled job class that perpetually loops at the reference station. Configures all nodes in the network to use disabled routing for this class.
      Parameters:
      model - the network model to add this class to
      name - the name for this disabled class
      refstat - the reference station where jobs of this class loop
      Throws:
      Exception - if there's an error setting up the disabled class