|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use org.amino.ds.graph | |
---|---|
org.amino.alg.graph | Interfaces and classes to implement a parallel graph algorithm. |
org.amino.ds.graph | Interfaces and classes to implement a parallel graph data structure. |
Classes in org.amino.ds.graph used by org.amino.alg.graph | |
---|---|
DirectedGraph
Interface of directed graph. |
|
Graph
A Graph provides basic operations to create, search and change itself. |
|
Node
Node in the graph. |
|
UndirectedGraph
Undirected graph. |
Classes in org.amino.ds.graph used by org.amino.ds.graph | |
---|---|
AbstractGraph
Default implementation of Graph interface. |
|
AdjacentList
This class represents adjacent list, which is a frequently used method for storing graph. |
|
AdjacentNode
Objects of this class is used to express nodes in an adjacent list. |
|
DirectedGraph
Interface of directed graph. |
|
Edge
Edge in the graph. |
|
Graph
A Graph provides basic operations to create, search and change itself. |
|
Node
Node in the graph. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |