
Modelbase::SetModelSettings 87
Table A3.1 Batch commands handled by OxPack.
derived ...
estimate("METHOD”=”OLS”,YEAR1=-1,PER1=0,
YEAR2=-1,PER2=0,FORC=0,INIT=0);
nonlinear { ... }
model { ... }
package("name");
progress;
system { ... }
testgenres { ... }
testlinres { ... }
testres { ... }
Modelbase::SetModelSettings
virtual SetModelSettings(const aValues)
aValues in: if array: c × 2 array with la-
bels (aValues[i][1])andvalues
(aValues[i][0]).
No return value.
Description
Called by OxPack to set model settings. This is called immediately after model
formulation, before model settings, to inherit default settings from the previous
model, or the model that was recalled from history.
A3.3 Adding support for a Batch language
Modelbase::Batch
virtual Batch(const sBatch, ...);
sBatch in: a string with name of the batch command
.. . in: zero or more batch arguments
Return value
Should return TRUE if the batch command was correct, FALSE if there was a
syntax error.
Description
All Batch commands are passed to the Ox class, with the exception of those listed
in Table A3.1.
The arguments of the batch command are passed separately. For example, when
the batch call is
Commentaires sur ces manuels