public class QueryAssociationBond
extends org.openscience.cdk.silent.Bond
implements org.openscience.cdk.isomorphism.matchers.IQueryBond
MyAssociationBond.
Should be modified to use Association
once org.openscience.cdk.isomorphism.matchers.QueryBond#matches(org.openscience.cdk.interfaces.Bond)
method accepts ElectronContainer instead of org.openscience.cdk.interfaces.Bond.
Implements QueryBond.| Constructor and Description |
|---|
QueryAssociationBond() |
QueryAssociationBond(org.openscience.cdk.interfaces.IAtom arg0,
org.openscience.cdk.interfaces.IAtom arg1) |
QueryAssociationBond(org.openscience.cdk.interfaces.IAtom arg0,
org.openscience.cdk.interfaces.IAtom arg1,
org.openscience.cdk.interfaces.IBond.Order arg2) |
QueryAssociationBond(org.openscience.cdk.interfaces.IAtom arg0,
org.openscience.cdk.interfaces.IAtom arg1,
org.openscience.cdk.interfaces.IBond.Order arg2,
org.openscience.cdk.interfaces.IBond.Stereo arg3) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
matches(org.openscience.cdk.interfaces.IBond arg0) |
atoms, clone, compare, contains, get2DCenter, get3DCenter, getAtom, getAtomCount, getConnectedAtom, getConnectedAtoms, getOrder, getStereo, isAromatic, isConnectedTo, isInRing, setAtom, setAtoms, setIsAromatic, setIsInRing, setOrder, setStereo, toStringgetElectronCount, setElectronCountaddListener, addProperties, getBuilder, getFlag, getFlags, getFlagValue, getID, getListenerCount, getNotification, getProperties, getProperty, getProperty, notifyChanged, notifyChanged, removeListener, removeProperty, setFlag, setFlags, setID, setNotification, setProperties, setProperty, shallowCopyequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitatoms, clone, compare, contains, get2DCenter, get3DCenter, getAtom, getAtomCount, getConnectedAtom, getConnectedAtoms, getOrder, getStereo, isAromatic, isConnectedTo, isInRing, setAtom, setAtoms, setIsAromatic, setIsInRing, setOrder, setStereogetElectronCount, setElectronCountaddListener, addProperties, getFlag, getFlags, getFlagValue, getID, getListenerCount, getNotification, getProperties, getProperty, getProperty, notifyChanged, notifyChanged, removeListener, removeProperty, setFlag, setFlags, setID, setNotification, setProperties, setProperty, toStringpublic QueryAssociationBond()
public QueryAssociationBond(org.openscience.cdk.interfaces.IAtom arg0,
org.openscience.cdk.interfaces.IAtom arg1)
arg0 - arg1 - public QueryAssociationBond(org.openscience.cdk.interfaces.IAtom arg0,
org.openscience.cdk.interfaces.IAtom arg1,
org.openscience.cdk.interfaces.IBond.Order arg2)
arg0 - arg1 - arg2 - public QueryAssociationBond(org.openscience.cdk.interfaces.IAtom arg0,
org.openscience.cdk.interfaces.IAtom arg1,
org.openscience.cdk.interfaces.IBond.Order arg2,
org.openscience.cdk.interfaces.IBond.Stereo arg3)
arg0 - arg1 - arg2 - arg3 - Copyright © 2004–2018 Ideaconsult Ltd. All rights reserved.