You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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.
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
The text was updated successfully, but these errors were encountered: