Package CHEM :: Package DB :: Module ReactDBPopulator :: Class ReactionStepAnnotationIteratorPreparer
[hide private]
[frames] | no frames]

Class ReactionStepAnnotationIteratorPreparer



BaseDBPopulator.BaseIteratorPreparer --+
                                       |
                                      ReactionStepAnnotationIteratorPreparer

Called once per reaction step annotation. For every reaction step annotation, this should always only iterate through a single item.

Instance Methods [hide private]
 
prepareIterator(self, parentObj)
Parent object should be a 2-ple consisting of both parents, the reaction_step and annotation_type objects.

Inherited from BaseDBPopulator.BaseIteratorPreparer: __init__, newDefaultObject

Method Details [hide private]

prepareIterator(self, parentObj)

 
Parent object should be a 2-ple consisting of both parents, the reaction_step and annotation_type objects.
Overrides: BaseDBPopulator.BaseIteratorPreparer.prepareIterator