예제 #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)