|
The Octet Molecular Representation Framework v0.8.2 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Representation of molecular conformation. Conformation is based
on concepts first presented in a paper by Dietz (J. Chem. Inf. Comput. Sci.
1995, 35, 787). The mechanism of querying a Conformation
is analogous to that for querying a Configuration.
Each instance of a conformational feature is represented by a single PaddleWheel/
GammaSequences pair. For example, a Molecule containing
a trans double bond A-B will have one possible PaddleWheel/GammaSequence
representation resulting from the A-B polarity and one possible representation resulting from the B-A
polarity. Conformation will only capture one of these. The one that is represented
is left as an implementation detail. Clients needing to compare conformational PaddleWheels
should consider using PaddleWheelInvertor or an equivalent for this purpose.
Configuration,
PaddleWheelInvertor| Method Summary | |
GammaSequence |
getGammaSequence(PaddleWheel wheel)
Returns the GammaSequence associated with the specified
PaddleWheel. |
PaddleWheel |
getPaddleWheel(GammaSequence sequence)
Returns the PaddleWheel associated with the specified
GammaSequence. |
| Methods inherited from interface net.sf.octet.collection.PaddleWheelCollection |
containsPaddleWheel, containsPaddleWheel, countPaddleWheels, getPaddleWheel, getPaddleWheel, getPaddleWheelIndex, iteratePaddleWheels, toPaddleWheelArray |
| Methods inherited from interface net.sf.octet.collection.GammaSequenceCollection |
containsGammaSequence, containsGammaSequence, countGammaSequences, getGammaSequence, getGammaSequence, getGammaSequenceIndex, iterateGammaSequences, toGammaSequenceArray |
| Method Detail |
public PaddleWheel getPaddleWheel(GammaSequence sequence)
PaddleWheel associated with the specified
GammaSequence.
sequence - the GammaSequence to search
NoSuchGammaSequenceException - if sequence is unrecognizedpublic GammaSequence getGammaSequence(PaddleWheel wheel)
GammaSequence associated with the specified
PaddleWheel.
wheel - the PaddleWheel to search
NoSuchPaddleWheelException - if wheel is unrecognized
|
The Octet Molecular Representation Framework v0.8.2 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||