Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support symbolic (STS) exploration #697

Open
rensink opened this issue Jun 29, 2012 · 5 comments
Open

Support symbolic (STS) exploration #697

rensink opened this issue Jun 29, 2012 · 5 comments
Assignees
Labels
enhancement New feature or request

Comments

@rensink
Copy link
Collaborator

rensink commented Jun 29, 2012

Currently, the RemoteStrategy can be started, which uses the SymbolicStrategy to create an STS and then sends this STS to a remote host. Axel suggested it would also be useful to save a gps as an STS, similarly to how you would save the gps as an LTS.

The 'save as STS' option would start a dialog where the user can select a file and a format (only JSON for now) and click save. Then it would have to start the SymbolicStrategy, then call getSTS().toJSON() to obtain a string representation of the STS. Currently only JSON is supported, but this could easily be extended to other formats as well.

Reported by: vincentdebruijn

@rensink
Copy link
Collaborator Author

rensink commented Jul 18, 2012

It is more natural to only add functionality to export an already explored grammar as STS. This is probably just a matter of writing a new exporter; of course the file format should be well-defined.

Original comment by: rensink

@rensink
Copy link
Collaborator Author

rensink commented Jul 18, 2012

  • assigned_to: nobody --> rensink

Original comment by: rensink

@rensink
Copy link
Collaborator Author

rensink commented Jan 9, 2013

It's not just the saving of STSs but also their proper handling (including display) in the Simulator that should be rethought.

Original comment by: rensink

@rensink
Copy link
Collaborator Author

rensink commented Jan 9, 2013

  • summary: Save as STS --> Support symbolic (STS) exploration

Original comment by: rensink

@rensink
Copy link
Collaborator Author

rensink commented Apr 17, 2013

  • Group: --> None

Original comment by: rensink

@rensink rensink self-assigned this Mar 7, 2024
@rensink rensink added enhancement New feature or request and removed feature-request labels Mar 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant