Class BooleanDifference
- java.lang.Object
-
- org.openscience.cdk.tools.diff.tree.BooleanDifference
-
- All Implemented Interfaces:
IDifference
public class BooleanDifference extends Object implements IDifference
IDifference
between twoBoolean
s.- 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 IDifference
construct(String name, Boolean first, Boolean second)
Constructs a newIDifference
object.String
toString()
Returns aString
representation for thisIDifference
.
-
-
-
Method Detail
-
construct
public static IDifference construct(String name, Boolean first, Boolean second)
Constructs a newIDifference
object.- Parameters:
name
- a name reflecting the nature of the createdIDifference
first
- the first object to comparesecond
- the second object to compare- Returns:
- an
IDifference
reflecting the differences between the first and second object
-
-