Interfaces
 InterfaceDescription
 Evaluable An Evaluator is a class that can interpret an object to another object.
Classes
 ClassDescription
 DateEvaluator Evaluates Date object and transform it in string expressions.
 EdenEvaluator Evaluates eden expression.
 MathEvaluator Evaluates mathematical string expressions.
 MultiEvaluator This IEvaluator use a Array collection of evaluators to evaluate the 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.