Getting taggedvalues in runtime without code
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

When you use WECPOF, you can create a whole system with the use of the model alone. As you do, you might want to pick up information stored in the TaggedValues of the model.

You can do that like this:

G.allinstances->first.oclType.TaggedValue('Eco.PresentationUnit')

However, this approach will not let you get to TaggedValues on features like attributes or association ends. For this purpose, we added TaggedValueOnFeature.

Use it like this:

G.allinstances->first.oclType.TaggedValueOnFeature('Eco.PresentationUnit','SomeAttribute')
This page was edited 70 days ago on 02/10/2024. What links here