All Packages Class Hierarchy This Package Previous Next Index
Class jcsp.util.ProcessWrite
java.lang.Object
|
+----jcsp.util.ProcessWrite
- public class ProcessWrite
- extends Object
- implements CSProcess
Process Diagram
________________
| | out
| ProcessWrite |-->--
|________________|
Description
The ProcessWrite process outputs the value attribute to the out Channel
once and then terminates. The value to be written should be assigned to
the value attribute before the process is run.
- Author:
- P.D.Austin
-
value
- The Object to be written to the Channel
-
ProcessWrite(ChannelOutput)
- Construct a new ProcessWrite.
-
run()
- The main body of this process.
value
public Object value
- The Object to be written to the Channel
ProcessWrite
public ProcessWrite(ChannelOutput out)
- Construct a new ProcessWrite.
- Parameters:
- out - The Channel to write the Object to
run
public void run()
- The main body of this process.
All Packages Class Hierarchy This Package Previous Next Index