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)
 def withGraph(self, graph):
     #execute default parent class constructor
     NIDMExperimentCore.withGraph(self, graph)
 def __init__(self):
     #execute default parent class constructor
     NIDMExperimentCore.__init__(self)
 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)
 def withGraph(self, graph):
     #execute default parent class constructor
     NIDMExperimentCore.withGraph(self, graph)
 def __init__(self):
     #execute default parent class constructor
     NIDMExperimentCore.__init__(self)