de.jstacs.scoringFunctions.directedGraphicalModels
Class ParameterTree.TreeElement

java.lang.Object
  extended by de.jstacs.scoringFunctions.directedGraphicalModels.ParameterTree.TreeElement
All Implemented Interfaces:
Storable, Cloneable
Enclosing class:
ParameterTree

public class ParameterTree.TreeElement
extends Object
implements Storable, Cloneable

Class for the nodes of a ParameterTree

Author:
Jan Grau

Constructor Summary
ParameterTree.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

ParameterTree.TreeElement

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

Parameters:
representation - the XML-representation of the ParameterTree.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