Class Point3dDifference
java.lang.Object
org.openscience.cdk.tools.diff.tree.AbstractDifferenceList
org.openscience.cdk.tools.diff.tree.Point3dDifference
- All Implemented Interfaces:
IDifference,IDifferenceList
Difference between two boolean[]'s.
- Author:
- egonw
-
Field Summary
Fields inherited from class org.openscience.cdk.tools.diff.tree.AbstractDifferenceList
differences -
Method Summary
Modifier and TypeMethodDescriptionstatic IDifferenceConstructs a newIDifferenceobject.toString()Returns aStringrepresentation for thisIDifference.Methods inherited from class org.openscience.cdk.tools.diff.tree.AbstractDifferenceList
addChild, addChildren, childCount, getChildrenMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.openscience.cdk.tools.diff.tree.IDifferenceList
addChild, addChildren, childCount, getChildren
-
Method Details
-
construct
public static IDifference construct(String name, javax.vecmath.Point3d first, javax.vecmath.Point3d 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.
-