Uses of Interface
org.openscience.cdk.isomorphism.matchers.IQueryBond
Packages that use IQueryBond
Package
Description
-
Uses of IQueryBond in org.openscience.cdk.isomorphism.matchers
Classes in org.openscience.cdk.isomorphism.matchers that implement IQueryBondModifier and TypeClassDescriptionclass
Deprecated.class
Deprecated.class
Deprecated.Usenew QueryBond(beg, end, ORDER, bord)
class
Implements the concept of a "query bond" between two or more atoms.Methods in org.openscience.cdk.isomorphism.matchers that return IQueryBondModifier and TypeMethodDescriptionQueryBond.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 IQueryBondModifier and TypeClassDescriptionclass
Deprecated.class
Deprecated.class
Deprecated.class
Deprecated.class
Deprecated.class
Deprecated.class
Deprecated.class
Deprecated.Methods in org.openscience.cdk.isomorphism.matchers.smarts that return IQueryBondModifier and TypeMethodDescriptionLogicalOperatorBond.getLeft()
Deprecated.LogicalOperatorBond.getRight()
Deprecated.RingIdentifierAtom.getRingBond()
Deprecated.Methods in org.openscience.cdk.isomorphism.matchers.smarts with parameters of type IQueryBondModifier and TypeMethodDescriptionvoid
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 IQueryBondModifier and TypeClassDescriptionclass
Represents a pharmacophore query angle constraint.class
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 IQueryBondModifierConstructorDescriptionDefaultBondMatcher
(IQueryBond queryBond) Deprecated.ConstructorDefaultVFBondMatcher
(IQueryBond queryBond) Deprecated.Constructor
Expr.Type.SINGLE_OR_AROMATIC
etc.