| Package | Description |
|---|---|
| org.openscience.cdk.pharmacophore |
| Constructor and Description |
|---|
PharmacophoreQueryAngleBond(PharmacophoreQueryAtom atom1,
PharmacophoreQueryAtom atom2,
PharmacophoreQueryAtom atom3,
double angle)
Create a query angle constraint between three query groups.
|
PharmacophoreQueryAngleBond(PharmacophoreQueryAtom atom1,
PharmacophoreQueryAtom atom2,
PharmacophoreQueryAtom atom3,
double lower,
double upper)
Create a query angle constraint between three query groups.
|
PharmacophoreQueryBond(PharmacophoreQueryAtom atom1,
PharmacophoreQueryAtom atom2,
double distance)
Create a query distance constraint between two query groups.
|
PharmacophoreQueryBond(PharmacophoreQueryAtom atom1,
PharmacophoreQueryAtom atom2,
double lower,
double upper)
Create a query distance constraint between two query groups.
|
Copyright © 2022. All rights reserved.