Uses of Class
ons.util.Edge

Packages that use Edge 
Package Description
ons.util  
  • Uses of Edge in ons.util

    Methods in ons.util that return Edge 
    Modifier and Type Method Description
    Edge WeightedMultiGraph.getFirstEdge​(int source)  
    Edge WeightedMultiGraph.getFirstEdge​(int source, int target)  
    Methods in ons.util that return types with arguments of type Edge 
    Modifier and Type Method Description
    java.util.Iterator<Edge> WeightedMultiGraph.getEdgeIterator​(int source)  
    java.util.TreeSet<Edge> WeightedMultiGraph.getEdges​(int source)  
    java.util.ArrayList<Edge> WeightedMultiGraph.getEdges​(int source, int target)
    Retrieves the set of the Edges linking this pair