Hi,

 

What I need to do is modify one of the evaluator classes specifically ‘<=’, so that it can handle strings. Now I know I need to create a class similar to ComparableEvaluatorDefinition. But what I want to do is replace the existing one in the evaluator registry with my implementation which will include the additional String capability.

 

From my understanding that should be all that is required. Unless im missing something… now all I need to know is how do I get hold of the evaluator registry?

 

Cheers

 

I