Changes between Version 11 and Version 12 of Scenarios


Ignore:
Timestamp:
Aug 6, 2011 10:29:42 PM (13 years ago)
Author:
jherwitz
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Scenarios

    v11 v12  
    11= Scenarios =
    22Quagents 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.
    35* 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.
    59
    610