Package org.jcsp.test

Class BarrierSyncer

  • All Implemented Interfaces:
    CSProcess

    public class BarrierSyncer
    extends java.lang.Object
    implements CSProcess
    A process that syncs on one alting barrier and finishes
    • 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

    • Method Detail

      • run

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