Class BooleanDifference
java.lang.Object
org.openscience.cdk.tools.diff.tree.BooleanDifference
- All Implemented Interfaces:
IDifference
IDifference between two Booleans.- Author:
- egonw
-
Method Summary
Modifier and TypeMethodDescriptionstatic IDifferenceConstructs a newIDifferenceobject.toString()Returns aStringrepresentation for thisIDifference.
-
Method Details
-
construct
Constructs a newIDifferenceobject.- Parameters:
name- a name reflecting the nature of the createdIDifferencefirst- the first object to comparesecond- the second object to compare- Returns:
- an
IDifferencereflecting the differences between the first and second object
-
toString
Returns aStringrepresentation for thisIDifference.
-