|
The Octet Molecular Representation Framework v0.8.2 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sf.octet.query.BasicConformationComparator
A default implementation of the ConformationComparator interface.
| Method Summary | |
boolean |
compare(Conformation input,
Conformation model,
AtomMap map)
Compares input to model, using the specified AtomMap
to correlate Atoms between the two. |
static ConformationComparator |
getBilateralInstance()
Returns a bilateral ConformationComparator as a singleton
instance. |
static ConformationComparator |
getUnilateralInstance()
Returns a unilateral ConformationComparator as a singleton
instance. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
public boolean compare(Conformation input,
Conformation model,
AtomMap map)
ConformationComparatorinput to model, using the specified AtomMap
to correlate Atoms between the two. Returns true if a match
was detected, or false otherwise.
compare in interface ConformationComparatorinput - the Conformation whose features will be compared with those of model
using mapmodel - the reference Conformationmap - the mapping of the atoms of input onto map
public static ConformationComparator getUnilateralInstance()
ConformationComparator as a singleton
instance.
ConformationComparator as a singleton
instancepublic static ConformationComparator getBilateralInstance()
ConformationComparator as a singleton
instance.
ConformationComparator as a singleton
instance
|
The Octet Molecular Representation Framework v0.8.2 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||