Class BooleanDifference
- java.lang.Object
-
- org.openscience.cdk.tools.diff.tree.BooleanDifference
-
- All Implemented Interfaces:
IDifference
public class BooleanDifference extends Object implements IDifference
IDifferencebetween twoBooleans.- Author:
- egonw
- Source code:
- main
- Belongs to CDK module:
- diff
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static IDifferenceconstruct(String name, Boolean first, Boolean second)Constructs a newIDifferenceobject.StringtoString()Returns aStringrepresentation for thisIDifference.
-
-
-
Method Detail
-
construct
public static IDifference construct(String name, Boolean first, Boolean second)
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
-
-