Class CTFileQueryBond
java.lang.Object
org.openscience.cdk.isomorphism.matchers.QueryChemObject
org.openscience.cdk.isomorphism.matchers.QueryBond
org.openscience.cdk.isomorphism.matchers.CTFileQueryBond
- All Implemented Interfaces:
Cloneable,IBond,ICDKObject,IChemObject,IElectronContainer,IQueryBond
Deprecated.
Captures query bond types defined in the CTFile.
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from interface org.openscience.cdk.interfaces.IBond
IBond.Display, IBond.Order, IBond.Stereo -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected CTFileQueryBond.TypeDeprecated.The type of this bond.Fields inherited from class org.openscience.cdk.isomorphism.matchers.QueryBond
atomCount, atoms, electronCount, order, stereoFields inherited from interface org.openscience.cdk.interfaces.IChemObject
ALIPHATIC, AROMATIC, CONJUGATED, HYDROGEN_BOND_ACCEPTOR, HYDROGEN_BOND_DONOR, IN_RING, MAPPED, MARKUSH, NOT_IN_RING, PLACED, REACTIVE_CENTER, SINGLE_OR_DOUBLE, TYPEABLE, VISITED -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetType()Deprecated.Getter for typebooleanDeprecated.Returns true of the givenbondmatches this IQueryBond.static CTFileQueryBondDeprecated.Create a CTFileQueryBond of the specified type (from the MDL spec).voidsetType(CTFileQueryBond.Type type) Deprecated.Getter for bond typeMethods 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, toStringMethods inherited from class org.openscience.cdk.isomorphism.matchers.QueryChemObject
addListener, addProperties, clear, flags, getBuilder, getFlag, getFlags, getFlagValue, getID, getListenerCount, getNotification, getProperties, getProperty, getProperty, is, matches, notifyChanged, notifyChanged, removeListener, removeProperty, set, setFlag, setFlags, setID, setNotification, setProperties, setPropertyMethods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface org.openscience.cdk.interfaces.IBond
atoms, clone, compare, contains, get2DCenter, get3DCenter, getAtom, getAtomCount, getBegin, getConnectedAtom, getConnectedAtom, getConnectedAtoms, getContainer, getDisplay, getEnd, getIndex, getOrder, getOther, getStereo, isAromatic, isConnectedTo, isInRing, setAtom, setAtoms, setDisplay, setIsAromatic, setIsInRing, setOrder, setStereoMethods inherited from interface org.openscience.cdk.interfaces.ICDKObject
getBuilderMethods inherited from interface org.openscience.cdk.interfaces.IChemObject
addListener, addProperties, clear, flags, getFlag, getFlags, getFlagValue, getID, getListenerCount, getNotification, getProperties, getProperty, getProperty, is, notifyChanged, notifyChanged, removeListener, removeProperty, set, setFlag, setFlags, setID, setNotification, setProperties, setProperty, toStringMethods inherited from interface org.openscience.cdk.interfaces.IElectronContainer
getElectronCount, setElectronCount
-
Field Details
-
type
Deprecated.The type of this bond.
-
-
Constructor Details
-
CTFileQueryBond
Deprecated.
-
-
Method Details
-
setType
Deprecated.Getter for bond type- Parameters:
type-
-
getType
Deprecated.Getter for type- Returns:
- the type of this bond
-
matches
Deprecated.Description copied from class:QueryBondReturns true of the givenbondmatches this IQueryBond.- Specified by:
matchesin interfaceIQueryBond- Overrides:
matchesin classQueryBond- Parameters:
bond- IBond to match against- Returns:
- true, if this IQueryBond matches the given IBond
-
ofType
Deprecated.Create a CTFileQueryBond of the specified type (from the MDL spec). The bond copies the atoms and sets the type using the value 'type', 5 = single or double, 8 = any, etc.- Parameters:
bond- an existing bondtype- the specified type- Returns:
- a new CTFileQueryBond
-
Expr.Type.SINGLE_OR_AROMATICetc.