Uses of Class
at.dms.kjc.slicegraph.PredefinedContent

Packages that use PredefinedContent
at.dms.kjc.slicegraph This package aims to supersede the SIR and flatgraph representations of the stream graph with a single representation that maintains all relevant information as well as slice information. 
at.dms.kjc.spacetime   
 

Uses of PredefinedContent in at.dms.kjc.slicegraph
 

Subclasses of PredefinedContent in at.dms.kjc.slicegraph
 class FileInputContent
          Predefined FilterContent for file input, expands to implement a FileReader.
 class FileOutputContent
          Predefined FilterContent for file output, expands to implement a FileWriter.
 class InputContent
          Predefined FilterContent for input.
 class OutputContent
          Predefined FilterContent for output.
 

Constructors in at.dms.kjc.slicegraph with parameters of type PredefinedContent
PredefinedContent(PredefinedContent content)
          Copy constructor for PredefinedContent.
 

Uses of PredefinedContent in at.dms.kjc.spacetime
 

Methods in at.dms.kjc.spacetime that return PredefinedContent
 PredefinedContent FileState.getContent()
           
 

Methods in at.dms.kjc.spacetime with parameters of type PredefinedContent
static String Util.getFileHandle(PredefinedContent content)
           
static String Util.getFileVar(PredefinedContent content)
           
 

Constructors in at.dms.kjc.spacetime with parameters of type PredefinedContent
FileState(PredefinedContent file, StreamingDram parent)