Class ChemObjectDifference
java.lang.Object
org.openscience.cdk.tools.diff.tree.AbstractDifferenceList
org.openscience.cdk.tools.diff.tree.ChemObjectDifference
- All Implemented Interfaces:
IDifference,IDifferenceList
IDifference between two IChemObjects.- Author:
- egonw
-
Field Summary
Fields inherited from class org.openscience.cdk.tools.diff.tree.AbstractDifferenceList
differences -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiontoString()Returns aStringrepresentation for thisIDifference.Methods inherited from class org.openscience.cdk.tools.diff.tree.AbstractDifferenceList
addChild, addChildren, childCount, getChildrenMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.openscience.cdk.tools.diff.tree.IDifferenceList
addChild, addChildren, childCount, getChildren
-
Constructor Details
-
ChemObjectDifference
-
-
Method Details
-
toString
Returns aStringrepresentation for thisIDifference.
-