« Back

"is-inside" relation in XML file

Combination View Flat View Tree View
Threads [ Previous | Next ]
toggle
"is-inside" relation in XML file
community relation documentation
Answer
3/27/14 11:08 AM
I have a question regarding the relation “is-inside”.
In the ADOxx tutorial slides is written that the Container class provides the relation „is-inside”, but when I generate the xml out of my model, I do not see the relation “is-inside”.
Would you please help why?

RE: "is-inside" relation in XML file
Answer
11/22/13 10:33 AM as a reply to Fadi.
Dear Fadi,

in order to develop a concrete container class, that would support the automatic linking using the "Is inside" relation by the platform, please follow the steps below:

1) Inherit the container class from the "__D_aggregation__" if the functionality is supposed to work as modelling object, or u se "__D_swimlane__" for as swimlane behaviour. Both abstract classes are derived from the "__D_container__" class the provides the functionality of "Is inside" (see attached metamodel screenshot)

2) Include (as for all other classes) in the "Modi" for specific modeltypes you want to use the class. The functionality of "Is inside" is available in all functionalties of the platform (see example screenshots and files for the Analysis component and the XML export
Attachment

Attachment

Attachments: ContainerClass.PNG (30.1k), EXPORT.xml (6.9k), ExampleView.PNG (163.4k)