evaluateParameters: |
Used to bind variables to a specific value.
- (NSDictionary *) evaluateParameters: (NSArray *) parameters;
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
parameterValues |
- (NSDictionary *) parameterValues;
removeAllVariables |
removes all variables
- removeAllVariables;
setParameterValues: |
used to hand-off all parameters. The previously set of varaible values is being deleted with this call.
- setParameterValues: (NSDictionary *) dictionary;
setValue |
sets/overwrites a value for a variable
See Also:
- setValue:forVariable:
- setValue: (NSString *) aValue forVariable: (NSString *) aVariable;
setValue:forVariable: |
sets/overwrites a value for a variable
See Also:
- setValue
- setValue: (NSString *) aValue forVariable: (NSString *) aVariable;
© 2004, 2005, 2006 Free Software Foundation, Inc.
Author: Oliver Langer
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
------------------------------------------------------------------------- Modification history(Last Updated August 05, 2006)
18.01.06 ola initial version -------------------------------------------------------------------------