Book a Demo

Author Topic: EA Customization Possibilities  (Read 2982 times)

crd

  • EA User
  • **
  • Posts: 34
  • Karma: +0/-0
    • View Profile
EA Customization Possibilities
« on: March 17, 2006, 12:09:49 pm »
I am new to EA.  I have just begun my 30 day trial of the product.  I have worked with Telelogic(Popkin)'s System Architect product for years, so this is my starting point.

In System Architect(SA) I have been able to:
1.  Add new diagram types
2.  Add new symbols to the new diagram or to an existing diagram.
3.  Add new definitions types to the repository
4.  Create new relationships between definitions
5.  Add new properties to a definition
6.  Additionally, I have been able to write extensive Word reports accessing their API.  It appears that the EA Automation Interface might support similar capabilities.

It would be a tremendous time saver if someone would let me know which of these are possible or impossible and then point me in the right direction.

Thanks,
Carol


thomaskilian

  • Guest
Re: EA Customization Possibilities
« Reply #1 on: March 17, 2006, 12:42:43 pm »
I'll try some...
Quote
I am new to EA.  I have just begun my 30 day trial of the product.  I have worked with Telelogic(Popkin)'s System Architect product for years, so this is my starting point.

In System Architect(SA) I have been able to:
1.  Add new diagram types

There are plenty predefined in EA. You shouldn't miss one.
Quote
2.  Add new symbols to the new diagram or to an existing diagram.

Two ways:
1- Use stereotypes a) with EMF/WMF or b) the built in shape script language.
2- Replace elements by user defined pictures (JPG a.s.o)
Quote
3.  Add new definitions types to the repository
What do you mean by that? Language primitives? Yes.
Quote
4.  Create new relationships between definitions

Which definitions? Maybe it's related to EA Profiles?!
Quote
5.  Add new properties to a definition

ditto
Code: [Select]
6.  Additionally, I have been able to write extensive Word reports accessing their API.  It appears that the EA Automation Interface might support similar capabilities.

I do so by creating RTF reports using the automation interface (with Perl). I did so before using the built in RTF generator which might be sufficient for most of your report.