The system.evaluators
library contains classes to evaluates some objects with a collection of specific strategies.
Classes
- MultiEvaluator
- This
Evaluable
combine a collection of evaluators to evaluates a specified value. - PropertyEvaluator
- Evaluates a type string expression and return the property value who corresponding in the target object specified in this evaluator.
- RomanEvaluator
- Evaluates an int value and transform it in roman numeral expression.