AToMPM / atompm

A Tool for Multi-Paradigm Modeling
https://atompm.github.io/
GNU Lesser General Public License v3.0
22 stars 15 forks source link

Add documentation on pivots #94

Open BentleyJOakes opened 3 years ago

BentleyJOakes commented 3 years ago

The documentation does not describe pivots and their semantics.

From what I can tell, a) the pivot name maps to one element at a time, b) only the LHS matches or sets a pivot, and the NAC can match on pivots (so the RHS has no interaction with pivots), and c) the pivot will not be set if the NAC matches.

This information should be added to the documentation and extended with examples such as the Petri Net formalism.