public interface StereoConstants
Modifier and Type | Field and Description |
---|---|
static int |
ANTI
Non-CIP stereodescriptor, anti (relative configuration).
|
static int |
ATOMSTEREO_EITHER
Either stereo atom type.
|
static int |
ATOMSTEREO_MASK
Stereo atom type mask.
|
static int |
ATOMSTEREO_NONE
No stereo atom type specified.
|
static int |
ATOMSTEREO_SPECIFIC
Specific stereo atom type.
|
static int |
CHIRALITY_M
Axially chiral atom with M configuration.
|
static int |
CHIRALITY_MASK
Chirality mask in flags.
|
static int |
CHIRALITY_P
Axially chiral atom with P configuration.
|
static int |
CHIRALITY_r
Pseudo-asymmetric chiral atom of r configuration.
|
static int |
CHIRALITY_R
Chiral atom of R configuration.
|
static int |
CHIRALITY_s
Pseudo-asymmetric chiral atom of s configuration.
|
static int |
CHIRALITY_S
Chiral atom of S configuration.
|
static int |
CHIRALITYSUPPORT_ALL
R/S shown always.
|
static int |
CHIRALITYSUPPORT_NONE
R/S not shown for any molecule.
|
static int |
CHIRALITYSUPPORT_SELECTED
R/S shown only if chiral flag is set in molecule or
the atom's enhanced stereo type is absolute.
|
static int |
CIS
Cis double bond.
|
static int |
CTUMASK
Double bond stereo mask.
|
static int |
CTUNKNOWN
Deprecated.
As of Marvin 6.1,
Usage: In the specified methods the CIS|TRANS or CIS|TRANS|CTUNSPEC values are used instead. |
static int |
CTUNSPEC
Unspecified double bond.
|
static int |
DBS_ALL
Double bond stereo checking for all double bonds.
|
static int |
DBS_MARKED
Double bond stereo checking for marked double bonds only.
|
static int |
DBS_NONE
No double bond stereo checking.
|
static int |
ENDO
Non-CIP stereodescriptor, endo (relative configuration).
|
static int |
EXO
Non-CIP stereodescriptor, exo (relative configuration).
|
static int |
PARITY_ALLENE
Atom with allene like parity.
|
static int |
PARITY_EITHER
Odd or even parity.
|
static int |
PARITY_EVEN
Chiral atom of even parity (counterclockwise arrangement).
|
static int |
PARITY_MASK
Parity mask in flags.
|
static int |
PARITY_ODD
Chiral atom of odd parity (clockwise arrangement).
|
static int |
PARITY_TETRAHEDRAL
Atom with tetrahedral parity.
|
static int |
PARITY_UNSPEC
Unspecified parity flag.
|
static int |
STGRP_ABS
Absolute stereo group type for enhanced stereo representation.
|
static int |
STGRP_AND
AND stereo group type for enhanced stereo representation.
|
static int |
STGRP_NONE
Empty stereo group type setting meaning no enhanced stereo label.
|
static int |
STGRP_OR
OR stereo group type for enhanced stereo representation.
|
static int |
SYN
Non-CIP stereodescriptor, syn (relative configuration).
|
static int |
TRANS
Trans double bond.
|
static final int PARITY_TETRAHEDRAL
MoleculeGraph.getParityType(int)
,
Constant Field Valuesstatic final int PARITY_ALLENE
MoleculeGraph.getParityType(int)
,
Constant Field Valuesstatic final int PARITY_ODD
MolAtom.getFlags()
,
Constant Field Valuesstatic final int PARITY_EVEN
MolAtom.getFlags()
,
Constant Field Valuesstatic final int PARITY_UNSPEC
MolAtom.getFlags()
,
Constant Field Valuesstatic final int PARITY_EITHER
MolAtom.getFlags()
,
Constant Field Valuesstatic final int PARITY_MASK
static final int CHIRALITYSUPPORT_NONE
static final int CHIRALITYSUPPORT_SELECTED
static final int CHIRALITYSUPPORT_ALL
static final int CHIRALITY_R
MolAtom.getFlags()
,
Constant Field Valuesstatic final int CHIRALITY_S
MolAtom.getFlags()
,
Constant Field Valuesstatic final int CHIRALITY_r
static final int CHIRALITY_s
static final int CHIRALITY_P
static final int CHIRALITY_M
static final int SYN
static final int ANTI
static final int ENDO
static final int EXO
static final int CHIRALITY_MASK
static final int ATOMSTEREO_MASK
MolAtom.getFlags()
,
Constant Field Valuesstatic final int ATOMSTEREO_NONE
MolAtom.getFlags()
,
Constant Field Valuesstatic final int ATOMSTEREO_SPECIFIC
MolAtom.getFlags()
,
Constant Field Valuesstatic final int ATOMSTEREO_EITHER
MolAtom.getFlags()
,
Constant Field Valuesstatic final int TRANS
MolBond.getFlags()
,
Constant Field Valuesstatic final int CIS
MolBond.getFlags()
,
Constant Field Valuesstatic final int CTUNSPEC
CIS
,
TRANS
,
MolBond.getFlags()
,
Constant Field Valuesstatic final int CTUMASK
CIS
,
TRANS
,
CTUNSPEC
,
MolBond.getFlags()
,
Constant Field Values@Deprecated static final int CTUNKNOWN
In the specified methods the CIS|TRANS or CIS|TRANS|CTUNSPEC values are used instead.
static final int DBS_ALL
static final int DBS_MARKED
static final int DBS_NONE
static final int STGRP_NONE
MolAtom.getStereoGroupType()
,
Enhanced Stereo section of the JChem Query Guide,
Constant Field Valuesstatic final int STGRP_ABS
MolAtom.getStereoGroupType()
,
Enhanced Stereo section of the JChem Query Guide,
Constant Field Valuesstatic final int STGRP_OR
MolAtom.getStereoGroupType()
,
Enhanced Stereo section of the JChem Query Guide,
Constant Field Valuesstatic final int STGRP_AND
MolAtom.getStereoGroupType()
,
Enhanced Stereo section of the JChem Query Guide,
Constant Field Values