Class BondOrderDifference
java.lang.Object
org.openscience.cdk.tools.diff.tree.BondOrderDifference
- All Implemented Interfaces:
IDifference
IDifference between two IBond.Orders.- Author:
- egonw
- Source code:
- main
- Belongs to CDK module:
- diff
-
Method Summary
Modifier and TypeMethodDescriptionstatic IDifferenceconstruct(String name, IBond.Order first, IBond.Order second) Constructs 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.
-