コード例 #1
0
ファイル: BioMaterial.py プロジェクト: jaeshleman/pyMAGE2RDF
 def processSubSection(self, *args, **kwargs):
     classDictionary = {'Compound':Compound, 
                        #from BioMaterial_assnlist 
                        "LabeledExtract":LabeledExtract,
                        "BioSource":BioSource, 
                        "BioSample":BioSample}
     Identifiable.iterateProcessSubSections(self, classDictionary)
コード例 #2
0
ファイル: BioMaterial.py プロジェクト: jaeshleman/pyMAGE2RDF
 def processSubSection(self, *args, **kwargs):
     classDictionary = {
         'Compound': Compound,
         #from BioMaterial_assnlist
         "LabeledExtract": LabeledExtract,
         "BioSource": BioSource,
         "BioSample": BioSample
     }
     Identifiable.iterateProcessSubSections(self, classDictionary)
コード例 #3
0
ファイル: BioMaterial.py プロジェクト: jaeshleman/pyMAGE2RDF
 def processSubSection(self, *args,**kwargs):
     classDictionary = {"Compound_ref":Compound, 
                        "Treatment":Treatment
                        }
     Identifiable.iterateProcessSubSections(self, classDictionary)
コード例 #4
0
ファイル: BioMaterial.py プロジェクト: jaeshleman/pyMAGE2RDF
 def processSubSection(self, *args, **kwargs):
     classDictionary = {"Compound_ref": Compound, "Treatment": Treatment}
     Identifiable.iterateProcessSubSections(self, classDictionary)