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

Class EvaluatorTrue

source code


Class to evaluate a string.

Instance Methods [hide private]
 
__init__(self, word, xmlElement)
Set value to true.
source code

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

Method Details [hide private]

__init__(self, word, xmlElement)
(Constructor)

source code 

Set value to true.

Overrides: Evaluator.__init__