Changes between Version 11 and Version 12 of Scenarios
- Timestamp:
- Aug 6, 2011 10:29:42 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Scenarios
v11 v12 1 1 = Scenarios = 2 2 Quagents revolves around ''scenarios''. A scenario is designed to be a modular cluster of code consisting of: 3 * A unique name. 4 * A set of maps which the scenario may be executed on. 3 5 * A set of changes to the server, which constitute global "rule" changes. These must be able to be enabled and disabled using [[Quagents Configuration Options]]. 4 6 * Initialization code. This is used for preparing the scenario before launching the GUI or executing core code. E.g., the developer may choose to instantiate and instrument all Quagents before opening access to the user. 7 * Execution code. This is the core of the scenario, executed after all other component executions have terminated. 8 * (Optional) A GUI for the scenario. This may be used for control or data augmentation. 5 9 6 10