Uses of Class
org.processmining.prediction.PredictionType
-
Packages that use PredictionType Package Description org.processmining.prediction org.processmining.prediction.newPrefuseTreeVis org.processmining.prediction.NewTreeVisualizer -
-
Uses of PredictionType in org.processmining.prediction
Methods in org.processmining.prediction that return PredictionType Modifier and Type Method Description static PredictionTypePredictionType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static PredictionType[]PredictionType. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of PredictionType in org.processmining.prediction.newPrefuseTreeVis
Methods in org.processmining.prediction.newPrefuseTreeVis with parameters of type PredictionType Modifier and Type Method Description protected java.lang.StringNewDottyToTree. checkTime(int nrDecimals, PredictionType classType, java.lang.String label)Check is value is in highest possible time formatprotected 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.protected java.lang.StringNewDottyToTree. convertTime(java.lang.String time, int nrDecimals, PredictionType classType)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.Method parameters in org.processmining.prediction.newPrefuseTreeVis with type arguments of type PredictionType 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. -
Uses of PredictionType in org.processmining.prediction.NewTreeVisualizer
Method parameters in org.processmining.prediction.NewTreeVisualizer with type arguments of type PredictionType Modifier and Type Method Description NodeTreeBuild. create(java.io.Reader t, java.util.Map<java.lang.String,PredictionType> variableType, java.lang.Character charDelimiter, float maxValue)This will build A node structure from the dotty format passed.Constructors in org.processmining.prediction.NewTreeVisualizer with parameters of type PredictionType 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.TreeBuild(java.util.Map<java.lang.String,java.awt.Color> map, PredictionType classType)Upon construction this will only setup the color table for quick reference of a color.
-