Changes between Version 23 and Version 24 of ccpn
- Timestamp:
- Feb 3, 2019, 6:22:33 AM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ccpn
v23 v24 1 = CCPN: CurryColoured Petri Nets =1 = Tools for Curry-Coloured Petri Nets = 2 2 3 3 The Curry-coloured Petri net formalism and its tool set provide the possibilities … … 5 5 - to simulate CCPN models 6 6 - to generate a reachability graph for CCPN models 7 - to integrate the CCPN simulatoras a [https://www.haskell.org Haskell] library into Haskell programs7 - to integrate the [https://git.informatik.uni-hamburg.de/9simon/ccpn CCPN simulator] as a [https://www.haskell.org Haskell] library into Haskell programs 8 8 While [https://www.haskell.org Haskell] is used as the implementations language, [http://www.curry-language.org Curry] is used as the inscription language. 9 9 The 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. … … 20 20 == Installation == 21 21 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).22 The 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). 23 23 24 24 === Renew ===