Class ChemObjectDifference
- java.lang.Object
-
- org.openscience.cdk.tools.diff.tree.AbstractDifferenceList
-
- org.openscience.cdk.tools.diff.tree.ChemObjectDifference
-
- All Implemented Interfaces:
IDifference,IDifferenceList
public class ChemObjectDifference extends AbstractDifferenceList implements IDifferenceList
IDifferencebetween twoIChemObjects.- Author:
- egonw
- Source code:
- main
- Belongs to CDK module:
- diff
-
-
Field Summary
-
Fields inherited from class org.openscience.cdk.tools.diff.tree.AbstractDifferenceList
differences
-
-
Constructor Summary
Constructors Constructor Description ChemObjectDifference(String name)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringtoString()Returns aStringrepresentation for thisIDifference.-
Methods inherited from class org.openscience.cdk.tools.diff.tree.AbstractDifferenceList
addChild, addChildren, childCount, getChildren
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.openscience.cdk.tools.diff.tree.IDifferenceList
addChild, addChildren, childCount, getChildren
-
-