Changes between Version 6 and Version 7 of ProMoT


Ignore:
Timestamp:
Sep 24, 2008, 4:33:44 PM (17 years ago)
Author:
mirschel
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ProMoT

    v6 v7  
    11= [wiki:ProMoT] is the __Pro__cess __Mo__deling __T__ool, =
    22
    3 a software for the construction and
    4 manipulation of equation-based, object-oriented dynamic simulation models.
     3a software for the construction and manipulation of complex technical and biological systems.
     4Together with the simulation environment [wiki:Diana] it provides capabilities for the development
     5of dynamic models based on differential-algebraic equations, and their simulation and
     6further analysis. ProMoT has being used as a modeling tool not only for the setup of dynamic models,
     7but also for the visual construction of Boolean models that can be analyzed with
     8[http://www.mpi-magdeburg.mpg.de/projects/cna/cna.html CellNetAnalyzer].
    59
    6 The homepage is
    7 http://www.mpi-magdeburg.mpg.de/projects/promot
    810
    9 Documentation can be found at
    10 http://www.mpi-magdeburg.mpg.de/zlocal/martins/modelingdoc
    11 
    12 Discussion about current development matter takes place at:
    13 PromotDevelopment.
    14 
    15 It is based on the capabilities of CommonLisp for dynamic handling of class MetaObjects.
    1611
    1712Promot consists of two main parts:
    1813 PromotKernel::
    1914   A lisp software that cares for all kinds of TextualModelRepresentation, ClassDefinition and ClassEditing,
    20    ModelInstantiation and ModelManipulation
     15   ModelInstantiation and ModelManipulation. ProMoT is based on the capabilities of CommonLisp for dynamic
     16   handling of class MetaObjects.
    2117
    2218 PromotGui::
     
    2622   the kernel and is only viewed in Java.
    2723
    28    The Gui is connected to the PromotKernel via a CorBa middleware.
    29    The JavaDoc can be found at [/doc/promotui].
     24   The Gui is connected to the PromotKernel via a CorBa middleware. [[BR]]
     25   The JavaDoc of the Gui can be found at [/doc/promotui].
     26
     27[[BR]]
     28The official website of ProMoT is
     29http://www.mpi-magdeburg.mpg.de/projects/promot
     30
     31Documentation can be found at
     32http://www.mpi-magdeburg.mpg.de/zlocal/martins/modelingdoc
     33
     34Discussion about current development issues takes place at:
     35PromotDevelopment.