Package | Description |
---|---|
org.ginsim.service.tool.graphcomparator | |
org.ginsim.servicegui.tool.graphcomparator |
Modifier and Type | Field and Description |
---|---|
protected GraphComparatorResult<V,E,G> |
GraphComparator.result |
Modifier and Type | Method and Description |
---|---|
protected GraphComparatorResult<V,E,G> |
GraphComparator.performTask()
Build the basic topology for the diff graph (node+edges) by calling others functions
1) addNodesFromGraph on both graphs
2) setNodesColor
3) addEdgesFromGraph on each node on both graphs
|
GraphComparatorResult |
GraphComparatorService.run(Graph graph_frame,
Graph graph_1,
Graph graph_2)
Compare graph_1 and graph_2 and return a GraphComparatorResult object.
|
Constructor and Description |
---|
GraphComparatorCaptionFrame(GraphComparatorResult gcResult) |
Copyright © 2005–2020. All rights reserved.