Package org.jcsp.test

Class DelaySyncer

  • All Implemented Interfaces:
    CSProcess

    public class DelaySyncer
    extends java.lang.Object
    implements CSProcess
    • Constructor Summary

      Constructors 
      Constructor Description
      DelaySyncer​(AltingBarrier barrier, int milliSeconds, int iterations)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void run()
      This defines the actions of the process.
      • Methods inherited from class java.lang.Object

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

      • DelaySyncer

        public DelaySyncer​(AltingBarrier barrier,
                           int milliSeconds,
                           int iterations)
    • Method Detail

      • run

        public void run()
        Description copied from interface: CSProcess
        This defines the actions of the process.
        Specified by:
        run in interface CSProcess