@MetaInfServices(value=Service.class) @Alias(value="SCC") @ServiceStatus(value=RELEASED) public class SCCGraphService extends Object implements Service
Constructor and Description |
---|
SCCGraphService() |
Modifier and Type | Method and Description |
---|---|
org.colomoto.common.task.Task<ReducedGraph> |
backgroundSCCGraph(Graph graph,
org.colomoto.common.task.TaskListener listener)
Compute the SCC graph in background.
|
List<NodeReducedData> |
getComponents(Graph graph) |
ReducedGraph |
getSCCGraph(Graph graph)
Compute the SCC of graph.
|
StyleProvider |
getStyleProvider(List<NodeReducedData> sccs,
Graph graph) |
public ReducedGraph getSCCGraph(Graph graph)
graph
- the graph to compute the SCC onpublic org.colomoto.common.task.Task<ReducedGraph> backgroundSCCGraph(Graph graph, org.colomoto.common.task.TaskListener listener)
graph
- public List<NodeReducedData> getComponents(Graph graph)
public StyleProvider getStyleProvider(List<NodeReducedData> sccs, Graph graph)
Copyright © 2005–2020. All rights reserved.