@MetaInfServices(value=Service.class) @ServiceStatus(value=DEVELOPMENT) @Alias(value="comparator") public class GraphComparatorService extends Object implements Service
Constructor and Description |
---|
GraphComparatorService() |
Modifier and Type | Method and Description |
---|---|
GraphComparatorResult |
run(Graph graph_frame,
Graph graph_1,
Graph graph_2)
Compare graph_1 and graph_2 and return a GraphComparatorResult object.
|
public GraphComparatorResult run(Graph graph_frame, Graph graph_1, Graph graph_2)
graph_frame
- used for the error notificationsgraph_1
- the first graph to comparegraph_2
- the second graph to compareCopyright © 2005–2020. All rights reserved.