Ejemplo n.º 1
0
 def setLambda(self, value):
     Utils.deprecationWarning("setLambda", "setLambdaValue")
     return self.setLambdaValue(value)
Ejemplo n.º 2
0
 def getLambda(self):
     Utils.deprecationWarning("getLambda", "getLambdaValue")
     return self.getLambdaValue()
Ejemplo n.º 3
0
 def setAlpha(self, value):
     Utils.deprecationWarning("setAlpha", "setAlphaValue")
     return self.setAlphaValue(value)
Ejemplo n.º 4
0
 def getAlpha(self):
     Utils.deprecationWarning("getAlpha", "getAlphaValue")
     return self.getAlphaValue()