edu.ucla.belief.decision
Class Builder

Object
  extended by Builder

public class Builder
extends Object

Since:
020205
Author:
Keith Cascio

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

STR_DELIMITERS

public static final String STR_DELIMITERS
Constructor Detail

Builder

public Builder(BeliefNetwork bn,
               Attributes attributes)
Method Detail

internal

public DecisionInternal internal(Attributes attr)

leaf

public DecisionLeaf leaf(Attributes attr)

generic

public DecisionNode generic(Attributes attr)

parameter

public Parameter parameter(Attributes attr)

forSerial

public Object forSerial(Attributes attributes)

map

public void map(Attributes attributes,
                Object obj)

instanceList

public List instanceList(Attributes attributes,
                         List instances)

result

public DecisionTreeImpl result()

getRoot

public DecisionNode getRoot()


Copyright 2010 UCLA Automated Reasoning Group