Uses of Package
at.dms.kjc.flatgraph

Packages that use at.dms.kjc.flatgraph
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.common   
at.dms.kjc.flatgraph FlatNode basics 
at.dms.kjc.raw   
at.dms.kjc.rstream   
at.dms.kjc.sir.lowering Provides compiler passes that analyze or optimize the SIR, primarily within the code of each filter. 
at.dms.kjc.spacedynamic   
 

Classes in at.dms.kjc.flatgraph used by at.dms.kjc.cluster
FlatNode
          This class represents a node in the flattened graph.
FlatVisitor
          Visitor interface to a graph of FlatNodes.
ScheduledStaticStreamGraph
          A StaticStreamGraph represents a subgraph of the application's StreamGraph where communication within the SSG is over static rate channels.
ScheduledStreamGraph
           
StaticStreamGraph
          A representation of a portion of a FlatGraph where all comunication is static rate.
StreamGraph
          A representation of a FlatGraph as a collection of StaticStreamGraph.
 

Classes in at.dms.kjc.flatgraph used by at.dms.kjc.common
FlatNode
          This class represents a node in the flattened graph.
FlatVisitor
          Visitor interface to a graph of FlatNodes.
 

Classes in at.dms.kjc.flatgraph used by at.dms.kjc.flatgraph
FlatNode
          This class represents a node in the flattened graph.
FlatVisitor
          Visitor interface to a graph of FlatNodes.
FlatWeight
          Interface for a private class used in FlatWeights.
GraphFlattener
          This class will create a graph of FlatNode that represents the underlying SIR graph of the application.
ScheduledStaticStreamGraph
          A StaticStreamGraph represents a subgraph of the application's StreamGraph where communication within the SSG is over static rate channels.
SSGEdge
          This class represents inter-SSG edges.
StaticStreamGraph
          A representation of a portion of a FlatGraph where all comunication is static rate.
StreamGraph
          A representation of a FlatGraph as a collection of StaticStreamGraph.
StreamGraphVisitor
          Visitor interface for static stream sub-graphs of a stream graph.
 

Classes in at.dms.kjc.flatgraph used by at.dms.kjc.raw
FlatNode
          This class represents a node in the flattened graph.
FlatVisitor
          Visitor interface to a graph of FlatNodes.
GraphFlattener
          This class will create a graph of FlatNode that represents the underlying SIR graph of the application.
 

Classes in at.dms.kjc.flatgraph used by at.dms.kjc.rstream
FlatNode
          This class represents a node in the flattened graph.
FlatVisitor
          Visitor interface to a graph of FlatNodes.
 

Classes in at.dms.kjc.flatgraph used by at.dms.kjc.sir.lowering
FlatNode
          This class represents a node in the flattened graph.
FlatVisitor
          Visitor interface to a graph of FlatNodes.
 

Classes in at.dms.kjc.flatgraph used by at.dms.kjc.spacedynamic
FlatNode
          This class represents a node in the flattened graph.
FlatVisitor
          Visitor interface to a graph of FlatNodes.
ScheduledStaticStreamGraph
          A StaticStreamGraph represents a subgraph of the application's StreamGraph where communication within the SSG is over static rate channels.
StaticStreamGraph
          A representation of a portion of a FlatGraph where all comunication is static rate.
StreamGraph
          A representation of a FlatGraph as a collection of StaticStreamGraph.