N - Value type that the graph node stores.E - Value type that the graph edge stores.public abstract class UndiGraph<N,E> extends Graph<N,E>
| Modifier and Type | Class and Description |
|---|---|
static interface |
UndiGraph.UndiGraphEdge<N,E>
A generic undirected graph edge.
|
static interface |
UndiGraph.UndiGraphNode<N,E>
A generic undirected graph node.
|
Graph.GraphEdge<N,E>| Constructor and Description |
|---|
UndiGraph() |
| Modifier and Type | Method and Description |
|---|---|
abstract UndiGraph.UndiGraphNode<N,E> |
getUndirectedGraphNode(N nodeValue) |
clearEdgeAnnotations, clearNodeAnnotations, connect, connectIfNotFound, createNode, disconnect, getEdges, getEdges, getFirstEdge, getNeighborNodes, getNodeCount, getNodeDegree, getNodes, getWeight, hasNode, isConnected, isConnected, popEdgeAnnotations, popNodeAnnotations, pushEdgeAnnotations, pushNodeAnnotationsclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetNode, newSubGraphpublic abstract UndiGraph.UndiGraphNode<N,E> getUndirectedGraphNode(N nodeValue)
Copyright © 2009-2020 Google. All Rights Reserved.