Package | Description |
---|---|
uk.ac.ebi.reactionblast.stereo.compare | |
uk.ac.ebi.reactionblast.stereo.wedge |
Modifier and Type | Method and Description |
---|---|
WedgeStereoAnalysisResult |
WedgeStereoComparisonResult.getResultForFirst() |
WedgeStereoAnalysisResult |
WedgeStereoComparisonResult.getResultForSecond() |
Constructor and Description |
---|
WedgeStereoComparisonResult(org.openscience.cdk.interfaces.IAtom firstAtom,
org.openscience.cdk.interfaces.IAtomContainer firstAtomContainer,
WedgeStereoAnalysisResult resultForFirst,
org.openscience.cdk.interfaces.IAtom secondAtom,
org.openscience.cdk.interfaces.IAtomContainer secondAtomContainer,
WedgeStereoAnalysisResult resultForSecond) |
Modifier and Type | Method and Description |
---|---|
static WedgeStereoAnalysisResult |
WedgeStereoAnalyser.getResult(org.openscience.cdk.interfaces.IAtom atom,
org.openscience.cdk.interfaces.IAtomContainer atomContainer,
WedgeStereoLifter lifter) |
static WedgeStereoAnalysisResult |
WedgeStereoAnalysisResult.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static WedgeStereoAnalysisResult[] |
WedgeStereoAnalysisResult.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|