Class ConversionConstants

java.lang.Object
chemaxon.checkers.result.ConversionConstants

@PublicApi public final class ConversionConstants extends Object
This class contains constants for converting atoms, bonds and S-groups in checker results. For internal use only.
Since:
Marvin 5.7
  • Field Details

    • ATOM_ATOM_MAP

      public static final String ATOM_ATOM_MAP
      The key of the map from cloned atoms to original atoms.
      See Also:
    • BOND_BOND_MAP

      public static final String BOND_BOND_MAP
      The key of the map from cloned bonds to original bonds.
      See Also:
    • SGROUP_SGROUP_MAP

      public static final String SGROUP_SGROUP_MAP
      The key of the map from cloned S-groups to original S-groups.
      See Also:
  • Constructor Details

    • ConversionConstants

      public ConversionConstants()