Changes between Version 1 and Version 2 of ProMoT


Ignore:
Timestamp:
Mar 22, 2006, 2:10:09 PM (19 years ago)
Author:
ginkel
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ProMoT

    v1 v2  
    1 [wiki:ProMoT] is the ''Pro''cess ''Mo''deling ''T''ool, a software for the construction and
     1= [wiki:ProMoT] is the __Pro__cess __Mo__deling __T__ool, =
     2
     3a software for the construction and
    24manipulation of equation-based, object-oriented dynamic simulation models.
    35
    46It is based on the capabilities of CommonLisp for dynamic handling of class MetaObjects.
    57
     8Promot consists of two main parts:
     9 PromotKernel::
     10   A lisp software that cares for all kinds of TextualModelRepresentation, ClassDefinition and ClassEditing,
     11   ModelInstantiation and ModelManipulation
     12
     13 PromotGui::
     14   A Java software, independently of the kernel which presents the classes and module structures graphically,
     15   allows to edit the classes through changes of sourcecode, via VizEdit and VariableDialogs.
     16   The Gui is dumb in the sense that it does not contain to much information. All data displayed, comes from
     17   the kernel and is only viewed in Java.
     18
     19   The Gui is connected to the PromotKernel via a CorBa middleware.
     20