Package chemaxon.standardizer
Interface ConcurrentStandardizerProcessor.MolTransformer
- Enclosing class:
- ConcurrentStandardizerProcessor
public static interface ConcurrentStandardizerProcessor.MolTransformer
Molecule transformer.
-
Method Summary
-
Method Details
-
transform
Transforms and returns the molecule (the transformed input molecule is returned, no new molecule object is created).- Parameters:
mol
- the molecule- Returns:
- the transformed molecule
-