コード例 #1
0
 def withGraphAndNamespaces(self, graph, namespaces):
     #sets up empty dictionary to map object URIs to experiment names
     self.inv_object_dict={}
     #execute default parent class constructor
     NIDMExperimentCore.withGraphAndNamespaces(self, graph, namespaces)
コード例 #2
0
 def withGraph(self, graph):
     #execute default parent class constructor
     NIDMExperimentCore.withGraph(self, graph)
コード例 #3
0
 def __init__(self):
     #execute default parent class constructor
     NIDMExperimentCore.__init__(self)
コード例 #4
0
 def withGraphAndNamespaces(self, graph, namespaces):
     #sets up empty dictionary to map object URIs to experiment names
     self.inv_object_dict = {}
     #execute default parent class constructor
     NIDMExperimentCore.withGraphAndNamespaces(self, graph, namespaces)
コード例 #5
0
 def withGraph(self, graph):
     #execute default parent class constructor
     NIDMExperimentCore.withGraph(self, graph)
コード例 #6
0
 def __init__(self):
     #execute default parent class constructor
     NIDMExperimentCore.__init__(self)