| Package | Description |
|---|---|
| com.clarkparsia.modularity | |
| com.clarkparsia.reachability |
| Modifier and Type | Method and Description |
|---|---|
ReachabilityGraph |
GraphBuilder.build() |
| Modifier and Type | Method and Description |
|---|---|
ReachabilityGraph<E> |
Reachability.getGraph() |
| 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.
|
| Constructor and Description |
|---|
Reachability(ReachabilityGraph<E> graph) |
Copyright © 2019. All rights reserved.