Uses of Class
br.usp.ime.klava.segmentit.structures.Edge

Packages that use Edge
br.usp.ime.klava.segmentit.structures This package contains classes that implements the base data structures utilized in the segmentation tool. 
 

Uses of Edge in br.usp.ime.klava.segmentit.structures
 

Methods in br.usp.ime.klava.segmentit.structures that return types with arguments of type Edge
 java.util.List<Edge> PrimitiveCatchmentBasinsGraph.getIncidentEdges(int label)
          Returns a List of Edges that links the vertex labeled by label to its neighbors.
 java.util.List<Edge> PrimitiveCatchmentBasinsGraph.getIncidentEdges(PrimitiveCatchmentBasin basin)
          Returns a List of Edges that links basin to its neighbors.
 java.util.List<Edge> PrimitiveCatchmentBasinsGraph.getOrderedEdges()
          Returns a List with the edges of this graph, ordered by their weights.
 

Methods in br.usp.ime.klava.segmentit.structures with parameters of type Edge
 int Edge.compareTo(Edge otherEdge)
          Used for ordering Edges.