1
Automation Interface, Add-Ins and Tools / C# Plugin: Product Line Feature Diagram in UML
« on: August 12, 2009, 01:14:51 am »
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.
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.