|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectannas.graph.Graph<N,A>
annas.graph.DirectedGraph<N,A>
N
- Node typeA
- Arc typepublic class DirectedGraph<N,A extends ArcInterface<N>>
Implementation of a Directed Graph similar to @see Directed Graph
Constructor Summary | |
---|---|
DirectedGraph()
|
|
DirectedGraph(GraphObserver observer)
|
Method Summary |
---|
Methods inherited from class annas.graph.Graph |
---|
addArc, addNode, contains, getArc, getArc, getArcFactory, getNodeMap, getNuArcs, getNuNodes, getObserver, getVersion, removeArc, removeArc, removeArc, removeNode, resetArcs, setObserver |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface annas.graph.GraphInterface |
---|
addArc, addNode, contains, getArc, getArc, getArcFactory, getNodeMap, getNuArcs, getNuNodes, getObserver, getVersion, removeArc, removeArc, removeArc, removeNode, resetArcs |
Constructor Detail |
---|
public DirectedGraph()
public DirectedGraph(GraphObserver observer)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |