Changes between Version 10 and Version 11 of Things To Do


Ignore:
Timestamp:
01/30/10 14:14:21 (16 years ago)
Author:
Stephen Siegel
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Things To Do

    v10 v11  
    8989
    9090 * ModelFactoryIF
    91  * ParameterIF newParameter(TypeIF type, String name);
     91    * ParameterIF newParameter(TypeIF type, String name);
    9292       * creates a new parameter with given name
    9393 * ModelIF
     
    9999       * returns the i-th parameter for this model. 
    100100    * 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
    102102    * boolean isParametrized()
    103103       * equivalent to !parameters.isEmpty()