at.dms.kjc.cluster
Class ClusterStreamGraph
java.lang.Object
at.dms.kjc.flatgraph.StreamGraph
at.dms.kjc.flatgraph.ScheduledStreamGraph
at.dms.kjc.cluster.ClusterStreamGraph
public class ClusterStreamGraph
- extends ScheduledStreamGraph
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ClusterStreamGraph
public ClusterStreamGraph(FlatNode top)
new_StaticStreamGraph
protected ClusterStaticStreamGraph new_StaticStreamGraph(StreamGraph sg,
FlatNode realTop)
- Use in place of "new StaticStreamGraph" for subclassing.
A subclass of StreamGraph may refer to a subclass of StaticStreamGraph.
If we just used "new StaticStreamGraph" in this class we would
only be making StaticStreamGraph's of the type in this package.
- Overrides:
new_StaticStreamGraph
in class ScheduledStreamGraph
- Parameters:
sg
- a StreamGraphrealTop
- the top node
- Returns:
- a new StaticStreamGraph
cleanupForFused
public void cleanupForFused()
- Clean up any data structures affected by fusion.