public final class HELM1Utils extends Object
| Modifier and Type | Method and Description |
|---|---|
static String |
getCanonical(org.helm.notation2.parser.notation.HELM2Notation helm2notation)
method to generate from a helm2notation a valid canonical HELM1
|
static String |
getStandard(org.helm.notation2.parser.notation.HELM2Notation helm2notation)
method to reproduce a standard HELM in HELM1 - Format
|
public static String getStandard(org.helm.notation2.parser.notation.HELM2Notation helm2notation) throws HELM1FormatException, MonomerLoadingException, org.helm.chemtoolkit.CTKException, ValidationException, ChemistryException
helm2notation - HELM2NotationHELM1FormatException - if HELM2 features are thereorg.helm.chemtoolkit.CTKException - general ChemToolKit exception passed to HELMToolKitMonomerLoadingException - monomers could not be loadedValidationException - if a smiles in the HELMNotation is not validChemistryException - if the Chemistry Engine can not be initializedpublic static String getCanonical(org.helm.notation2.parser.notation.HELM2Notation helm2notation) throws HELM1FormatException, ChemistryException
helm2notation - input HELM2NotationHELM1FormatException - if HELM2 features are thereChemistryException - if the Chemistry Engine can not be initializedCopyright © 2017. All rights reserved.