Package chemaxon.standardizer
Interface ConcurrentStandardizerProcessor.MolTransformer
-
- Enclosing class:
- ConcurrentStandardizerProcessor
public static interface ConcurrentStandardizerProcessor.MolTransformer
Molecule transformer.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Molecule
transform(Molecule mol)
Transforms and returns the molecule (the transformed input molecule is returned, no new molecule object is created).
-