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, getNodeDegree, getNodes, getWeight, hasNode, isConnected, isConnected, popEdgeAnnotations, popNodeAnnotations, pushEdgeAnnotations, pushNodeAnnotations
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getNode, newSubGraph
public abstract UndiGraph.UndiGraphNode<N,E> getUndirectedGraphNode(N nodeValue)
Copyright © 2009-2016 Google. All Rights Reserved.