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

Variable Index

 o value
The int read from the Channel

Constructor Index

 o ProcessReadInt(ChannelInputInt)
Construct a new ProcessReadInt.

Method Index

 o run()
The main body of this process.

Variables

 o value
 public int value
The int read from the Channel

Constructors

 o ProcessReadInt
 public ProcessReadInt(ChannelInputInt in)
Construct a new ProcessReadInt.

Parameters:
in - The ChannelInt to read the int from

Methods

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


All Packages  Class Hierarchy  This Package  Previous  Next  Index