Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
G
H
I
N
P
S
T
V
G
getAVertex()
- Method in class nick.graph.
AdjacencyListGraph
getAVertex()
- Method in class nick.graph.
AdjacencyMatrixGraph
getAVertex()
- Method in interface nick.graph.
GraphInterface
getEdges(String)
- Method in class nick.graph.
AdjacencyListGraph
getEdges(String)
- Method in class nick.graph.
AdjacencyMatrixGraph
Get all edges adjacent to a specified vertex.
getEdges(String)
- Method in interface nick.graph.
GraphInterface
getNeighbors(String)
- Method in class nick.graph.
AdjacencyListGraph
getNeighbors(String)
- Method in class nick.graph.
AdjacencyMatrixGraph
getNeighbors(String)
- Method in interface nick.graph.
GraphInterface
graph()
- Method in class nick.graph.
AdjacencyMatrixGraph
GraphElement
<
E
> - Class in
nick.graph
This abstract class is designed to be extended by classes that are elements of a graph.
GraphElement(E)
- Constructor for class nick.graph.
GraphElement
Construct a new GraphElement object.
GraphElement(E, String)
- Constructor for class nick.graph.
GraphElement
Construct a new GraphElement object.
GraphInterface
<
E
> - Interface in
nick.graph
This interface is used to provide a framework for different graph implementations.
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
G
H
I
N
P
S
T
V