Uses of Interface
org.processmining.prediction.NewTreeVisualizer.TreeDisplayListener
-
Packages that use TreeDisplayListener Package Description org.processmining.prediction.NewTreeVisualizer -
-
Uses of TreeDisplayListener in org.processmining.prediction.NewTreeVisualizer
Constructors in org.processmining.prediction.NewTreeVisualizer with parameters of type TreeDisplayListener Constructor Description 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.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.
-