Uses of Class
at.dms.kjc.flatgraph.StreamGraph

Packages that use StreamGraph
at.dms.kjc.cluster The cluster backend for StreamIt generates a set of threads that can be executed on a cluster of networked computers or a SMP. 
at.dms.kjc.flatgraph FlatNode basics 
at.dms.kjc.spacedynamic   
 

Uses of StreamGraph in at.dms.kjc.cluster
 

Subclasses of StreamGraph in at.dms.kjc.cluster
 class ClusterStreamGraph
           
 

Methods in at.dms.kjc.cluster with parameters of type StreamGraph
static void StructureIncludeFile.doit(SIRStructure[] structs, StreamGraph sg)
          Create structures include file in current directory.
protected  ClusterStaticStreamGraph ClusterStreamGraph.new_StaticStreamGraph(StreamGraph sg, FlatNode realTop)
          Use in place of "new StaticStreamGraph" for subclassing.
 

Constructors in at.dms.kjc.cluster with parameters of type StreamGraph
ClusterStaticStreamGraph(StreamGraph sg, FlatNode realTop)
          create a static stream graph with realTop as the first node.
 

Uses of StreamGraph in at.dms.kjc.flatgraph
 

Subclasses of StreamGraph in at.dms.kjc.flatgraph
 class ScheduledStreamGraph
           
 

Methods in at.dms.kjc.flatgraph that return StreamGraph
 StreamGraph StaticStreamGraph.getStreamGraph()
          get the parent stream graph of SSG *
 

Methods in at.dms.kjc.flatgraph with parameters of type StreamGraph
protected  StaticStreamGraph StreamGraph.new_StaticStreamGraph(StreamGraph sg, FlatNode realTop)
          Use in place of "new StaticStreamGraph" for subclassing.
protected  ScheduledStaticStreamGraph ScheduledStreamGraph.new_StaticStreamGraph(StreamGraph sg, FlatNode realTop)
          Use in place of "new StaticStreamGraph" for subclassing.
 

Constructors in at.dms.kjc.flatgraph with parameters of type StreamGraph
ScheduledStaticStreamGraph(StreamGraph sg, FlatNode realTop)
          create a static stream graph with realTop as the first node.
StaticStreamGraph(StreamGraph sg, FlatNode realTop)
          create a static stream graph with realTop as the first node that the implicit splitter points to
 

Uses of StreamGraph in at.dms.kjc.spacedynamic
 

Subclasses of StreamGraph in at.dms.kjc.spacedynamic
 class SpdStreamGraph
          This class represents the entire stream graph of the application we are compiling.
 

Methods in at.dms.kjc.spacedynamic with parameters of type StreamGraph
static void StructureIncludeFile.doit(SIRStructure[] structs, StreamGraph sg)
          Create structures include file in current directory.
static void StructureIncludeFile.doit(SIRStructure[] structs, StreamGraph sg, String dir)
          Create structures include file in directory
protected  SpdStaticStreamGraph SpdStreamGraph.new_StaticStreamGraph(StreamGraph sg, FlatNode realTop)
          Use in place of "new StaticStreamGraph" for subclassing.
 

Constructors in at.dms.kjc.spacedynamic with parameters of type StreamGraph
FileReaderDevice(StreamGraph sg, FlatNode node)
           
FileWriterDevice(StreamGraph sg, FlatNode node)
           
SpdStaticStreamGraph(StreamGraph sg, FlatNode realTop)
          create a static stream graph with realTop as the first node that the implicit splitter points to
StructureIncludeFile(SIRStructure[] structs, StreamGraph sg, String dir)