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


Constructor Summary
ParameterTree.TreeElement(StringBuffer representation)
           
 
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
Throws:
NonParsableException
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