at.dms.kjc.sir.lowering.partition
Class VerticalCutTransform

java.lang.Object
  extended by at.dms.kjc.sir.lowering.partition.StreamTransform
      extended by at.dms.kjc.sir.lowering.partition.IdempotentTransform
          extended by at.dms.kjc.sir.lowering.partition.VerticalCutTransform

public final class VerticalCutTransform
extends IdempotentTransform

Vertical cut transform on a stream graph.


Field Summary
 
Fields inherited from class at.dms.kjc.sir.lowering.partition.StreamTransform
id
 
Constructor Summary
VerticalCutTransform(int cutPos)
           
 
Method Summary
 SIRStream doMyTransform(SIRStream str)
          Perform the transform on
 String toString()
           
 
Methods inherited from class at.dms.kjc.sir.lowering.partition.IdempotentTransform
isIdempotent
 
Methods inherited from class at.dms.kjc.sir.lowering.partition.StreamTransform
addPred, addSucc, doTransform, getPred, getPredSize, getSucc, getSuccSize, printHierarchy, reduce
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

VerticalCutTransform

public VerticalCutTransform(int cutPos)
Method Detail

doMyTransform

public SIRStream doMyTransform(SIRStream str)
Perform the transform on
str
and return new stream.

Specified by:
doMyTransform in class StreamTransform

toString

public String toString()
Overrides:
toString in class Object