utwente-fmt / UrPal

UPPAAL Sanity Checker
5 stars 1 forks source link

Fix scoping issues #6

Open ramononis opened 5 years ago

ramononis commented 5 years ago

See train-gate-model in the uppaal demos.
The selections train-ids in the edges all use the same variable name. However, references to these select-variables resolve to the first selection.
Solution: use the new parser made in the muml repository (will have to hook-up the smc meta-model though :( )