| Modifier and Type | Method and Description |
|---|---|
static AbstractChemistryManipulator.StType |
AbstractChemistryManipulator.StType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AbstractChemistryManipulator.StType[] |
AbstractChemistryManipulator.StType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
abstract String |
AbstractChemistryManipulator.convert(String data,
AbstractChemistryManipulator.StType type)
convert input notation to another
|
abstract String |
AbstractChemistryManipulator.convertMolecule(AbstractMolecule container,
AbstractChemistryManipulator.StType type)
produces chemical notation for input molecule
|
Copyright © 2016. All rights reserved.