Book a Demo

Author Topic: Can I download an XMI for the Sparx EA API Class Diagrams?  (Read 5945 times)

stevesavage

  • EA User
  • **
  • Posts: 119
  • Karma: +4/-0
    • View Profile
Can I download an XMI for the Sparx EA API Class Diagrams?
« on: January 04, 2016, 06:07:09 am »
I'm in the process of documenting a bunch of scripts I've created over the years to post on my website, and to pass on to another team member for maintenance.

To make my job go a bit quicker, I was wondering if an XMI file is available containing the class diagrams found in the user guide?  E.g. http://www.sparxsystems.com/enterprise_architect_user_guide/12/automation_and_scripting/element.html

Having the these classes would greatly simplify creating sequence diagrams to document where and how my scripts call Sparx's API.

Steve.

Geert Bellekens

  • EA Guru
  • *****
  • Posts: 13523
  • Karma: +574/-33
  • Make EA work for YOU!
    • View Profile
    • Enterprise Architect Consultant and Value Added Reseller
Re: Can I download an XMI for the Sparx EA API Class Diagrams?
« Reply #1 on: January 04, 2016, 06:44:11 am »
I haven't seen an xmi anywhere, but you should be able to reverse engineer it from the EA.Interop.dll

Geert

stevesavage

  • EA User
  • **
  • Posts: 119
  • Karma: +4/-0
    • View Profile
Re: Can I download an XMI for the Sparx EA API Class Diagrams?
« Reply #2 on: January 04, 2016, 07:36:45 am »
Thanks Geert, that did give me the basic's of what I needed for my modeling which should be be good enough for now.