Changes between Version 6 and Version 7 of ModelingProjects


Ignore:
Timestamp:
Sep 26, 2008, 1:14:00 PM (17 years ago)
Author:
steinmet
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ModelingProjects

    v6 v7  
    1 == Modeling Projects ==
     1== ProMoT Development Topic: Realization of Modeling Projects ==
    22
    33ProMoT started as a tool working purely based on source-code in MDL-files.
    44But over the years graphical facilities in complex modeling projects has become much more important.
    55To reflect this changes in mode of operation it is suggested to organize
    6 modeling in ModelingProjects, that help to keep the main classes, icons and
     6modeling in !ModelingProjects, that help to keep the main classes, icons and
    77source files together.
    88
     
    1515Modeling in ProMoT takes place based on source files (MDL-files) or is done with the help of the
    1616graphical user-interface. The sources are loaded into ProMoT, translated to class-objects
    17 (ModelingEntities) and changed by the graphical editors in memory (temporary file).
     17(!ModelingEntities) and changed by the graphical editors in memory (temporary file).
    1818
    19 The ModelingEntities can be saved as MDL-code to a new file via the options "Save All Classes" and "Save Selected Classes"
     19The !ModelingEntities can be saved as MDL-code to a new file via the options "Save All Classes" and "Save Selected Classes"
    2020in the File-Menu. There is no simple option "Save", which saves the classes to the files they
    2121originally come from.
     
    2424
    2525  * include libraries defining general classes (e.g. logical library including logical operator classes)
    26   * include files containing own ModelingEntities
     26  * include files containing own !ModelingEntities
    2727  * adjust settings for finding the correct versions
    2828    of these files and the correct icons
     
    3535
    3636A project is a data-object in ProMoT that keeps and tracks all
    37 ModelingEntities and associated data for a modeling project on a specific
     37!ModelingEntities and associated data for a modeling project on a specific
    3838topic in the real world (e.g. logical model of the EGF signaling pathway).
    3939It should facilitate the organization and general configuration of ProMoT
     
    5151  * It should keep track about different modeling libraries used by remembering the
    5252    pathnames.
    53   * It should either remember source-files containing the ModelingEntities of the user or
     53  * It should either remember source-files containing the !ModelingEntities of the user or
    5454    the main classes.
    5555  * It should know the directories where the icons are kept.