uk.ac.ed.computational_geometry.util
Class UndirectedGraph.Vertex<Value>
java.lang.Object
uk.ac.ed.computational_geometry.util.UndirectedGraph.Vertex<Value>
- Enclosing class:
- UndirectedGraph<Value>
public static class UndirectedGraph.Vertex<Value>
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
edges
protected List<UndirectedGraph.Edge<Value>> edges
value
protected Value value
UndirectedGraph.Vertex
protected UndirectedGraph.Vertex(Value value)
getEdges
public List<UndirectedGraph.Edge<Value>> getEdges()
getValue
public Value getValue()
addEdge
protected void addEdge(UndirectedGraph.Edge edge)