public interface DirectedTypedEdge<T> extends DirectedEdge, TypedEdge<T>
equals
method of TypedEdge
to include edge
orientation. Two DirectedTypedEdge
must share the same edge
orientation to be equivalent.Multigraph
boolean equals(Object o)
true
if o
connects the same vertices, has the
same edge orientation, and has edge type information that is equivalent.Copyright © 2012. All Rights Reserved.