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

Packages that use SSGEdge
at.dms.kjc.flatgraph FlatNode basics 
 

Uses of SSGEdge in at.dms.kjc.flatgraph
 

Methods in at.dms.kjc.flatgraph that return SSGEdge
static SSGEdge SSGEdge.createSSGEdge(StaticStreamGraph fromSSG, StaticStreamGraph toSSG, int from, int to)
          Create a new SSGEdge, or return an existing one with the same parameters.