Uses of Interface
org.processmining.prediction.NewTreeVisualizer.NodePlace
-
Packages that use NodePlace Package Description org.processmining.prediction.NewTreeVisualizer -
-
Uses of NodePlace in org.processmining.prediction.NewTreeVisualizer
Classes in org.processmining.prediction.NewTreeVisualizer that implement NodePlace Modifier and Type Class Description classPlaceNode1This class will place the Nodes of a tree.classPlaceNode2This class will place the Nodes of a tree.Constructors in org.processmining.prediction.NewTreeVisualizer with parameters of type NodePlace 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.
-