Changes between Version 14 and Version 15 of GUIRequirements


Ignore:
Timestamp:
06/20/14 11:40:49 (12 years ago)
Author:
noyes
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GUIRequirements

    v14 v15  
    4242  * When you close a CIVL-Session, it frees all resources associated with the specific CIVL-Session
    4343  * The GUI will allow multiple CIVL-Sessions to be open at the same time.
    44 *The GUI will also have a menu option that will provide the user with help menus that describe all of the various options and run modes that CIVL has as well as help menus for setting up and executing a new run configuration.
    45 *The GUI will also have a menu option that will open a trace viewer where the user can select two active traces and can compare them side-by-side in a new window.
     44* The GUI will also have a menu option that will provide the user with help menus that describe all of the various options and run modes that CIVL has as well as help menus for setting up and executing a new run configuration.
     45* The GUI will also have a menu option that will open a trace viewer where the user can select two active traces and can compare them side-by-side in a new window.
    4646
    4747
    4848GLOSSARY:
    49 -CIVL Program: a .cvl file
    50 -Artifact: Specific information that is gathered and displayed for each CIVL-Session(AST, Model etc.)
    51 -Run configuration: A specified set of inputs and run options for a specific CIVL program that will be executed by the user.
    52 -CIVL-Session: An execution of a run configuration that opens in a multi-tabbed window containing all of the artifacts of an execution
    53 -Menu Option: An option that drops down from the menu bar(by the apple for OS)
    54 -Execute: A run configuration is executed which means its options and inputs are passed directly to CIVL's API which runs it as usual.
    55 -Launch: Opening the main GUI
     49* CIVL Program: a .cvl file
     50* Artifact: Specific information that is gathered and displayed for each CIVL-Session(AST, Model etc.)
     51* Run configuration: A specified set of inputs and run options for a specific CIVL program that will be executed by the user.
     52* CIVL-Session: An execution of a run configuration that opens in a multi-tabbed window containing all of the artifacts of an execution
     53* Menu Option: An option that drops down from the menu bar(by the apple for OS)
     54* Execute: A run configuration is executed which means its options and inputs are passed directly to CIVL's API which runs it as usual.
     55* Launch: Opening the main GUI