de.jstacs.scoringFunctions.directedGraphicalModels
Class ParameterTree.TreeElement
java.lang.Object
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
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