edu.ucla.belief.decision
Class XmlWriter.GroupedDecisionWriter

Object
  extended by XmlWriter.GroupedOutcomeWriter
      extended by XmlWriter.GroupedDecisionWriter
Enclosing class:
XmlWriter

public class XmlWriter.GroupedDecisionWriter
extends XmlWriter.GroupedOutcomeWriter

Since:
020105

Constructor Summary
XmlWriter.GroupedDecisionWriter()
           
 
Method Summary
 Object getOutcome(DecisionNode node, int index)
           
 void writeOutcome(Object outcome, Collection instances, int indent)
           
 
Methods inherited from class XmlWriter.GroupedOutcomeWriter
shouldWriteFlat, writeOutcomes, writeOutcomesFlat, writeOutcomesGrouped
 
Methods inherited from class Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XmlWriter.GroupedDecisionWriter

public XmlWriter.GroupedDecisionWriter()
Method Detail

getOutcome

public Object getOutcome(DecisionNode node,
                         int index)
                  throws StateNotFoundException
Specified by:
getOutcome in class XmlWriter.GroupedOutcomeWriter
Throws:
StateNotFoundException

writeOutcome

public void writeOutcome(Object outcome,
                         Collection instances,
                         int indent)
Specified by:
writeOutcome in class XmlWriter.GroupedOutcomeWriter


Copyright 2010 UCLA Automated Reasoning Group