Ejemplo n.º 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)
Ejemplo n.º 2
0
 def withGraph(self, graph):
     #execute default parent class constructor
     NIDMExperimentCore.withGraph(self, graph)
Ejemplo n.º 3
0
 def __init__(self):
     #execute default parent class constructor
     NIDMExperimentCore.__init__(self)
Ejemplo n.º 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)
Ejemplo n.º 5
0
 def withGraph(self, graph):
     #execute default parent class constructor
     NIDMExperimentCore.withGraph(self, graph)
Ejemplo n.º 6
0
 def __init__(self):
     #execute default parent class constructor
     NIDMExperimentCore.__init__(self)