stackdump / gopflow

read and write PetriNet schemata using pflow xml encoding

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

gopflow

Go library to use PetriNets encoded using pflow schema to construct state-machines.

Status

Build Status

Tested in Isolation - working to test within other codebases.

Motivation

Petri-nets are well explored data structures that have mathematically verifiable properties.

States and transitions are computed as a Vector addition System with State This vector format makes machine learning analysis of event logs very trivial.

This library is compatible with .pflow files produced with a visual editor Once a user is familiar with the basic semantics of a Petri-Net, new process flows can be developed rapidly.

About

read and write PetriNet schemata using pflow xml encoding

License:MIT License


Languages

Language:Go 100.0%