Book a Demo

Author Topic: Alalysis tools'extension'to extract UML constrains  (Read 17084 times)

dangel

  • EA User
  • **
  • Posts: 74
  • Karma: +0/-0
    • View Profile
Alalysis tools'extension'to extract UML constrains
« on: May 20, 2015, 11:11:47 am »
As we know any UML diagram may have some of constraints for example class diagram can have constraints for each class of even for method(s)
I am looking for a tool that could be helpful for listing all constraints of these objects, is it supported by EA ? or is there any third-party or any tools that can analysis the UML diagram to provide a collection of all constraints that used in UML diagram ?

Regards,

KP

  • EA Administrator
  • EA Expert
  • *****
  • Posts: 2919
  • Karma: +55/-3
    • View Profile
Re: Alalysis tools'extension'to extract UML constr
« Reply #1 on: May 20, 2015, 02:03:09 pm »
A general question, so here's a general answer. There are two directions you can go in: you can write one or more custom SQL searches to extract the information from the database, or you can write a script to recurse through the model. Both are fairly straightforward if you know how. Which is better depends on what you plan to do with the results.
The Sparx Team
[email protected]

dangel

  • EA User
  • **
  • Posts: 74
  • Karma: +0/-0
    • View Profile
Re: Alalysis tools'extension'to extract UML constr
« Reply #2 on: May 21, 2015, 02:56:43 am »
I mean if there any tools whatever they use ,no problem,
but is there any tools available to do extraction of constraints from UML diagram, please give me any name of tools, I did some sql extraction but I am asking if there are any traditional/or non-traditional tools for that purpose?

Thanks


Sunshine

  • EA Practitioner
  • ***
  • Posts: 1353
  • Karma: +121/-10
  • Its the results that count
    • View Profile
Re: Alalysis tools'extension'to extract UML constr
« Reply #3 on: May 21, 2015, 12:47:00 pm »
You could user the RTF document generator built into sparx EA  :)
Is that traditional enough?
Its easy peasy to do.
Happy to help
:)

dangel

  • EA User
  • **
  • Posts: 74
  • Karma: +0/-0
    • View Profile
Re: Alalysis tools'extension'to extract UML constr
« Reply #4 on: May 27, 2015, 10:15:26 am »
:)