Uses of Interface
at.dms.kjc.spacedynamic.StreamGraphVisitor

Packages that use StreamGraphVisitor
at.dms.kjc.spacedynamic   
 

Uses of StreamGraphVisitor in at.dms.kjc.spacedynamic
 

Classes in at.dms.kjc.spacedynamic that implement StreamGraphVisitor
 class FileState
          Set up in the backend the various file readers or writers by creating the necessary devices and connecting them to the chip.
 class Layout
          The Layout class generates mapping of filters to raw tiles.
 

Methods in at.dms.kjc.spacedynamic with parameters of type StreamGraphVisitor
 void SpdStaticStreamGraph.accept(StreamGraphVisitor s, HashSet<SpdStaticStreamGraph> visited, boolean newHash)
          accept a stream graph visitor *