|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
See:
Description
Interface Summary | |
---|---|
DirectedGraph<E> | Interface of directed graph. |
Graph<E> | A Graph provides basic operations to create, search and change itself. |
Class Summary | |
---|---|
AbstractGraph<E> | Default implementation of Graph interface. |
AdjacentList<E> | This class represents adjacent list, which is a frequently used method for storing graph. |
AdjacentNode<E> | Objects of this class is used to express nodes in an adjacent list. |
DirectedGraphImpl<E> | Sample implementation of interface DirectedGraph. |
Edge<E> | Edge in the graph. |
Node<E> | Node in the graph. |
UndirectedGraph<E> | Undirected graph. |
Interfaces and classes to implement a parallel graph data structure.
|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |