public class xHelmNotationParser extends Object
| Constructor and Description |
|---|
xHelmNotationParser() |
| Modifier and Type | Method and Description |
|---|---|
static String |
getComplexNotationString(org.jdom2.Element rootElement)
Extracts the complex notation string from the root node of the XHELM
document
|
static String |
getHELMNotationString(org.jdom2.Element rootElement)
Extracts the HELM string from the root node of the XHELM document
|
static MonomerStore |
getMonomerStore(org.jdom2.Element rootElement)
Generates the monomer store from a given XHELM document
|
public static String getHELMNotationString(org.jdom2.Element rootElement)
rootElement - root elementpublic static String getComplexNotationString(org.jdom2.Element rootElement)
rootElement - root elementpublic static MonomerStore getMonomerStore(org.jdom2.Element rootElement) throws MonomerException, IOException
rootElement - root elementMonomerException - if monomer is not validIOException - IO errorCopyright © 2017. All rights reserved.