Changes between Version 15 and Version 16 of PetriNetSagas
- Timestamp:
- Feb 7, 2021, 9:19:03 PM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
PetriNetSagas
v15 v16 5 5 6 6 This website presents a solution to model concurrent Sagas with P/T workflow nets, called Petri net Sagas. 7 As a proof-of-concept an implementation shows, how to translate Petri net Sagas to reference nets and to execute them using the \Renew simulation core.7 As a proof-of-concept an implementation shows, how to translate Petri net Sagas to reference nets and to execute them using the Renew simulation core. 8 8 The implementation is available as a library for the Java programming language. 9 10 In addition to the general Petri net Saga Framework an adapter for the [https://eventuate.io/ Eventuate Tram Saga] framework is available. 9 11 10 12 == Download == … … 17 19 18 20 ''' Library files + Eventuate Tram adapter only: ''' [https://git.informatik.uni-hamburg.de/roewekamp/roewekamp-public/-/raw/master/petri-net-saga-eventuate-tram.zip?inline=false Download] 19 [[BR]]For experienced users. These are just the library files for Petri net Sagas and the Eventuate Tram Adapter. 21 [[BR]]For experienced users. These are just the library files for Petri net Sagas and the Eventuate Tram Adapter. These can be combined with other projects, e.g. non-Spring based. 20 22 21 23 == Setup instructions for the example ==