Package org.openscience.cdk.tools.diff
Class BondDiff
- java.lang.Object
- 
- org.openscience.cdk.tools.diff.BondDiff
 
- 
- 
Method SummaryAll Methods Static Methods Concrete Methods Modifier and Type Method Description static Stringdiff(IChemObject first, IChemObject second)Compare twoIChemObjectclasses and return the difference as aString.static IDifferencedifference(IChemObject first, IChemObject second)Compare twoIChemObjectclasses and return the difference as anIDifference.
 
- 
- 
- 
Method Detail- 
diffpublic static String diff(IChemObject first, IChemObject second) Compare twoIChemObjectclasses and return the difference as aString.- Parameters:
- first- the first of the two classes to compare
- second- the second of the two classes to compare
- Returns:
- a Stringrepresentation of the difference between the first and secondIChemObject.
 
 - 
differencepublic static IDifference difference(IChemObject first, IChemObject second) Compare twoIChemObjectclasses and return the difference as anIDifference.- Parameters:
- first- the first of the two classes to compare
- second- the second of the two classes to compare
- Returns:
- an IDifferencerepresentation of the difference between the first and secondIChemObject.
 
 
- 
 
-