uk.ac.man.cs.rainbow.compiler.networks
Class PipeEnds

java.lang.Object
  |
  +--uk.ac.man.cs.rainbow.compiler.CompilerThing
        |
        +--uk.ac.man.cs.rainbow.compiler.networks.PipeEnds

public class PipeEnds
extends CompilerThing


Field Summary
 boolean nextInputBlocked
           
 boolean previousOutputBlocked
           
 
Constructor Summary
PipeEnds(boolean previousOutputBlocked, boolean nextInputBlocked)
           
 
Methods inherited from class uk.ac.man.cs.rainbow.compiler.CompilerThing
className, crashHere, getSerial
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

previousOutputBlocked

public boolean previousOutputBlocked

nextInputBlocked

public boolean nextInputBlocked
Constructor Detail

PipeEnds

public PipeEnds(boolean previousOutputBlocked,
                boolean nextInputBlocked)