Class AtomTypeHybridizationDifference
java.lang.Object
org.openscience.cdk.tools.diff.tree.AtomTypeHybridizationDifference
- All Implemented Interfaces:
IDifference
IDifference between two IAtomType.Hybridizations.- Author:
- egonw
-
Method Summary
Modifier and TypeMethodDescriptionstatic IDifferenceconstruct(String name, IAtomType.Hybridization first, IAtomType.Hybridization second) Constructs a newIDifferenceobject.toString()Returns aStringrepresentation for thisIDifference.
-
Method Details
-
construct
public static IDifference construct(String name, IAtomType.Hybridization first, IAtomType.Hybridization 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
-
toString
Returns aStringrepresentation for thisIDifference.
-