| Package | Description |
|---|---|
| org.processmining.prediction.NewTreeVisualizer |
| Modifier and Type | Class and Description |
|---|---|
class |
PlaceNode1
This class will place the Nodes of a tree.
|
class |
PlaceNode2
This class will place the Nodes of a tree.
|
| Constructor and Description |
|---|
MyTreeVisualizer(TreeDisplayListener tdl,
Node n,
NodePlace p)
Constructs Displayer with the specified Node as the top of the tree, and
uses the NodePlacer to place the Nodes.
|
MyTreeVisualizer(TreeDisplayListener tdl,
java.lang.String dot,
NodePlace p,
java.util.Map<java.lang.String,java.awt.Color> map,
java.util.Map<java.lang.String,PredictionType> variableType,
java.lang.Character charDelimiter,
float maxValue,
PredictionType classType)
Constructs Displayer to display a tree provided in a dot format.
|