public class BNDiffSMParameterTree.TreeElement extends Object implements Storable, Cloneable
BNDiffSMParameterTree| Constructor and Description |
|---|
BNDiffSMParameterTree.TreeElement(StringBuffer representation)
Constructor for the
Storable interface. |
| Modifier and Type | Method and Description |
|---|---|
StringBuffer |
toXML()
This method returns an XML representation as
StringBuffer of an
instance of the implementing class. |
public BNDiffSMParameterTree.TreeElement(StringBuffer representation) throws NonParsableException
Storable interface.representation - the XML-representation of the BNDiffSMParameterTree.TreeElementNonParsableException - if the XML could not be parsedpublic StringBuffer toXML()
StorableStringBuffer of an
instance of the implementing class.