edu.ucla.belief.decision
Class XmlWriter

Object
  extended by XmlWriter

public class XmlWriter
extends Object

Since:
013105
Author:
Keith Cascio

Nested Class Summary
 class XmlWriter.GroupedDecisionWriter
           
 class XmlWriter.GroupedOutcomeWriter
           
 class XmlWriter.GroupedParameterWriter
           
 class XmlWriter.PrintStreamWriter
           
 class XmlWriter.PrintWriterWriter
           
static interface XmlWriter.UniWriter
           
 
Field Summary
static char CHAR_TAB
           
static int INT_INDENT_BASE
           
static int INT_INDENT_DELTA
           
static String STR_ATTR_EDITABLE
           
static String STR_ATTR_EPSILON
           
static String STR_ATTR_ID
           
static String STR_ATTR_INDEX
           
static String STR_ATTR_INSTANCELIST
           
static String STR_ATTR_JOINT
           
static String STR_ATTR_PARENTORDER
           
static String STR_ATTR_SERIAL
           
static String STR_ATTR_VALUE
           
static String STR_ATTR_VARIABLE
           
static String STR_ELEMENT_NODE_GENERIC
           
static String STR_ELEMENT_NODE_INTERNAL
           
static String STR_ELEMENT_NODE_LEAF
           
static String STR_ELEMENT_PARAMETER
           
static String STR_ELEMENT_ROOT
           
 
Method Summary
static String getTab(int length)
           
static void main(String[] args)
          test/debug
static void write(DecisionTree tree, PrintStream out)
           
static void write(DecisionTree tree, PrintWriter out)
           
 
Methods inherited from class Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Method Detail

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