| Package | Description |
|---|---|
| com.clarkparsia.reachability |
| Modifier and Type | Method and Description |
|---|---|
EntityNode |
ReachabilityGraph.createEntityNode(E entity) |
EntityNode<E> |
ReachabilityGraph.getNode(E entity) |
| Modifier and Type | Method and Description |
|---|---|
static <E> List<Set<EntityNode<E>>> |
SCC.computeSCC(ReachabilityGraph<E> graph)
Computes the strongly connected components of a graph.
|
Collection<EntityNode<E>> |
ReachabilityGraph.getEntityNodes() |
Copyright © 2019. All rights reserved.