106 | | |
107 | | NameOfFunction is the name of a java class that implements the UpdateFunction class. |
108 | | This class implements a function {{{ Parameters call(Parameters parameters) }}} |
109 | | |
110 | | |
111 | | |
112 | | An update function has access to all parameters and can change any of them. But generally it is good practice to only use/change parameters provided in the arguments. In above case, it would use |
| 108 | To evaluate, the function {{{call(Parameters parameters) }}} is called, and that call returns an updated {{{Parameters}}} value. An update function has access to all parameters and can change any of them. But generally it is good practice to only use/change parameters provided in the constructor. In above case, it would use |