Changes between Version 6 and Version 7 of ModelingProjects
- Timestamp:
- Sep 26, 2008, 1:14:00 PM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ModelingProjects
v6 v7 1 == Modeling Projects ==1 == ProMoT Development Topic: Realization of Modeling Projects == 2 2 3 3 ProMoT started as a tool working purely based on source-code in MDL-files. 4 4 But over the years graphical facilities in complex modeling projects has become much more important. 5 5 To reflect this changes in mode of operation it is suggested to organize 6 modeling in ModelingProjects, that help to keep the main classes, icons and6 modeling in !ModelingProjects, that help to keep the main classes, icons and 7 7 source files together. 8 8 … … 15 15 Modeling in ProMoT takes place based on source files (MDL-files) or is done with the help of the 16 16 graphical 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). 18 18 19 The ModelingEntities can be saved as MDL-code to a new file via the options "Save All Classes" and "Save Selected Classes"19 The !ModelingEntities can be saved as MDL-code to a new file via the options "Save All Classes" and "Save Selected Classes" 20 20 in the File-Menu. There is no simple option "Save", which saves the classes to the files they 21 21 originally come from. … … 24 24 25 25 * include libraries defining general classes (e.g. logical library including logical operator classes) 26 * include files containing own ModelingEntities26 * include files containing own !ModelingEntities 27 27 * adjust settings for finding the correct versions 28 28 of these files and the correct icons … … 35 35 36 36 A project is a data-object in ProMoT that keeps and tracks all 37 ModelingEntities and associated data for a modeling project on a specific37 !ModelingEntities and associated data for a modeling project on a specific 38 38 topic in the real world (e.g. logical model of the EGF signaling pathway). 39 39 It should facilitate the organization and general configuration of ProMoT … … 51 51 * It should keep track about different modeling libraries used by remembering the 52 52 pathnames. 53 * It should either remember source-files containing the ModelingEntities of the user or53 * It should either remember source-files containing the !ModelingEntities of the user or 54 54 the main classes. 55 55 * It should know the directories where the icons are kept.