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

Class EvaluatorNot

source code


Class to compare two evaluators.

Instance Methods [hide private]
 
executeLeftOperation(self, evaluators, evaluatorIndex, operationLevel)
Minus the value to the right.
source code
 
getValueFromSingleValue(self, value)
Minus value.
source code

Inherited from EvaluatorSubtraction: executeLeft, getNegativeValue, getValueFromValuePair

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

getValueFromSingleValue(self, value)

source code 

Minus value.

Overrides: EvaluatorSubtraction.getValueFromSingleValue