From 3d36b334982eaaa62df412e2e7f3183c1884f601 2012-11-26 16:43:46 From: Miguel Valdez Date: 2012-11-26 16:43:46 Subject: [PATCH] --- 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