Class BondOrderDifference
java.lang.Object
org.openscience.cdk.tools.diff.tree.BondOrderDifference
- All Implemented Interfaces:
IDifference
IDifference
between two IBond.Order
s.- Author:
- egonw
- Source code:
- main
- Belongs to CDK module:
- diff
-
Method Summary
Modifier and TypeMethodDescriptionstatic IDifference
construct
(String name, IBond.Order first, IBond.Order second) Constructs a newIDifference
object.toString()
Returns aString
representation for thisIDifference
.
-
Method Details
-
construct
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
-
toString
Returns aString
representation for thisIDifference
.
-