org.jcsp.nxt.filters
Class BinaryFilter

java.lang.Object
  extended by org.jcsp.nxt.filters.BinaryFilter
All Implemented Interfaces:
CSProcess

public class BinaryFilter
extends java.lang.Object
implements CSProcess


Field Summary
(package private)  ChannelInputInt configChannel
           
(package private)  ChannelInputInt inChannel
           
(package private)  ChannelOutputInt outChannelH
           
(package private)  ChannelOutputInt outChannelL
           
 
Constructor Summary
BinaryFilter(ChannelOutputInt outChannelL, ChannelOutputInt outChannelH, ChannelInputInt inChannel, ChannelInputInt configChannel)
           
 
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

outChannelL

ChannelOutputInt outChannelL

outChannelH

ChannelOutputInt outChannelH

inChannel

ChannelInputInt inChannel

configChannel

ChannelInputInt configChannel
Constructor Detail

BinaryFilter

public BinaryFilter(ChannelOutputInt outChannelL,
                    ChannelOutputInt outChannelH,
                    ChannelInputInt inChannel,
                    ChannelInputInt configChannel)
Method Detail

run

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

Specified by:
run in interface CSProcess