コード例 #1
0
    def __init__(self, rxnBlock, dimerGenBlock, omniGenBlock, uniGenBlock):
        MoleculizerSection.__init__(self, "ReactionRulesSection", rxnBlock)

        self.the_dimer_section = DimerGenSection( dimerGenBlock )
        self.the_omni_gen_section = OmniGenSection( omniGenBlock )
        self.the_uni_gen_section = UniGenSection( uniGenBlock )

        return
コード例 #2
0
    def __init__(self, rxnBlock, dimerGenBlock, omniGenBlock, uniGenBlock):
        MoleculizerSection.__init__(self, "ReactionRulesSection", rxnBlock)

        self.the_dimer_section = DimerGenSection(dimerGenBlock)
        self.the_omni_gen_section = OmniGenSection(omniGenBlock)
        self.the_uni_gen_section = UniGenSection(uniGenBlock)

        return
コード例 #3
0
 def __init__(self, uniGenBlock):
     MoleculizerSection.__init__(self, "unigensection", uniGenBlock)
     return
コード例 #4
0
 def __init__(self, dimerBlock):
     MoleculizerSection.__init__(self, "DimerGenSection", dimerBlock)
     return
コード例 #5
0
 def __init__(self, omniBlock):
     MoleculizerSection.__init__(self, "OmniGenSection", omniBlock)
     return
コード例 #6
0
ファイル: sectionmols.py プロジェクト: ecell/libmoleculizer
 def __init__(self, molsBlockToInterpret):
     MoleculizerSection.__init__(self, "mols", molsBlockToInterpret)
     return
コード例 #7
0
 def __init__(self, dimerBlock):
     MoleculizerSection.__init__(self, "DimerGenSection", dimerBlock)
     return 
コード例 #8
0
 def __init__(self, modificationsBlock):
     MoleculizerSection.__init__(self, "modifications", modificationsBlock)
     return
コード例 #9
0
 def __init__(self, explicitSpeciesBlock):
     MoleculizerSection.__init__(self, "ExplicitSpeciesSection",
                                 explicitSpeciesBlock)
     return
コード例 #10
0
 def __init__(self, omniBlock):
     MoleculizerSection.__init__(self, "OmniGenSection", omniBlock)
     return
コード例 #11
0
 def __init__(self, speciesStreamBlock):
     MoleculizerSection.__init__(self, "SpeciesStreamsSection", speciesStreamBlock)
     return
コード例 #12
0
 def __init__(self, explicitSpeciesBlock ):
     MoleculizerSection.__init__(self, "ExplicitSpeciesSection", explicitSpeciesBlock)
     return
コード例 #13
0
 def __init__(self, molsBlockToInterpret):
     MoleculizerSection.__init__(self, "mols", molsBlockToInterpret)
     return
コード例 #14
0
 def __init__(self, speciesStreamBlock):
     MoleculizerSection.__init__(self, "SpeciesStreamsSection",
                                 speciesStreamBlock)
     return
コード例 #15
0
 def __init__(self, uniGenBlock):
     MoleculizerSection.__init__(self, "unigensection", uniGenBlock)
     return 
コード例 #16
0
 def __init__(self, name, allosterySection):
     MoleculizerSection.__init__(self, name, allosterySection)
     return
コード例 #17
0
 def __init__(self, name, allosterySection):
     MoleculizerSection.__init__(self, name, allosterySection)
     return