Scenario Selector GUI

From SIMA wiki
Revision as of 12:21, 17 October 2012 by Herret (talk | contribs) (Created page with "The class sim.ScenarioSelector provides a GUI that shows all available scenario configurations and starts the selected scenario. ==GUI Elements== The window contains the foll...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

The class sim.ScenarioSelector provides a GUI that shows all available scenario configurations and starts the selected scenario.

GUI Elements

The window contains the following elements:

  • Scenario menu - Each file that has the extension ”.properties” in the folder S:\ARSIN_V01\Sim\config is listed1).
  • Description group - The details of the select configuration are shown.
    • Title - The short title of the scenario (identical to the entry in the scenario menu above).
    • Icon - An icon that shows a typical scene of the scenario or what ever seemed to fit.
    • Short Description - A short description of the scenario. Something like an abstract.
    • Field Size - The world dimension.
    • Filename - The filename of the scenario property file.
    • Long Description - A lengthy description of the scenario.
  • autostart - If selected, the simulator loads all entities, objects, and agents and pauses at step 0. Otherwise, the whole loading process would have to be started explicitly at the next window. Only necessary if the loading process needs to be debugged.
  • adaptor - upon pressing “start scenario” an additional window is shown (if checkbox is activated) and the number of entities can be changed. But only for entity types that exist in this scenario.
  • “Start Scenario” - Submit the selected parameters to SimulatorMain and close the window.
  • “Exit” - Close the window.