Changes between Version 10 and Version 11 of Things To Do
- Timestamp:
- 01/30/10 14:14:21 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Things To Do
v10 v11 89 89 90 90 * ModelFactoryIF 91 * ParameterIF newParameter(TypeIF type, String name);91 * ParameterIF newParameter(TypeIF type, String name); 92 92 * creates a new parameter with given name 93 93 * ModelIF … … 99 99 * returns the i-th parameter for this model. 100 100 * ModelIF instantiate(Map<ParameterIF,Object> parameterValueMap) 101 * returns the model obtained by substituting the values for the corresponding parameters. Not every parameter need occur as a key in the map. The resulting model will have parameter set that is the difference 101 * returns the model obtained by substituting the values for the corresponding parameters. Not every parameter need occur as a key in the map. The resulting model will have parameter set that is the difference between the original parameter set and the parameters occurring as keys the map 102 102 * boolean isParametrized() 103 103 * equivalent to !parameters.isEmpty()
