Package qilin.util.graph
Interface DirectedGraph<N>
- All Known Implementing Classes:
ConcurrentDirectedGraphImpl
,CSDG
,DebloatedOAG
,DirectedGraphImpl
,MethodLevelCallGraph
,OAG
,SCCMergedGraph
,SMPAG
public interface DirectedGraph<N>
-
Method Summary
Modifier and TypeMethodDescriptionallNodes()
default Collection<N>
computeReachableNodes
(N source) default Collection<N>
default Collection<N>
-
Method Details
-
allNodes
Collection<N> allNodes() -
predsOf
-
succsOf
-
computeReachableNodes
-
computeRootNodes
-
computeTailNodes
-