UoY-RoboStar / robocert-textual

Textual plugin and CSP generator for RoboCert
Eclipse Public License 2.0
2 stars 0 forks source link

Generalise notion of groups with targets? #82

Closed MattWindsor91 closed 2 years ago

MattWindsor91 commented 2 years ago

After the most recent metamodel revision, a Target has become the single unambiguous RoboStar object that a sequence describes, and the Actors reduced to references to things accessible from that Target. This said, sequences are not the only thing that can/should have a Target:

Perhaps this is overengineering, which is why it's a question and not being implemented yet!

MattWindsor91 commented 2 years ago

This has become SpecGroup. Currently, CSP groups are technically SpecGroups but not yet properly integrated (eg, they don't use their Targets) - this'll need a separate issue filing as there are design decisions to make.