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

Variable Index

 o value
The Object to be written to the Channel

Constructor Index

 o ProcessWrite(ChannelOutput)
Construct a new ProcessWrite.

Method Index

 o run()
The main body of this process.

Variables

 o value
 public Object value
The Object to be written to the Channel

Constructors

 o ProcessWrite
 public ProcessWrite(ChannelOutput out)
Construct a new ProcessWrite.

Parameters:
out - The Channel to write the Object to

Methods

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


All Packages  Class Hierarchy  This Package  Previous  Next  Index