edu.ucla.belief.decision
Class XmlWriter.GroupedParameterWriter

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

public class XmlWriter.GroupedParameterWriter
extends XmlWriter.GroupedOutcomeWriter

Since:
020105

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

Constructor Detail

XmlWriter.GroupedParameterWriter

public XmlWriter.GroupedParameterWriter()
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

shouldWriteFlat

public boolean shouldWriteFlat(DecisionNode node)
Description copied from class: XmlWriter.GroupedOutcomeWriter
override here

Overrides:
shouldWriteFlat in class XmlWriter.GroupedOutcomeWriter

writeOutcomesFlat

public void writeOutcomesFlat(DecisionNode node,
                              int indent)
Description copied from class: XmlWriter.GroupedOutcomeWriter
override here

Overrides:
writeOutcomesFlat in class XmlWriter.GroupedOutcomeWriter


Copyright 2010 UCLA Automated Reasoning Group