public class NAryTreeVisualization
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static org.jgraph.graph.DefaultGraphCell[] |
cells |
static java.util.HashMap<java.lang.Integer,java.lang.Integer> |
ReversedEdges |
static java.util.Vector<org.jgraph.graph.DefaultGraphCell> |
vcells |
Constructor and Description |
---|
NAryTreeVisualization() |
Modifier and Type | Method and Description |
---|---|
static com.mxgraph.swing.mxGraphComponent |
convertToJGraph(org.processmining.plugins.etm.model.narytree.NAryTree t,
org.deckfour.xes.classification.XEventClasses classes) |
static java.lang.String |
getNodeLabel(org.processmining.plugins.etm.model.narytree.NAryTree tree,
int node,
org.deckfour.xes.classification.XEventClasses classes) |
static void |
showTree(org.processmining.plugins.etm.model.narytree.NAryTree tree,
org.deckfour.xes.classification.XEventClasses classes,
java.lang.String title) |
public static java.util.Vector<org.jgraph.graph.DefaultGraphCell> vcells
public static java.util.HashMap<java.lang.Integer,java.lang.Integer> ReversedEdges
public static org.jgraph.graph.DefaultGraphCell[] cells
public static void showTree(org.processmining.plugins.etm.model.narytree.NAryTree tree, org.deckfour.xes.classification.XEventClasses classes, java.lang.String title)
public static com.mxgraph.swing.mxGraphComponent convertToJGraph(org.processmining.plugins.etm.model.narytree.NAryTree t, org.deckfour.xes.classification.XEventClasses classes)
public static java.lang.String getNodeLabel(org.processmining.plugins.etm.model.narytree.NAryTree tree, int node, org.deckfour.xes.classification.XEventClasses classes)