| Package | Description |
|---|---|
| org.openscience.cdk.tools.diff | |
| org.openscience.cdk.tools.diff.tree |
| Modifier and Type | Method and Description |
|---|---|
static IDifference |
IsotopeDiff.difference(IChemObject first,
IChemObject second)
Compare two
IChemObject classes and return the difference as an IDifference. |
static IDifference |
LonePairDiff.difference(IChemObject first,
IChemObject second)
Compare two
IChemObject classes and return the difference as an IDifference. |
static IDifference |
AtomDiff.difference(IChemObject first,
IChemObject second)
Compare two
IChemObject classes and return the difference as an IDifference. |
static IDifference |
BondDiff.difference(IChemObject first,
IChemObject second)
Compare two
IChemObject classes and return the difference as an IDifference. |
static IDifference |
ElectronContainerDiff.difference(IChemObject first,
IChemObject second)
Compare two
IChemObject classes and return the difference as an IDifference. |
static IDifference |
ElementDiff.difference(IChemObject first,
IChemObject second)
Compare two
IChemObject classes and return the difference as an IDifference. |
static IDifference |
SingleElectronDiff.difference(IChemObject first,
IChemObject second)
Compare two
IChemObject classes and return the difference as an IDifference. |
static IDifference |
AtomContainerDiff.difference(IChemObject first,
IChemObject second)
Compare two
IChemObject classes and return the difference as an IDifference. |
static IDifference |
AtomTypeDiff.difference(IChemObject first,
IChemObject second)
Compare two
IChemObject classes and return the difference as an IDifference. |
static IDifference |
ChemObjectDiff.difference(IChemObject first,
IChemObject second)
Compare two
IChemObject classes and return the difference as an IDifference. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
IDifferenceList
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractDifference
Difference between two IChemObjects.
|
class |
AbstractDifferenceList
Diff between two IChemObjects.
|
class |
AtomTypeHybridizationDifference
IDifference between two IAtomType.Hybridizations. |
class |
BondOrderDifference
IDifference between two IBond.Orders. |
class |
BooleanArrayDifference
Difference between two boolean[]'s.
|
class |
BooleanDifference
IDifference between two Booleans. |
class |
ChemObjectDifference
IDifference between two IChemObjects. |
class |
DoubleDifference
IDifference between two Double. |
class |
IntegerDifference
IDifference between two Integer. |
class |
Point2dDifference
Difference between two boolean[]'s.
|
class |
Point3dDifference
Difference between two boolean[]'s.
|
class |
StringDifference
IDifference between two String. |
| Modifier and Type | Field and Description |
|---|---|
protected List<IDifference> |
AbstractDifferenceList.differences |
| Modifier and Type | Method and Description |
|---|---|
static IDifference |
BooleanArrayDifference.construct(String name,
boolean[] first,
boolean[] second)
Constructs a new
IDifference object. |
static IDifference |
BooleanDifference.construct(String name,
Boolean first,
Boolean second)
Constructs a new
IDifference object. |
static IDifference |
DoubleDifference.construct(String name,
Double first,
Double second)
Constructs a new
IDifference object. |
static IDifference |
AtomTypeHybridizationDifference.construct(String name,
IAtomType.Hybridization first,
IAtomType.Hybridization second)
Constructs a new
IDifference object. |
static IDifference |
BondOrderDifference.construct(String name,
IBond.Order first,
IBond.Order second)
Constructs a new
IDifference object. |
static IDifference |
IntegerDifference.construct(String name,
Integer first,
Integer second)
Constructs a new
IDifference object. |
static IDifference |
Point2dDifference.construct(String name,
javax.vecmath.Point2d first,
javax.vecmath.Point2d second)
Constructs a new
IDifference object. |
static IDifference |
Point3dDifference.construct(String name,
javax.vecmath.Point3d first,
javax.vecmath.Point3d second)
Constructs a new
IDifference object. |
static IDifference |
StringDifference.construct(String name,
String first,
String second)
Constructs a new
IDifference object. |
| Modifier and Type | Method and Description |
|---|---|
Iterable<IDifference> |
AbstractDifferenceList.getChildren()
|
Iterable<IDifference> |
IDifferenceList.getChildren()
|
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractDifferenceList.addChild(IDifference childDiff)
Adds a new
IDifference as child to this tree. |
void |
IDifferenceList.addChild(IDifference childDiff)
Adds a new
IDifference as child to this tree. |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractDifferenceList.addChildren(List<IDifference> children)
Adds multiple
IDifferences as child to this tree. |
void |
IDifferenceList.addChildren(List<IDifference> children)
Adds multiple
IDifferences as child to this tree. |
Copyright © 2021. All rights reserved.