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

Class EvaluatorElement

source code


Element evaluator class.

Instance Methods [hide private]
 
__init__(self, word, xmlElement)
Set value to none.
source code
 
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: __repr__, executeBracket, 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__

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