Sparx Systems Forum

Enterprise Architect => Automation Interface, Add-Ins and Tools => Topic started by: 2pointO on July 06, 2016, 06:04:16 pm

Title: Goup exposed Interfaces inside of a component class
Post by: 2pointO on July 06, 2016, 06:04:16 pm
Hello,

I have a few components to which I want to add several exposed Interfaces of different types. I add them to the component so I can move them around on the edge of the object and connect them with other objects.
Is it possible to group those exposed interfaces into categories. I know I can create an interface object but then I can't attach it to the component any longer and lose information displayed through the component (the interface object has no information.). For example:

Component : Dog
Interface category : move
exposed interface : slow , fast , not ....

displayed in a hierachical structure so I can add to the component dog the exposed interface : move.slow or move.fast or just move.

Basically I want to group them together in a folder but INSIDE of the component so that I still can move it around and attach it to the componet it's supposed to be for. Any hits, tips?

Thank you.
Title: Re: Goup exposed Interfaces inside of a component class
Post by: qwerty on July 06, 2016, 07:14:39 pm
I guess by using ports and adding the interfaces to them you can achieve that.

q.