N - The type of Node which this Edge containspublic interface NonDirectionalEdge<N> extends Edge<N>
| Modifier and Type | Method and Description | 
|---|---|
| NonDirectionalEdge<N> | createReplacementEdge(java.util.Collection<N> nodes)Creates a 'replacement' Edge for this NonDirectionalEdge. | 
getAdjacentNodeCount, getAdjacentNodes, getNodeAt, isAdjacentNodeNonDirectionalEdge<N> createReplacementEdge(java.util.Collection<N> nodes)
nodes - The collection of Nodes to which the replacement Edge will be
            connected