org.jcsp.nxt.io
Class IntActiveDisplay

java.lang.Object
  extended by org.jcsp.nxt.io.IntActiveDisplay
All Implemented Interfaces:
CSProcess

public class IntActiveDisplay
extends java.lang.Object
implements CSProcess


Field Summary
(package private)  AltingChannelInputInt in
           
 
Constructor Summary
IntActiveDisplay(AltingChannelInputInt in)
           
 
Method Summary
 void run()
          This defines the actions of the process.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

in

AltingChannelInputInt in
Constructor Detail

IntActiveDisplay

public IntActiveDisplay(AltingChannelInputInt in)
Method Detail

run

public void run()
Description copied from interface: CSProcess
This defines the actions of the process.

Specified by:
run in interface CSProcess