Book a Demo

Author Topic: sequence diagram  (Read 5258 times)

thais

  • EA Novice
  • *
  • Posts: 6
  • Karma: +0/-0
    • View Profile
sequence diagram
« on: October 06, 2010, 05:03:43 am »
Hey,
I want to create a sequence diagram using the API. Therefore I created two Element objects ("Entity") and a Connector object and linked the connector with the elements.
When I start the the EA project you can see the diagram but when I make an model search (SELECT * FROM t_connector) the fields StartX, EndX etc are always 0.
What is to do that I can see the real values?
thanks

Geert Bellekens

  • EA Guru
  • *****
  • Posts: 13523
  • Karma: +574/-33
  • Make EA work for YOU!
    • View Profile
    • Enterprise Architect Consultant and Value Added Reseller
Re: sequence diagram
« Reply #1 on: October 06, 2010, 04:17:49 pm »
Thais,

What exactly is your problem? Is the message not displayed on the diagram?
I would suggest to post the code you are using to create all this, we might be able to spot the error.

Geert

thais

  • EA Novice
  • *
  • Posts: 6
  • Karma: +0/-0
    • View Profile
Re: sequence diagram
« Reply #2 on: October 07, 2010, 04:28:57 am »
Hey,
All is displayed. But I want to have a larger distance between the messages. So I probably have to set the coordinates for each connector.
But  connection.SetStartX(..).etc don't solve this problem.
(Nothing happens when I do so.)

thais

  • EA Novice
  • *
  • Posts: 6
  • Karma: +0/-0
    • View Profile
Re: sequence diagram
« Reply #3 on: October 10, 2010, 12:24:00 am »
has nobody an idea how I can set the connections as I want in the coordination-system?