Posts
-
Sterling at ABZ 2021
Jun 9th, 2021
We're very pleased to announce that our article titled Sterling: A Web-based Visualizer for Relational Modeling Languages has been published as part of the Lecture Notes in Computer Science book series (LNCS, volume 12709). As part of the International Conference on Rigorous State-Based Methods, we presented our work at ABZ 2021, and the paper can be found here.
-
Sterling 1.1 Release
Jun 7th, 2021
The Sterling 1.0 release is now available. This version introduces the Script View, which provides an environment for the development of custom visualizations of Alloy instances.
Head to the downloads page to down Sterling 1.1.
-
Sterling 1.1 Demo Release
Mar 1st, 2021
The upcoming Sterling 1.1 is now available to demo! This release will introduce the script view, which allows you to develop custom visualization scripts for your instances. Head to the demo page to try out a few sample scripts or try uploading your own instance so that you can write your own.
How to use the Demo Script View
The Sterling 1.1 demo comes preloaded with some example instances and scripts to demonstrate how custom visualizations are generated. The one to the right shows an instance of the dining philosophers problem. To run a demo script, follow these steps:
- Open the demo.
- Open an example instance by clicking the green Open button at the top right. It looks like this:
- Go to the Script View by clicking the Script button in the top navigation bar. The script view contains a script editor on the left and a rendering stage on the right, like you see in the image to the right.
- Execute the preloaded script by clicking the Execute button at the top of the script editor, it looks like this:
- Some instances, like the dining philosophers one, come from stateful models. After executing the script you can use the left and right arrow buttons located at the top-right of the rendering stage to explore how the state changes through time. These buttons look like this:
-
Sterling 1.0 Release
Mar 16th, 2020
The Sterling 1.0 release is now available. This version showcases a brand new user interface built using React and Blueprint. It is very close in functionality to the existing Alloy visualizer with a few major exceptions, which you can read about in the tour.
Aside from the overhauled interface, the most notable change from the previous version of Sterling is the lack of a tree view; its removal was an intentional decision, as it did not provide any functionality that isn't already present in the Alloy visualizer. Furthermore, the "snapshot" layout previously used in the graph view is no longer available. The graph rendering library has been entirely replaced and it does not yet support compound nodes (but will in an upcoming release).
Head to the downloads page to down Sterling 1.0.
-
Sterling Demo Now Available
Mar 11th, 2020
A demo of Sterling is available here or by clicking the link in the navigation bar above. The only features not available in the demo are the evaluator and the ability to generate the next solution using the Next button — everything else is identical to the Sterling that is packaged with our custom Alloy build, which you can download here.
-
Sterling 0.3.2-beta Release
Jan 28th, 2020
The Sterling 0.3.2-beta release is now available. This version includes evaluator support along with the ability to add evaluated expressions to the graph view. The graph view exclusively uses a force-directed layout, and nodes can be locked in place using Ctrl+Click or a double click. Ctrl+Enter when evaluating an expression will at the result to the graph automatically (if the expression evaluates to a set).