A B C D E G H I N P S T V

E

Edge<E> - Class in nick.graph
A basic edge class which extends the GraphElement class.
Edge(E) - Constructor for class nick.graph.Edge
Construct a new Vertex object.
Edge(E, String) - Constructor for class nick.graph.Edge
Construct a new Vertex object.
EdgeDouble<E extends java.lang.Double> - Class in nick.graph
This class is implemented by a class that should extend the Edge class.
EdgeDouble(E) - Constructor for class nick.graph.EdgeDouble
Construct a new EdgeDouble object.
EdgeDouble(E, String) - Constructor for class nick.graph.EdgeDouble
Construct a new EdgeDouble object.
edges() - Method in class nick.graph.AdjacencyListGraph
 
edges() - Method in class nick.graph.AdjacencyMatrixGraph
 
edges() - Method in interface nick.graph.GraphInterface
 
equals(Object) - Method in class nick.graph.EdgeDouble
 

A B C D E G H I N P S T V