| Package | Description |
|---|---|
| org.processmining.prediction | |
| org.processmining.prediction.newPrefuseTreeVis | |
| org.processmining.prediction.NewTreeVisualizer |
| Modifier and Type | Method and Description |
|---|---|
static PredictionType |
PredictionType.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.
|
| Modifier and Type | Method and Description |
|---|---|
protected java.lang.String |
NewDottyToTree.checkTime(int nrDecimals,
PredictionType classType,
java.lang.String label)
Check is value is in highest possible time format
|
protected java.lang.String |
GraphMLParser.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.String |
NewDottyToTree.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.String |
NewDottyToTree.convertTime(java.lang.String time,
int nrDecimals,
PredictionType classType) |
TreePanel |
NewPrefuseTreeVis.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 void |
NewDottyToTree.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 void |
NewDottyToTree.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.
|
| Modifier and Type | Method and Description |
|---|---|
protected java.lang.String |
GraphMLParser.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.String |
NewDottyToTree.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.
|
TreePanel |
NewPrefuseTreeVis.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 void |
NewDottyToTree.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 void |
NewDottyToTree.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.
|
| Modifier and Type | Method and Description |
|---|---|
Node |
TreeBuild.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.
|
| Constructor and 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.
|
| Constructor and 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.
|