Changes between Version 14 and Version 15 of Things To Do
- Timestamp:
- 02/01/10 00:26:25 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Things To Do
v14 v15 65 65 == Parameters == 66 66 67 I added support for parameters by simply giving the user the ability to specify a concrete value for any input variable in the initial state. At the command line, this is done by 68 {{{ 69 -inputX=V 70 }}} 71 where X is the name of the variable and V its value. In a {{{RunConfiguration}}}, this is done using the method {{{setInput(String,Object)}}}. Now we don't need multiple versions of a single model which just differ by some bounds. Instead, just make the bound an input. I have applied this to several of the examples 72 .
