Class Delay

  • All Implemented Interfaces:
    java.io.Serializable , jline.lang.Copyable

    
    public class Delay
    extends Queue implements Serializable
                        

    An infinite server station, i.e. a node imposing a delay without queueing to an incoming job

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Constructor Summary

      Constructors 
      Constructor Description
      Delay(Network model, String name) Creates a new delay station with infinite servers.
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      • Methods inherited from class jline.lang.nodes.StatefulNode

        clearState, getState, getStatePrior, getStateSpace, getStatefulIndex, resetStateSpace, setState, setState, setStatePrior, setStateSpace
      • Methods inherited from class jline.lang.nodes.Node

        getAttribute, getDropStrategy, getInput, getModel, getNodeIndex, getOutput, getOutputStrategies, getRoutingStrategy, getSections, getServer, getStatefulIdx, getStationIdx, isStateful, reset, resetRouting, setModel, setNodeIdx, setProbRouting, setRouting, setRouting, setStationIdx
      • Methods inherited from class jline.lang.nodes.Queue

        containsJobClass, getDelayOffTime, getSchedPolicy, getSchedStrategy, getSchedStrategyPar, getService, getSetupTime, getSwitchover, getSwitchover, printSummary, setClassDependence, setDelayOff, setLoadDependence, setNumberOfServers, setPollingK, setPollingType, setPollingType, setSchedStrategyPar, setSwitchover, setSwitchover
      • Methods inherited from class jline.lang.nodes.ServiceStation

        getServiceProcess, setService, setService
      • Methods inherited from class jline.lang.nodes.Station

        getCap, getClassCap, getDropRule, getLimitedClassDependence, getLimitedLoadDependence, getNumberOfServers, getServiceRates, getSourceRates, getSwitchoverTime, hasSwitchoverTime, isReferenceStation, isServiceDefined, isServiceDefined, isServiceDisabled, isServiceDisabled, setCap, setChainCapacity, setClassCap, setDropRule, setLimitedClassDependence, setLimitedLoadDependence, setSwitchoverTime
      • Methods inherited from class jline.lang.Element

        getName, setName
      • Methods inherited from class jline.lang.Copyable

        copy
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Delay

        Delay(Network model, String name)
        Creates a new delay station with infinite servers.
        Parameters:
        model - the network model to add this delay station to
        name - the name for this delay station
    • Method Detail