An interface for Evaluator Parameters Parser.
Evaluators may optionally have parameters. This parameters are passed into the
EvaluatorDefinition as a String that needs to eventually be parsed. This interface
defines the operations a parser implementation must expose.
Parses the given paramText and return an array
of objects where each position in the array corresponds
to the appropriate parameter in the parameter string.
Parses the given paramText and return an array
of objects where each position in the array corresponds
to the appropriate parameter in the parameter string.
Parameters:
paramText - the string of parameters
Returns:
the array of objects corresponding to each parameter