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. |
weight
boolean 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 DirectedEdge
equals
in interface DirectedTypedEdge<T>
equals
in interface Edge
equals
in interface TypedEdge<T>
equals
in interface WeightedDirectedEdge
equals
in interface WeightedEdge
equals
in class Object
Copyright © 2012. All Rights Reserved.