Package qilin.util.graph
Class DirectedGraphImpl<N>
java.lang.Object
qilin.util.graph.DirectedGraphImpl<N>
- All Implemented Interfaces:
DirectedGraph<N>
-
Field Summary
-
Constructor Summary
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface qilin.util.graph.DirectedGraph
computeReachableNodes, computeRootNodes, computeTailNodes
-
Field Details
-
nodes
-
preds
-
succs
-
-
Constructor Details
-
DirectedGraphImpl
public DirectedGraphImpl()
-
-
Method Details
-
addNode
-
addEdge
-
allNodes
- Specified by:
allNodes
in interfaceDirectedGraph<N>
-
predsOf
- Specified by:
predsOf
in interfaceDirectedGraph<N>
-
succsOf
- Specified by:
succsOf
in interfaceDirectedGraph<N>
-