|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectchemaxon.struc.MolBond
chemaxon.struc.QueryBond
public class QueryBond
Chemical bond.
| Field Summary |
|---|
| Fields inherited from class chemaxon.struc.MolBond |
|---|
ANY, AROMATIC, ARROW, BOLD, CCLENGTH, CONJUGATED, COORDINATE, DOUBLE_OR_AROMATIC, DOWN, RC_CHANGE, RC_MAKE_AND_CHANGE, RC_MAKE_OR_BREAK, RC_NOT_CENTER, RC_NOT_MODIFIED, RC_REACTING_CENTER, RC_UNMAPPED, REACTING_CENTER_MASK, SETSEQ_MAX, SETSEQ_OFF, SINGLE_OR_AROMATIC, SINGLE_OR_DOUBLE, STEREO_MASK, STEREO1_MASK, STEREO2_CARE, theAtom1, theAtom2, TOPOLOGY_CHAIN, TOPOLOGY_MASK, TOPOLOGY_RING, TYPE_MASK, UP, WAVY |
| Fields inherited from interface chemaxon.struc.StereoConstants |
|---|
ATOMSTEREO_EITHER, ATOMSTEREO_MASK, ATOMSTEREO_NONE, ATOMSTEREO_SPECIFIC, CHIRALITY_MASK, CHIRALITY_R, CHIRALITY_S, CHIRALITYSUPPORT_ALL, CHIRALITYSUPPORT_NONE, CHIRALITYSUPPORT_SELECTED, CIS, CTUMASK, CTUNKNOWN, CTUNSPEC, DBS_ALL, DBS_MARKED, DBS_NONE, PARITY_EITHER, PARITY_EVEN, PARITY_MASK, PARITY_ODD, PARITY_UNSPEC, STGRP_ABS, STGRP_AND, STGRP_NONE, STGRP_OR, TRANS |
| Constructor Summary | |
|---|---|
QueryBond(MolAtom a1,
MolAtom a2)
Construct an any bond between two atoms. |
|
QueryBond(MolAtom a1,
MolAtom a2,
int flags)
Construct an any bond between two atoms. |
|
QueryBond(MolAtom a1,
MolAtom a2,
java.lang.String s)
Construct a query bond between two atoms. |
|
QueryBond(QueryBond b)
Copy constructor. |
|
| Method Summary | |
|---|---|
java.lang.Object |
clone()
Make a copy of this object. |
MolBond |
cloneBond(MolAtom a1,
MolAtom a2)
Clones this bond. |
java.lang.String |
getQuerystr()
Gets the query properties. |
boolean |
haveEqualProperties(MolBond e)
Checks if two bonds have the same properties. |
void |
setQuerystr(java.lang.String s)
Sets the query string. |
| Methods inherited from class chemaxon.struc.MolBond |
|---|
calcOrderFromLength, calcOrderFromValence, calcStereo2, calcStereo2, cloneEdge, desiredLength, equals, getAtom1, getAtom2, getCTAtom1, getCTAtom4, getFlags, getLength, getLock, getNode1, getNode2, getOtherAtom, getOtherNode, getParent, getSetSeq, getStereo1, getType, isArrow, isBold, isCollinear, isConjugated, isCoordinate, isCoordinative, isPositionVariation, isQuery, overridesAtMerge, setFlags, setFlags, setSetSeq, setStereo2Flags, setType, stepWedge, stepWedge, swap, toString, transformCT |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public QueryBond(MolAtom a1,
MolAtom a2)
a1 - the first atoma2 - the second atom
public QueryBond(MolAtom a1,
MolAtom a2,
int flags)
a1 - the first atoma2 - the second atomflags - bond type and other flags
public QueryBond(MolAtom a1,
MolAtom a2,
java.lang.String s)
a1 - the first atoma2 - the second atoms - the query stringpublic QueryBond(QueryBond b)
b - the original bond| Method Detail |
|---|
public java.lang.String getQuerystr()
getQuerystr in class MolBondpublic void setQuerystr(java.lang.String s)
s - the query stringpublic boolean haveEqualProperties(MolBond e)
haveEqualProperties in class MolBond
public MolBond cloneBond(MolAtom a1,
MolAtom a2)
cloneBond in class MolBonda1 - new end atom 1a2 - new end atom 2
public java.lang.Object clone()
clone in class MolBond
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||