| Package | Description |
|---|---|
| org.processmining.prediction.newPrefuseTreeVis |
| Modifier and Type | Method and Description |
|---|---|
protected java.lang.String |
GraphMLParser.convert(java.lang.String dotty,
PredictionType classType,
java.util.HashMap<java.lang.String,PredictionType> predictionTypes,
VisConfigurables config)
Converts the dotty format to TreeML.
|
java.lang.String |
NewDottyToTree.convert(java.lang.String dotty,
PredictionType classType,
java.util.HashMap<java.lang.String,PredictionType> predictionTypes,
VisConfigurables config)
Parses the incoming data and writes the generated output.
|
TreePanel |
NewPrefuseTreeVis.display(java.lang.String dotty,
java.lang.String name,
java.util.Map<java.lang.String,java.awt.Color> variableColor,
java.util.HashMap<java.lang.String,PredictionType> predictionTypes,
PredictionType classType,
VisConfigurables config) |
protected void |
NewDottyToTree.writeEdge(java.io.BufferedWriter writer,
weka.gui.treevisualizer.Edge edge,
PredictionType classType,
java.util.HashMap<java.lang.String,PredictionType> predictionTypes,
VisConfigurables config)
Writes the edge as GraphML.
|
protected void |
NewDottyToTree.writeNode(java.io.BufferedWriter writer,
weka.gui.treevisualizer.Node node,
PredictionType classType,
java.util.HashMap<java.lang.String,PredictionType> predictionTypes,
VisConfigurables config)
Writes the node as GraphML.
|
| Constructor and Description |
|---|
TreePanel(prefuse.data.Tree tree2,
java.util.Map<java.lang.String,java.awt.Color> variableColor,
VisConfigurables config)
Initializes the panel.
|