Class SSJSimProcess

    • Field Detail

      • logger

        public static final org.apache.log4j.Logger logger
    • Constructor Detail

      • SSJSimProcess

        public SSJSimProcess​(AbstractSimProcessDelegator myProcess,
                             String name)
        Constructor
        Parameters:
        myProcess - Underlying abstract sim process
        name - an ID
    • Method Detail

      • scheduleAt

        public void scheduleAt​(double delay)
        Description copied from interface: ISimProcess
        Resumes the process after waiting delay simulated time units.
        Parameters:
        delay - the period of simulated time to wait before this process is activated again.
      • passivate

        public void passivate​(double delay)
        Description copied from interface: ISimProcess
        Puts the process asleep and resumes after waiting delay simulated time units.
        Parameters:
        delay - the period of simulated time to wait before this process is activated again.
      • isScheduled

        public boolean isScheduled()
      • reschedule

        public void reschedule​(double delay)