public interface WeightedDirectedTypedEdge<T> extends DirectedTypedEdge<T>, WeightedDirectedEdge
equals method of DirectedTypedEdge, i.e. two WeightedDirectedTypedEdge are equivalent
independent of their edge weights.Multigraph| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o)
Returns
true if o connects the same vertices, has the
same edge orientation, and has edge type information that is equivalent. |
weightboolean equals(Object o)
true if o connects the same vertices, has the
same edge orientation, and has edge type information that is equivalent.equals in interface DirectedEdgeequals in interface DirectedTypedEdge<T>equals in interface Edgeequals in interface TypedEdge<T>equals in interface WeightedDirectedEdgeequals in interface WeightedEdgeequals in class ObjectCopyright © 2012. All Rights Reserved.