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

Class EvaluatorFundamental

source code


Fundamental evaluator class.

Instance Methods [hide private]
 
executeCenterOperation(self, evaluators, evaluatorIndex)
Execute operator which acts on the center.
source code
 
executeFunction(self, evaluators, evaluatorIndex, nextEvaluator)
Execute the function.
source code

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

Method Details [hide private]

executeCenterOperation(self, evaluators, evaluatorIndex)

source code 

Execute operator which acts on the center.

Overrides: Evaluator.executeCenterOperation

executeFunction(self, evaluators, evaluatorIndex, nextEvaluator)

source code 

Execute the function.

Overrides: Evaluator.executeFunction