Book a Demo

Author Topic: Consistency Check  (Read 3397 times)

johnwwk

  • EA Novice
  • *
  • Posts: 1
  • Karma: +0/-0
    • View Profile
Consistency Check
« on: November 03, 2004, 03:16:09 am »
Hi,

We are a HK software company, using  4.10.736 to document our applications for clients.  

Are there any feature to check the consistency between various diagrams such as class and sequence.   It is very important to keep the document correct when updating, this feature can help us making sure all related diagrams are changed.

Regards,
John

mikewhit

  • EA User
  • **
  • Posts: 608
  • Karma: +0/-0
  • Accessing ....
    • View Profile
Re: Consistency Check
« Reply #1 on: November 03, 2004, 03:27:43 am »
I asked a similar question recently, and got the following response from Sparx:
Quote
We are currently looking into ways of providing automatic model validation, which may or may not be rules-based but I think that for the flexibility you would need to define your own project rules, maybe you would be best served looking at our automation interface.
This allows you to add extra commands to the EA menus which execute add-ins that you write yourself in a language like Visual Basic accessing the EA repository.


You can also use Perl [using Win32::OLE] -
http://www.sparxsystems.com.au/cgi-bin/yabb/YaBB.cgi?board=Automation;action=display;num=1096035939;

or Delphi (or anything else that talks COM/OLE).