Methods


-evaluateParameters:
Used to bind variables to a specific value.

evaluateParameters:


Used to bind variables to a specific value.

- (NSDictionary *) evaluateParameters: (NSArray *) parameters 
method result
a dictionary mapping each parameter to a string value (NSString instance)
Discussion

This method is called when constructing strings of a ECParameterString. The evaluator has to return a dictionary which maps a parameter to a corresponding string

(Last Updated November 08, 2007)