@TestClass(value="org.openscience.cdk.pharmacophore.PharmacophoreAngleBondTest") public class PharmacophoreAngleBond extends Bond
PharmacophoreAtom,
Serialized FormIBond.Order, IBond.Stereo| Constructor and Description |
|---|
PharmacophoreAngleBond(PharmacophoreAtom patom1,
PharmacophoreAtom patom2,
PharmacophoreAtom patom3)
Create a pharmacophore distance constraint.
|
| Modifier and Type | Method and Description |
|---|---|
double |
getBondLength()
Get the angle between the three pharmacophore groups that make up the constraint.
|
atoms, clone, compare, contains, get2DCenter, get3DCenter, getAtom, getAtomCount, getConnectedAtom, getConnectedAtoms, getOrder, getStereo, isConnectedTo, setAtom, setAtoms, setOrder, setStereo, toStringgetElectronCount, setElectronCountaddListener, getBuilder, getFlag, getFlags, getID, getListenerCount, getNotification, getProperties, getProperty, notifyChanged, notifyChanged, removeListener, removeProperty, setFlag, setFlags, setID, setNotification, setProperties, setProperty, shallowCopyequals, getClass, hashCode, notify, notifyAll, wait, wait, waitgetElectronCount, setElectronCountaddListener, getFlag, getFlags, getID, getListenerCount, getNotification, getProperties, getProperty, notifyChanged, notifyChanged, removeListener, removeProperty, setFlag, setFlags, setID, setNotification, setProperties, setPropertygetBuilderpublic PharmacophoreAngleBond(PharmacophoreAtom patom1, PharmacophoreAtom patom2, PharmacophoreAtom patom3)
patom1 - The first pharmacophore grouppatom2 - The second pharmacophore grouppatom3 - The third pharmacophore group@TestMethod(value="testGetAngle1,testGetAngle2,testGetAngle3,testGetAngle4,testGetAngle5") public double getBondLength()