Skip to content

2016 - Enterprise architect plugin for OntoUML with addition of Events, Qualities and Powertypes

License

Notifications You must be signed in to change notification settings

tgoprince/plugin-enterprise-architect

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 

Repository files navigation

OntoUML - EA Plugin

USER GUIDE: Installation

  • Download latest plugin files (link)
  • Close EA (if opened)
  • Move "ontouml_2_0_model_template.xml" to "Sparx Systems\EA\ModelPatterns"
  • Move "ontouml_2_0_technology.xml" to "Sparx Systems\EA\MDGTechnologies"

That's it. Now you can just start EA and use the plugin.

DEVELOPER GUIDE: How we developed the plugin

We have used MDG technology SDK in EA, a way of profiling UML through EA's interface. Each EAP project below is going to generate a respective XML file. All XML files are later on linked together to form the final plugin file.

These are the EAP projects for profiling respectively:

  • UML diagram (/input/diagram.eap)
  • UML toolbox (/input/tolbox.eap)
  • UML language (/input/profile.eap)
  • UML patterns (/input/pattern.eap)

Note: If you modify any EAP project, you will need to generate again their respective(s) XML file(s). These are found at:

  • UML diagram (/output/diagram/diagram.xml)
  • UML toolbox (/output/diagram/toolbox.xml)
  • UML language (/output/diagram/profile.xml)
  • UML patterns (/output/pattern/) (category.xml, mixin.xml, phasepartition.xml, relator.xml, rolemixin.xml, rolepartition.xml, subkindpartition.xml)

About

2016 - Enterprise architect plugin for OntoUML with addition of Events, Qualities and Powertypes

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages