All Packages Class Hierarchy This Package Previous Next Index
Class jcsp.util.ints.ProcessReadInt
java.lang.Object
|
+----jcsp.util.ints.ProcessReadInt
- public class ProcessReadInt
- extends Object
- implements CSProcess
Process Diagram
__________________
in | |
-->-| ProcessReadInt |
|__________________|
Description
The ProcessReadInt process reads from the in Channel and stores the int
in the value attribute and then terminates.
- Author:
- P.D.Austin
-
value
- The int read from the Channel
-
ProcessReadInt(ChannelInputInt)
- Construct a new ProcessReadInt.
-
run()
- The main body of this process.
value
public int value
- The int read from the Channel
ProcessReadInt
public ProcessReadInt(ChannelInputInt in)
- Construct a new ProcessReadInt.
- Parameters:
- in - The ChannelInt to read the int from
run
public void run()
- The main body of this process.
All Packages Class Hierarchy This Package Previous Next Index