I am currently working on ADOxx metamodelling and I'm having a hard time with some details.
The following command allows me to have two functions:1) show in a rectangle the name of the class to whom the instance is referenced
2)Allows me to click the link that takes me directly to that class
------------------------------------------------------------------------------------------------------------------
#set the link of the reference IF (sProcess != "")
ATTR "Reference capability" x: (tabx2 + (tabw3/2) ) y: (taby1+(tabh2/2)+(0.3cm))
w:c: (tabw2+tabw3) h:c: (tabh2-0.2cm) line-break:rigorous
format:"%m"
ENDIF
------------------------------------------------------------------------------------------------------------------
Please see the screenshot attached for further clarification
What I would need is some support with all these 3 options below:1)be able to substitute the name of the link with whatever text I want without disrupting the link
2)Substitute the name of the instance which is in the middle with the name of the link(so only the link remains in the middle of the instance).
3) I am referring to an instance but the link shows only the referred class. How can I show only the referred instance instead?
Thank you very for your hep and support