Class Point3dDifference
- java.lang.Object
 - 
- org.openscience.cdk.tools.diff.tree.AbstractDifferenceList
 - 
- org.openscience.cdk.tools.diff.tree.Point3dDifference
 
 
 
- 
- All Implemented Interfaces:
 IDifference,IDifferenceList
public class Point3dDifference extends AbstractDifferenceList implements IDifferenceList
Difference between two boolean[]'s.- Author:
 - egonw
 - Source code:
 - main
 - Belongs to CDK module:
 - diff
 
 
- 
- 
Field Summary
- 
Fields inherited from class org.openscience.cdk.tools.diff.tree.AbstractDifferenceList
differences 
 - 
 
- 
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static IDifferenceconstruct(String name, javax.vecmath.Point3d first, javax.vecmath.Point3d second)Constructs a newIDifferenceobject.StringtoString()Returns aStringrepresentation for thisIDifference.- 
Methods inherited from class org.openscience.cdk.tools.diff.tree.AbstractDifferenceList
addChild, addChildren, childCount, getChildren 
- 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait 
- 
Methods inherited from interface org.openscience.cdk.tools.diff.tree.IDifferenceList
addChild, addChildren, childCount, getChildren 
 - 
 
 - 
 
- 
- 
Method Detail
- 
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 
 
 - 
 
 -