Interface ConcurrentStandardizerProcessor.MolTransformer

Enclosing class:
ConcurrentStandardizerProcessor

public static interface ConcurrentStandardizerProcessor.MolTransformer
Molecule transformer.
  • Method Summary

    Modifier and Type
    Method
    Description
    Transforms and returns the molecule (the transformed input molecule is returned, no new molecule object is created).
  • Method Details

    • transform

      Molecule transform(Molecule mol)
      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