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

Class EvaluatorSubtraction

source code


Class to subtract two evaluators.

Instance Methods [hide private]
 
executeLeft(self, evaluators, evaluatorIndex)
Minus the value to the right.
source code
 
executeLeftOperation(self, evaluators, evaluatorIndex, operationLevel)
Minus the value to the right.
source code
 
getNegativeValue(self, value)
Get the negative value.
source code
 
getValueFromSingleValue(self, value)
Minus value.
source code
 
getValueFromValuePair(self, leftValue, rightValue)
Subtract two values.
source code

Inherited from EvaluatorAddition: executePair, executePairOperation, getEvaluatedValues, getOperationValue

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

Method Details [hide private]

executeLeftOperation(self, evaluators, evaluatorIndex, operationLevel)

source code 

Minus the value to the right.

Overrides: Evaluator.executeLeftOperation

getValueFromValuePair(self, leftValue, rightValue)

source code 

Subtract two values.

Overrides: EvaluatorAddition.getValueFromValuePair