public class TreeBuild
extends java.lang.Object
| Constructor and Description |
|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
Node |
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.
|
public TreeBuild(java.util.Map<java.lang.String,java.awt.Color> map,
PredictionType classType)
map - public Node create(java.io.Reader t, java.util.Map<java.lang.String,PredictionType> variableType, java.lang.Character charDelimiter, float maxValue)
t - The reader with the dotty string to be read.variableType - maxValue -