org.jcsp.nxt.plugnplay
Class ActiveCopy

java.lang.Object
  extended by org.jcsp.nxt.plugnplay.ActiveCopy
All Implemented Interfaces:
CSProcess

public class ActiveCopy
extends java.lang.Object
implements CSProcess


Field Summary
(package private)  ChannelInputInt in
           
(package private)  ChannelOutputInt out1
           
(package private)  ChannelOutputInt out2
           
 
Constructor Summary
ActiveCopy(ChannelInputInt in, ChannelOutputInt out1, ChannelOutputInt out2)
           
 
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

ChannelInputInt in

out1

ChannelOutputInt out1

out2

ChannelOutputInt out2
Constructor Detail

ActiveCopy

public ActiveCopy(ChannelInputInt in,
                  ChannelOutputInt out1,
                  ChannelOutputInt out2)
Method Detail

run

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

Specified by:
run in interface CSProcess