|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Graph.Vertex | |
---|---|
digraph | |
graph |
Uses of Graph.Vertex in digraph |
---|
Classes in digraph that implement Graph.Vertex | |
---|---|
static class |
DiGraph.Vertex<V,E>
Nested class representing a vertex of a directed graph. |
Methods in digraph that return Graph.Vertex | |
---|---|
Graph.Vertex<V,E> |
DiGraph.addVertex(V value)
Inserts a new vertex in the graph. |
Graph.Vertex<V,E> |
DiGraph.Edge.destination()
Returns the destination vertex of this edge. |
Graph.Vertex<V,E> |
DiGraph.Edge.source()
Returns the source vertex of this edge. |
Methods in digraph that return types with arguments of type Graph.Vertex | |
---|---|
Iterator<Graph.Vertex<V,E>> |
DiGraph.iterator()
Creates an iterator for the vertices of this graph. |
Methods in digraph with parameters of type Graph.Vertex | |
---|---|
void |
DiGraph.addEdge(E value,
Graph.Vertex<V,E> source,
Graph.Vertex<V,E> destination)
Inserts a new directed edge in this graph. |
void |
DiGraph.addEdge(E value,
Graph.Vertex<V,E> source,
Graph.Vertex<V,E> destination)
Inserts a new directed edge in this graph. |
Uses of Graph.Vertex in graph |
---|
Methods in graph that return Graph.Vertex | |
---|---|
Graph.Vertex<V,E> |
Graph.addVertex(V value)
Inserts a new vertex in the graph. |
Graph.Vertex<V,E> |
Graph.Edge.destination()
Returns the destination vertex of this edge. |
Graph.Vertex<V,E> |
Graph.Edge.source()
Returns the source vertex of this edge. |
Methods in graph with parameters of type Graph.Vertex | |
---|---|
void |
Graph.addEdge(E value,
Graph.Vertex<V,E> source,
Graph.Vertex<V,E> destination)
Inserts a new directed edge in this graph. |
void |
Graph.addEdge(E value,
Graph.Vertex<V,E> source,
Graph.Vertex<V,E> destination)
Inserts a new directed edge in this graph. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |