kayanme / Enterprise-Architect-Add-in-Framework

Framework for add-ins on Sparx Systems Enterprise Architect

Home Page:http://geertbellekens.github.com/Enterprise-Architect-Add-in-Framework/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Enterprise Architect Add-in Framework
by Geert Bellekens (geert@bellekens.com)
Copyright 2011 , Geert Bellekens

Homepage:
http://geertbellekens.github.com/Enterprise-Architect-Add-in-Framework/

Description:
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 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

More info:
http://geertbellekens.wordpress.com

About

Framework for add-ins on Sparx Systems Enterprise Architect

http://geertbellekens.github.com/Enterprise-Architect-Add-in-Framework/

License:BSD 2-Clause "Simplified" License


Languages

Language:C# 99.6%Language:HTML 0.4%