Modifier and Type | Field and Description |
---|---|
Map<E,ComparedItemInfo<E>> |
comparedEdges |
Map<V,ComparedItemInfo<V>> |
comparedNodes |
Constructor and Description |
---|
GraphComparatorResult(G g1,
G g2,
G g_new)
Create a new result
|
Modifier and Type | Method and Description |
---|---|
Graph |
getDiffGraph()
Return the new graph created for the comparison
|
String |
getGraph1Name()
Get the name of the first graph
|
String |
getGraph2Name()
Get the name of the second graph
|
StringBuffer |
getLog()
get the content of the log
|
StyleProvider |
getStyleProvider() |
void |
setEdgeAutomatingRouting()
Try to fix the edges routing
|
public final Map<V,ComparedItemInfo<V>> comparedNodes
public Graph getDiffGraph()
public void setEdgeAutomatingRouting()
public StringBuffer getLog()
public String getGraph1Name()
public String getGraph2Name()
public StyleProvider getStyleProvider()
Copyright © 2005–2020. All rights reserved.