mCRL2
|
This file contains code to transform an mCRL2 process into a linear process. More...
Go to the source code of this file.
Enumerations | |
enum | processstatustype { unknown , mCRL , mCRLdone , mCRLbusy , mCRLlin , pCRL , multiAction , GNF , GNFalpha , GNFbusy , error } |
enum | objecttype { none , _map , func , act , proc , variable_ , sorttype , multiact } |
This file contains code to transform an mCRL2 process into a linear process.
Definition in file linearise.cpp.
enum objecttype |
Enumerator | |
---|---|
none | |
_map | |
func | |
act | |
proc | |
variable_ | |
sorttype | |
multiact |
Definition at line 75 of file linearise.cpp.
enum processstatustype |
Enumerator | |
---|---|
unknown | |
mCRL | |
mCRLdone | |
mCRLbusy | |
mCRLlin | |
pCRL | |
multiAction | |
GNF | |
GNFalpha | |
GNFbusy | |
error |
Definition at line 58 of file linearise.cpp.