|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
ObjectBuilder
public class Builder
Field Summary | |
---|---|
static String |
STR_DELIMITERS
|
Constructor Summary | |
---|---|
Builder(BeliefNetwork bn,
Attributes attributes)
|
Method Summary | |
---|---|
Object |
forSerial(Attributes attributes)
|
DecisionNode |
generic(Attributes attr)
|
DecisionNode |
getRoot()
|
List |
instanceList(Attributes attributes,
List instances)
|
DecisionInternal |
internal(Attributes attr)
|
DecisionLeaf |
leaf(Attributes attr)
|
void |
map(Attributes attributes,
Object obj)
|
Parameter |
parameter(Attributes attr)
|
DecisionTreeImpl |
result()
|
Methods inherited from class Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final String STR_DELIMITERS
Constructor Detail |
---|
public Builder(BeliefNetwork bn, Attributes attributes)
Method Detail |
---|
public DecisionInternal internal(Attributes attr)
public DecisionLeaf leaf(Attributes attr)
public DecisionNode generic(Attributes attr)
public Parameter parameter(Attributes attr)
public Object forSerial(Attributes attributes)
public void map(Attributes attributes, Object obj)
public List instanceList(Attributes attributes, List instances)
public DecisionTreeImpl result()
public DecisionNode getRoot()
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |