de.jstacs.sequenceScores.statisticalModels.differentiable.directedGraphicalModels
Class BNDiffSMParameterTree.TreeElement

java.lang.Object
  extended by de.jstacs.sequenceScores.statisticalModels.differentiable.directedGraphicalModels.BNDiffSMParameterTree.TreeElement
All Implemented Interfaces:
Storable, Cloneable
Enclosing class:
BNDiffSMParameterTree

public class BNDiffSMParameterTree.TreeElement
extends Object
implements Storable, Cloneable

Class for the nodes of a BNDiffSMParameterTree

Author:
Jan Grau

Constructor Summary
BNDiffSMParameterTree.TreeElement(StringBuffer representation)
          Constructor for the Storable interface.
 
Method Summary
 StringBuffer toXML()
          This method returns an XML representation as StringBuffer of an instance of the implementing class.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BNDiffSMParameterTree.TreeElement

public BNDiffSMParameterTree.TreeElement(StringBuffer representation)
                                  throws NonParsableException
Constructor for the Storable interface.

Parameters:
representation - the XML-representation of the BNDiffSMParameterTree.TreeElement
Throws:
NonParsableException - if the XML could not be parsed
Method Detail

toXML

public StringBuffer toXML()
Description copied from interface: Storable
This method returns an XML representation as StringBuffer of an instance of the implementing class.

Specified by:
toXML in interface Storable
Returns:
the XML representation