-
Methods in org.helm.notation2.tools that throw HELM1FormatException
| Modifier and Type |
Method |
Description |
String |
WebService.convertIntoStandardHELM(String notation) |
method to convert the input HELM into a standard HELM
|
String |
WebService.convertStandardHELMToCanonicalHELM(String notation) |
method to convert the input HELM into canonical HELM
|
static String |
HELM1Utils.getCanonical(org.helm.notation2.parser.notation.HELM2Notation helm2notation) |
method to generate from a helm2notation a valid canonical HELM1
|
static String |
HELM1Utils.getStandard(org.helm.notation2.parser.notation.HELM2Notation helm2notation) |
method to reproduce a standard HELM in HELM1 - Format
|
static String |
xHelmNotationExporter.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
|