eclipse-esmf / esmf-aspect-model-editor

Manage Aspect Models visually — create, validate, create artefacts, persist file based
https://eclipse-esmf.github.io/ame-guide/introduction.html
Mozilla Public License 2.0
21 stars 7 forks source link

[Task] Display and edit payloadName #138

Closed DrDanielMetz closed 7 months ago

DrDanielMetz commented 7 months ago

In the semantic aspect meta model it is possible to use payloadNames: https://docs.bosch-semantic-stack.com/samm-specification/snapshot/modeling-guidelines.html#payload-names

However, those are currently not displayed in the editor nor can they be edited.

It would be nice if the payloadName can be displayed in the properties of a property and maybe - at best - can be edited there.

chris-volk commented 7 months ago

Dear @DrDanielMetz ,

This is indeed possible. It is available from the "properties configuration" of any Entity and the Aspect element itself, see:

image

image

The reason that it is not displayed in the property itself is that this can be defined differently for every "usage" of the Property in an Entity/Aspect.

@michelu89 , could you please evaluate whether we could improve the documentation? Thanks.

I hope this helps you and we will close the issue. Feel free to reopen or contact us via forum or chat, see https://projects.eclipse.org/projects/dt.esmf project links.

DrDanielMetz commented 6 months ago

@chris-volk: Ok, thanks! Yes, it helps!