author | wenzelm |
Thu, 19 Aug 1999 21:49:10 +0200 | |
changeset 7299 | 743b22579a2f |
parent 6471 | 08d12ef5fc19 |
child 17244 | 0b2ff9541727 |
permissions | -rw-r--r-- |
7299 | 1 |
|
6471
08d12ef5fc19
added translation from IOA to mucalculus and corresponding modelchecker examples;
mueller
parents:
diff
changeset
|
2 |
MuIOA = IOA + MuckeSyn + |
08d12ef5fc19
added translation from IOA to mucalculus and corresponding modelchecker examples;
mueller
parents:
diff
changeset
|
3 |
|
08d12ef5fc19
added translation from IOA to mucalculus and corresponding modelchecker examples;
mueller
parents:
diff
changeset
|
4 |
consts |
7299 | 5 |
Internal_of_A :: 'a => bool |
6 |
Internal_of_C :: 'a => bool |
|
7 |
Start_of_A :: 'a => bool |
|
8 |
Start_of_C :: 'a => bool |
|
9 |
Trans_of_A :: 'a => 'b => bool |
|
10 |
Trans_of_C :: 'a => 'b => bool |
|
11 |
IntStep_of_A :: 'a => bool |
|
12 |
IntStepStar_of_A :: 'a => bool |
|
13 |
Move_of_A :: 'a => 'b => bool |
|
14 |
isSimCA :: 'a => bool |
|
6471
08d12ef5fc19
added translation from IOA to mucalculus and corresponding modelchecker examples;
mueller
parents:
diff
changeset
|
15 |
|
08d12ef5fc19
added translation from IOA to mucalculus and corresponding modelchecker examples;
mueller
parents:
diff
changeset
|
16 |
end |