| Package | Description |
|---|---|
| rioko.grapht | |
| rioko.searchers | |
| rioko.searchers.breadth |
| Class and Description |
|---|
| AdjacencyListGraph
Implementation of
Graph structure using adjacency lists to store the
edges of the graph. |
| Edge
Interface that gives the basic methods to manage a edge of a graph.
|
| EdgeFactory
Factory interface to create
Edge. |
| Graph
Interface that gives the methods a Graph should implement to be a real Graph.
|
| Vertex
Interface that represent a Vertex to add in a Graph
|
| VertexFactory
Factory interface to create
Vertex. |
| Class and Description |
|---|
| AdjacencyListGraph
Implementation of
Graph structure using adjacency lists to store the
edges of the graph. |
| Edge
Interface that gives the basic methods to manage a edge of a graph.
|
| Vertex
Interface that represent a Vertex to add in a Graph
|
| Class and Description |
|---|
| AdjacencyListGraph
Implementation of
Graph structure using adjacency lists to store the
edges of the graph. |
| Edge
Interface that gives the basic methods to manage a edge of a graph.
|
| Vertex
Interface that represent a Vertex to add in a Graph
|