Class AnyOrderQueryBond
java.lang.Object
org.openscience.cdk.isomorphism.matchers.QueryChemObject
org.openscience.cdk.isomorphism.matchers.QueryBond
org.openscience.cdk.isomorphism.matchers.smarts.SMARTSBond
org.openscience.cdk.isomorphism.matchers.smarts.AnyOrderQueryBond
- All Implemented Interfaces:
Cloneable
,IBond
,ICDKObject
,IChemObject
,IElectronContainer
,IQueryBond
Deprecated.
This matches a bond of any order.
- Source code:
- main
- Belongs to CDK module:
- smarts
- Keywords:
- SMARTS
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.openscience.cdk.interfaces.IBond
IBond.Display, IBond.Order, IBond.Stereo
-
Field Summary
-
Constructor Summary
ConstructorsConstructorDescriptionAnyOrderQueryBond
(IChemObjectBuilder builder) Deprecated.AnyOrderQueryBond
(IQueryAtom atom1, IQueryAtom atom2, IBond.Order order, IChemObjectBuilder builder) Deprecated.Creates a new instance. -
Method Summary
Methods inherited from class org.openscience.cdk.isomorphism.matchers.QueryBond
atoms, clone, compare, contains, equals, get2DCenter, get3DCenter, getAtom, getAtomCount, getBegin, getConnectedAtom, getConnectedAtoms, getContainer, getDisplay, getElectronCount, getEnd, getExpression, getIndex, getOrder, getOther, getStereo, hashCode, isAromatic, isConnectedTo, isInRing, setAtom, setAtoms, setDisplay, setElectronCount, setExpression, setIsAromatic, setIsInRing, setOrder, setStereo
Methods inherited from class org.openscience.cdk.isomorphism.matchers.QueryChemObject
addListener, addProperties, getBuilder, getFlag, getFlags, getFlagValue, getID, getListenerCount, getNotification, getProperties, getProperty, getProperty, matches, notifyChanged, notifyChanged, removeListener, removeProperty, setFlag, setFlags, setID, setNotification, setProperties, setProperty
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface org.openscience.cdk.interfaces.IBond
atoms, clone, compare, contains, get2DCenter, get3DCenter, getAtom, getAtomCount, getBegin, getConnectedAtom, getConnectedAtoms, getContainer, getDisplay, getEnd, getIndex, getOrder, getOther, getStereo, isAromatic, isConnectedTo, isInRing, setAtom, setAtoms, setDisplay, setIsAromatic, setIsInRing, setOrder, setStereo
Methods inherited from interface org.openscience.cdk.interfaces.ICDKObject
getBuilder
Methods inherited from interface org.openscience.cdk.interfaces.IChemObject
addListener, addProperties, getFlag, getFlags, getFlagValue, getID, getListenerCount, getNotification, getProperties, getProperty, getProperty, notifyChanged, notifyChanged, removeListener, removeProperty, setFlag, setFlags, setID, setNotification, setProperties, setProperty
Methods inherited from interface org.openscience.cdk.interfaces.IElectronContainer
getElectronCount, setElectronCount
-
Constructor Details
-
AnyOrderQueryBond
Deprecated. -
AnyOrderQueryBond
public AnyOrderQueryBond(IQueryAtom atom1, IQueryAtom atom2, IBond.Order order, IChemObjectBuilder builder) Deprecated.Creates a new instance.- Parameters:
atom1
-atom2
-
-
-
Method Details
-
matches
Deprecated.Description copied from class:QueryBond
Returns true of the givenbond
matches this IQueryBond.- Specified by:
matches
in interfaceIQueryBond
- Overrides:
matches
in classSMARTSBond
- Parameters:
bond
- IBond to match against- Returns:
- true, if this IQueryBond matches the given IBond
-
toString
Deprecated.Description copied from class:QueryBond
Returns a one line string representation of this query bond.- Specified by:
toString
in interfaceIChemObject
- Overrides:
toString
in classQueryBond
- Returns:
- The string representation of this query bond
-