diff --git a/schainpy/controller/controller.py b/schainpy/controller/controller.py index 0c23dfb..81dfd2a 100644 --- a/schainpy/controller/controller.py +++ b/schainpy/controller/controller.py @@ -242,7 +242,7 @@ class UPConf(): for opObj in self.opObjList: opObj.makeXml(upElement) - def getOperationObjects(self): + def getOperationObjList(self): return self.opObjList @@ -284,7 +284,7 @@ class OperationConf(): for parmObj in self.parmObjList: parmObj.makeXml(opElement) - def getParameterObjects(self): + def getParameterObjList(self): return self.parmObjList