-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME
More file actions
24 lines (18 loc) · 934 Bytes
/
README
File metadata and controls
24 lines (18 loc) · 934 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
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