AlloyTools / org.alloytools.alloy

Alloy is a language for describing structures and a tool for exploring them. It has been used in a wide range of applications from finding holes in security mechanisms to designing telephone switching networks. This repository contains the code for the tool.
Other
694 stars 123 forks source link

Only subsets have namespace in viz #247

Closed nmacedo closed 1 month ago

nmacedo commented 3 months ago

In the graph visualization, subsets are always labeled with namespace this/ by default, but not all the other elements. Minimal example:

sig a {
    r:a
}

sig b in a {}

run { some b }
Screenshot 2024-03-26 at 15 29 23