Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
C
E
G
H
I
L
N
O
R
S
T
V
E
Edge
<
E
> - Class in
net.scheinerman.graph
This class represents a connection between two vertices.
Edge()
- Constructor for class net.scheinerman.graph.
Edge
Creates a new edge with no vertices.
Edge(Vertex<E>, Vertex<E>)
- Constructor for class net.scheinerman.graph.
Edge
Creates a new edge with two instantiated vertices.
equals(Object)
- Method in class net.scheinerman.graph.
Location
Determines whether or not the coordinates are the same location and returns true or false accordingly.
equals(Vertex<E>)
- Method in class net.scheinerman.graph.
Vertex
Tests if the location of the two vertices are the same.
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
C
E
G
H
I
L
N
O
R
S
T
V