Uses of Interface
org.openscience.cdk.isomorphism.matchers.IQueryBond
-
-
Uses of IQueryBond in org.openscience.cdk.isomorphism.matchers
Classes in org.openscience.cdk.isomorphism.matchers that implement IQueryBond Modifier and Type Class Description class
CTFileQueryBond
Deprecated.UseExpr.Type.SINGLE_OR_AROMATIC
etc.class
OrderQueryBond
Deprecated.class
OrderQueryBondOrderOnly
Deprecated.Usenew QueryBond(beg, end, ORDER, bord)
class
QueryBond
Implements the concept of a "query bond" between two or more atoms.Methods in org.openscience.cdk.isomorphism.matchers that return IQueryBond Modifier and Type Method Description IQueryBond
QueryBond. clone()
Clones this query bond object, including clones of the atoms between which the query bond is defined. -
Uses of IQueryBond in org.openscience.cdk.isomorphism.matchers.smarts
Classes in org.openscience.cdk.isomorphism.matchers.smarts that implement IQueryBond Modifier and Type Class Description class
AnyOrderQueryBond
Deprecated.class
AromaticOrSingleQueryBond
Deprecated.class
AromaticQueryBond
Deprecated.class
LogicalOperatorBond
Deprecated.class
OrderQueryBond
Deprecated.class
RingBond
Deprecated.class
SMARTSBond
Deprecated.class
StereoBond
Deprecated.Methods in org.openscience.cdk.isomorphism.matchers.smarts that return IQueryBond Modifier and Type Method Description IQueryBond
LogicalOperatorBond. getLeft()
Deprecated.IQueryBond
LogicalOperatorBond. getRight()
Deprecated.IQueryBond
RingIdentifierAtom. getRingBond()
Deprecated.Methods in org.openscience.cdk.isomorphism.matchers.smarts with parameters of type IQueryBond Modifier and Type Method Description void
LogicalOperatorBond. setLeft(IQueryBond left)
Deprecated.void
LogicalOperatorBond. setRight(IQueryBond right)
Deprecated.void
RingIdentifierAtom. setRingBond(IQueryBond bond)
Deprecated. -
Uses of IQueryBond in org.openscience.cdk.pharmacophore
Classes in org.openscience.cdk.pharmacophore that implement IQueryBond Modifier and Type Class Description class
PharmacophoreQueryAngleBond
Represents a pharmacophore query angle constraint.class
PharmacophoreQueryBond
Represents a pharmacophore query distance constraint. -
Uses of IQueryBond in org.openscience.cdk.smsd.algorithm.matchers
Constructors in org.openscience.cdk.smsd.algorithm.matchers with parameters of type IQueryBond Constructor Description DefaultBondMatcher(IQueryBond queryBond)
Deprecated.ConstructorDefaultVFBondMatcher(IQueryBond queryBond)
Deprecated.Constructor
-