public final class xHelmNotationExporter extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
HELM_NOTATION_ELEMENT |
static String |
MONOMER_ELEMENT |
static String |
MONOMER_LIST_ELEMENT |
static String |
XHELM_ELEMENT |
| Modifier and Type | Method and Description |
|---|---|
static String |
getXHELM(org.helm.notation2.parser.notation.HELM2Notation helm2notation)
method to get xhelm for the helm notation, only if it was possible to
convert the helm in the old format
|
static String |
getXHELM2(org.helm.notation2.parser.notation.HELM2Notation helm2notation)
method to get xhelm for the helm2 notation with the new functionality
|
public static final String XHELM_ELEMENT
public static final String MONOMER_LIST_ELEMENT
public static final String MONOMER_ELEMENT
public static final String HELM_NOTATION_ELEMENT
public static String getXHELM2(org.helm.notation2.parser.notation.HELM2Notation helm2notation) throws MonomerException, IOException, org.jdom2.JDOMException, ChemistryException
helm2notation, - HELM2Notation objectMonomerException - if monomer is not validorg.jdom2.JDOMException - jdome errorIOException - IO errorChemistryException - if chemistry engine can not be initializedpublic static String getXHELM(org.helm.notation2.parser.notation.HELM2Notation helm2notation) throws MonomerException, HELM1FormatException, IOException, org.jdom2.JDOMException, NotationException, org.helm.chemtoolkit.CTKException, ValidationException, ChemistryException
helm2notation, - HELM2Notation objectMonomerException - if monomer is not validHELM1FormatException - if HELM input contains HELM2 featuresorg.jdom2.JDOMException - jdome errorIOException - IO errorNotationException - if notation is not validorg.helm.chemtoolkit.CTKException - general ChemToolKit exception passed to HELMToolKitValidationException - if helm2 notation is not validChemistryException - if the Chemistry Engine can not be initializedCopyright © 2017. All rights reserved.