Uses of Class
org.processmining.prediction.newPrefuseTreeVis.VisConfigurables
-
Packages that use VisConfigurables Package Description org.processmining.prediction.newPrefuseTreeVis -
-
Uses of VisConfigurables in org.processmining.prediction.newPrefuseTreeVis
Methods in org.processmining.prediction.newPrefuseTreeVis with parameters of type VisConfigurables Modifier and Type Method Description protected java.lang.StringGraphMLParser. 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.StringNewDottyToTree. 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.TreePanelNewPrefuseTreeVis. 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 voidNewDottyToTree. 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 voidNewDottyToTree. 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.Constructors in org.processmining.prediction.newPrefuseTreeVis with parameters of type VisConfigurables Constructor Description TreePanel(prefuse.data.Tree tree2, java.util.Map<java.lang.String,java.awt.Color> variableColor, VisConfigurables config)Initializes the panel.
-