See: Description
Interface | Description |
---|---|
DGraph<N,E> |
DGraph.
|
Class | Description |
---|---|
AbstractDGraph<N,E> |
AbstractDGraph.
|
ConcreteDGraph<N,E> |
This class gives a standard representation for a directed graph by sets of successors and predecessors.
|
DAGraph<N,E> |
This class extends the representation of a directed graph given by class
ConcreteDGraph for directed acyclic graph (DAG). |
DAGraphFactory |
DAGraphFactory.
|
DGraphFactory |
DGraphFactory.
|
Edge<N,E> |
This class gives a standard representation for an edge of a graph.
|
Node<N> |
This class gives a standard representation for a node of a graph.
|
This package is designed to represent directed graph.
Copyright © 2010–2016 The Galactic Organization. All rights reserved.