Class DesmoJSimProcess

    • 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)