edu.ucla.belief.decision
Class XmlWriter
Object
XmlWriter
public class XmlWriter
- extends Object
- Since:
- 013105
- Author:
- Keith Cascio
CHAR_TAB
public static final char CHAR_TAB
- See Also:
- Constant Field Values
INT_INDENT_BASE
public static final int INT_INDENT_BASE
- See Also:
- Constant Field Values
INT_INDENT_DELTA
public static final int INT_INDENT_DELTA
- See Also:
- Constant Field Values
STR_ELEMENT_ROOT
public static final String STR_ELEMENT_ROOT
- See Also:
- Constant Field Values
STR_ELEMENT_NODE_GENERIC
public static final String STR_ELEMENT_NODE_GENERIC
- See Also:
- Constant Field Values
STR_ELEMENT_NODE_LEAF
public static final String STR_ELEMENT_NODE_LEAF
- See Also:
- Constant Field Values
STR_ELEMENT_NODE_INTERNAL
public static final String STR_ELEMENT_NODE_INTERNAL
- See Also:
- Constant Field Values
STR_ELEMENT_PARAMETER
public static final String STR_ELEMENT_PARAMETER
- See Also:
- Constant Field Values
STR_ATTR_SERIAL
public static final String STR_ATTR_SERIAL
- See Also:
- Constant Field Values
STR_ATTR_ID
public static final String STR_ATTR_ID
- See Also:
- Constant Field Values
STR_ATTR_EDITABLE
public static final String STR_ATTR_EDITABLE
- See Also:
- Constant Field Values
STR_ATTR_INDEX
public static final String STR_ATTR_INDEX
- See Also:
- Constant Field Values
STR_ATTR_JOINT
public static final String STR_ATTR_JOINT
- See Also:
- Constant Field Values
STR_ATTR_VARIABLE
public static final String STR_ATTR_VARIABLE
- See Also:
- Constant Field Values
STR_ATTR_VALUE
public static final String STR_ATTR_VALUE
- See Also:
- Constant Field Values
STR_ATTR_INSTANCELIST
public static final String STR_ATTR_INSTANCELIST
- See Also:
- Constant Field Values
STR_ATTR_PARENTORDER
public static final String STR_ATTR_PARENTORDER
- See Also:
- Constant Field Values
STR_ATTR_EPSILON
public static final String STR_ATTR_EPSILON
- See Also:
- Constant Field Values
write
public static void write(DecisionTree tree,
PrintStream out)
write
public static void write(DecisionTree tree,
PrintWriter out)
getTab
public static String getTab(int length)
main
public static void main(String[] args)
- test/debug
Copyright 2010 UCLA Automated Reasoning Group