by brandon.schreiner@plexus.com » Mon Aug 21, 2023 11:33 pm
I have a model containing a set of UseCases. I'm using the Subject property of each UseCase to designate the Block responsible for realizing that UseCase. Those Blocks use several different custom stereotypes. I'd like to create a table that lists only those UseCases where the Subject has a particular stereotype (just call it <<a_stereotype>>). How would the query be setup? I've been thinking it should be a simple navigation with an embedded metachain as the context, but I can't seem to get it to work out. Either I'm just wrong about that being the approach, or I don't understand how to set it up properly.