Framework for tools and add-ins upon UML Case Tools
The UML Tooling Framework is a tool-independent C# library containing the UML Metamodel (v2.3) in the form of interfaces.
It is meant to be implemented by a wrapper library that implements the interfaces for a specific UML CASE Tool.
This
... [More] library does not cover the whole metamodel yet. To be implemented when needed.
Contains:
- UMLToolingFramwork/ For each element in the UML metamodel there is an interface defining its properties. [Less]
Framework for add-ins on Sparx Systems Enterprise Architect
The Enterprise Architect Add-in Framework contains useful stuff for
developing add-ins and tools upon Sparx Systems Enterprise Architect.
Contains:
- EAAddinFramework/
- EAAddinBase.cs base class containing all EA defined events
... [More] that can be used by add-ins, complete with documentation. Extend this class to make a new EA add-in.
- EAWrappers/ Set of wrapper classes for the EA API objects, implementing the UML metamodel interfaces in UML Tooling framework
- EAAddinTester/ A test application for testing menu driven functionality of your add-ins
- MyAddin/ Example add-in
Dependencies:
- UML Tooling Framework: https://github.com/GeertBellekens/UML-Tooling-Framework [Less]
Visual Basic 6 Add-in Application to help developers to manage their own projects.
Maintains organized project structure, navigates in depth the hierarchy of object elements, manages code comments, helps describing source code, produces documentation (integrating Doxygen) and helps UML Modelling exporting the project as XMI.
This site uses cookies to give you the best possible experience.
By using the site, you consent to our use of cookies.
For more information, please see our
Privacy Policy