| Package | Description |
|---|---|
| org.processmining.prediction.NewTreeVisualizer |
| 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.
|