Difference between revisions of "Toolbox configuration"

From SUMOwiki
Jump to navigationJump to search
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
The toolbox can be configured by means of an XML file.
+
The toolbox can be configured by means of an XML file. Examples can be found in the 'configs' directory.  The default configuration file is 'configs/default.xml'. 
 +
 
 +
You can merge small custom config with the 'merge' option.  Options or tags that are missing in this custom file will then be filled up with the values from the default configuration.
 +
<pre><nowiki>
 +
go('customConfig.xml',[],[],'-merge');
 +
</nowiki></pre>
 +
 
  
 
The following components can be configured separately:
 
The following components can be configured separately:
Line 5: Line 11:
 
* [[Plan]]
 
* [[Plan]]
 
* [[ContextConfig]]
 
* [[ContextConfig]]
* [[System requirements]]
 
 
* [[M3]]
 
* [[M3]]
 
* [[Sample Evaluators]]
 
* [[Sample Evaluators]]
 
* [[Sample Selectors]]
 
* [[Sample Selectors]]
 
* [[Adaptive Model Builders]]
 
* [[Adaptive Model Builders]]

Revision as of 14:23, 9 May 2007

The toolbox can be configured by means of an XML file. Examples can be found in the 'configs' directory. The default configuration file is 'configs/default.xml'.

You can merge small custom config with the 'merge' option. Options or tags that are missing in this custom file will then be filled up with the values from the default configuration.

go('customConfig.xml',[],[],'-merge');


The following components can be configured separately: