diff --git a/schainpy/controller/controller.py b/schainpy/controller/controller.py index e5c1b13..0c23dfb 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 getOperationList(self): + def getOperationObjects(self): return self.opObjList @@ -284,7 +284,7 @@ class OperationConf(): for parmObj in self.parmObjList: parmObj.makeXml(opElement) - def getParameterList(self): + def getParameterObjects(self): return self.parmObjList