Class AtomTypeDiff


  • public class AtomTypeDiff
    extends Object
    Compares two IAtomType classes.
    Author:
    egonw
    Source code:
    main
    Belongs to CDK module:
    diff
    • Method Detail

      • diff

        public static String diff​(IChemObject first,
                                  IChemObject second)
        Compare two IChemObject classes and return the difference as a String.
        Parameters:
        first - the first of the two classes to compare
        second - the second of the two classes to compare
        Returns:
        a String representation of the difference between the first and second IChemObject.