Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - Edoardo

Pages: [1]
1
Hi all,

I'm writing a plugin in C# for EA.

The goal of this application is to create an UML class diagram in an EA project starting from a set of functional requirements.

Basically this plugin takes in input some requirements in a project in EA and their relations (requires, excludes, extends), it generates a list of objects that represent a Feature Diagram of a Product Line.

The features of the product line are then organized in classes and groups which have properties, gerarchy and so on.

The algorithms for creating the objects are just ready.

I would like to learn how can I use the API to create a C# code that make me create and manipulate UML classes, stereotypes and constraints.

Thank you in advance.

Edoardo.

Pages: [1]