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

Class EvaluatorFunction

source code


Function evaluator class.

Instance Methods [hide private]
 
__init__(self, word, xmlElement)
Set value to none.
source code
 
executeFunction(self, evaluators, evaluatorIndex, nextEvaluator)
Execute the function.
source code

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

Method Details [hide private]

__init__(self, word, xmlElement)
(Constructor)

source code 

Set value to none.

Overrides: Evaluator.__init__

executeFunction(self, evaluators, evaluatorIndex, nextEvaluator)

source code 

Execute the function.

Overrides: Evaluator.executeFunction