Package fabmetheus_utilities :: Package geometry :: Package geometry_utilities :: Module evaluate :: Class EvaluatorPower
[hide private]
[frames] | no frames]

Class EvaluatorPower

source code


Class to power two evaluators.

Instance Methods [hide private]
 
executePairOperation(self, evaluators, evaluatorIndex, operationLevel)
Operate on two evaluators.
source code
 
getValueFromValuePair(self, leftValue, rightValue)
Power of two values.
source code

Inherited from EvaluatorAddition: executePair, getEvaluatedValues, getOperationValue

Inherited from Evaluator: __init__, __repr__, executeBracket, executeCenterOperation, executeDictionary, executeFunction, executeKey, executeLeftOperation, executeList, executeRightOperation, executeString, getIsInRange

Method Details [hide private]

executePairOperation(self, evaluators, evaluatorIndex, operationLevel)

source code 

Operate on two evaluators.

Overrides: Evaluator.executePairOperation

getValueFromValuePair(self, leftValue, rightValue)

source code 

Power of two values.

Overrides: EvaluatorAddition.getValueFromValuePair