at.dms.kjc.iterator
Class FineGrainedIterFactory
java.lang.Object
at.dms.kjc.iterator.IterFactory
at.dms.kjc.iterator.FineGrainedIterFactory
public class FineGrainedIterFactory
- extends IterFactory
This class is a fine-grained iterator factory.
The difference
between it and IterFactory is that it provides a separate phase for
each item that is passed through a roundrobin splitter or joiner.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
createIter
public SIRSplitJoinIter createIter(SIRSplitJoin obj)
- Overrides:
createIter
in class IterFactory
createIter
public SIRFeedbackLoopIter createIter(SIRFeedbackLoop obj)
- Overrides:
createIter
in class IterFactory