Getting taggedvalues in runtime without code

When you use WECPOF you can create a whole system with 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')

But 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 76 days ago on 02/10/2024. What links here