Ecdar / Ecdar-GUI

A graphical tool for modeling using ECDAR (Environment for Compositional Design and Analysis of Real Time Systems)
MIT License
3 stars 5 forks source link

Query types renaming #138

Closed seblund closed 1 year ago

seblund commented 1 year ago

So this is what the current list of query types looks like in the GUI: image From today's meeting, the only changes are

Other than that:

The engines do not currently support local-consistency: (for local-consistency [LCon]) in their grammar but they should in the future.

We should probably also be consistent with the capitalizations in the shorthands. So either [Spec], [Impl], [Con], [LCon], [Bsim], [Get] or [spec], [impl], [con], [lCon], [bsim], [get]. I prefer the first.

Nielswps commented 1 year ago

Should we rename bisim to bi-simulation? And should [Bsim] be [BSim]?

seblund commented 1 year ago

Should we rename bisim to bi-simulation?

bisim is short for bisimulation minimization so I don't think bi-simulation makes sense. But it should probably be bisim-minim as it is specified in the grammar here https://github.com/Ecdar/Ecdar-Common/issues/2

And should [Bsim] be [BSim]?

I'm fine with either. In the other cases e.g. local-consistency -> LCon we capitalize L and C because it is two words. But "bsim" is just short for bisimulation which is one word, so it could be either 🤷‍♂️