at.dms.kjc.flatgraph
Class ScheduledStreamGraph
java.lang.Object
at.dms.kjc.flatgraph.StreamGraph
at.dms.kjc.flatgraph.ScheduledStreamGraph
- Direct Known Subclasses:
- ClusterStreamGraph
public class ScheduledStreamGraph
- extends StreamGraph
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ScheduledStreamGraph
public ScheduledStreamGraph(FlatNode top)
new_StaticStreamGraph
protected ScheduledStaticStreamGraph 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 StreamGraph
- Parameters:
sg
- a StreamGraphrealTop
- the top node
- Returns:
- a new StaticStreamGraph