All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class jcsp.util.Stop

java.lang.Object
   |
   +----jcsp.util.Stop

public class Stop
extends Object
implements CSProcess

Process Diagram

      ________
  in |        |
 -->-|  Stop  |
     |________|
 

Description

The Stop process waits forever.

Author:
P.D.Austin

Constructor Index

 o Stop()

Method Index

 o run()
The main body of this process.

Constructors

 o Stop
 public Stop()

Methods

 o run
 public synchronized void run()
The main body of this process.


All Packages  Class Hierarchy  This Package  Previous  Next  Index