public interface WeightedDirectedEdge extends WeightedEdge, DirectedEdge
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o)
Returns
true if o connects the same two vertices with the
same the edge orientation regardless of edge weight. |
weight
boolean equals(Object o)
true
if o
connects the same two vertices with the
same the edge orientation regardless of edge weight.equals
in interface DirectedEdge
equals
in interface Edge
equals
in interface WeightedEdge
equals
in class Object
Copyright © 2012. All Rights Reserved.