Projects



Changes between Version 23 and Version 24 of ccpn


Ignore:
Timestamp:
Feb 3, 2019, 6:22:33 AM (6 years ago)
Author:
9simon
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ccpn

    v23 v24  
    1 = CCPN: Curry Coloured Petri Nets =
     1= Tools for Curry-Coloured Petri Nets =
    22
    33The Curry-coloured Petri net formalism and its tool set provide the possibilities
     
    55 - to simulate CCPN models
    66 - to generate a reachability graph for CCPN models
    7  - to integrate the CCPN simulator as a [https://www.haskell.org Haskell] library into Haskell programs
     7 - to integrate the [https://git.informatik.uni-hamburg.de/9simon/ccpn CCPN simulator] as a [https://www.haskell.org Haskell] library into Haskell programs
    88While [https://www.haskell.org Haskell] is used as the implementations language, [http://www.curry-language.org Curry] is used as the inscription language.
    99The main advantage is that CCPN inscriptions are side effect free due to the Curry's functional pureness and the control of side effects by its strong type system.
     
    2020== Installation ==
    2121
    22 The CCPN tool set requires two components, Renew with the CurryCPN and the !RefNetReachabilityGraph plugin, as well as the CCPN simulator (includes the KiCS2 compiler).
     22The CCPN tool set requires two components, Renew with the CurryCPN and the !RefNetReachabilityGraph plugin, as well as the [https://git.informatik.uni-hamburg.de/9simon/ccpn CCPN simulator] (includes the KiCS2 compiler).
    2323
    2424=== Renew ===