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

Packages that use UnflatEdge
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. 
 

Uses of UnflatEdge in at.dms.kjc.slicegraph
 

Fields in at.dms.kjc.slicegraph declared as UnflatEdge
 UnflatEdge[] UnflatFilter.in
          Incoming UnflatEdge.
 UnflatEdge[][] UnflatFilter.out
          Outgoing UnflatEdge.
 

Methods in at.dms.kjc.slicegraph that return types with arguments of type UnflatEdge
 HashSet<UnflatEdge> UnflatFilter.getInEdgeSet()
           
 

Methods in at.dms.kjc.slicegraph with parameters of type UnflatEdge
static boolean UnflatEdge.equal(UnflatEdge[] e1, UnflatEdge[] e2)
          Returns if two UnflatEdge[] are equal.
static boolean UnflatEdge.equal(UnflatEdge[] e1, UnflatEdge[] e2)
          Returns if two UnflatEdge[] are equal.
 double UnflatFilter.inRatio(UnflatEdge edge)
           
 int UnflatFilter.inWeight(UnflatEdge edge)