Book a Demo

Author Topic: Find Table which handles Relation-constraint  (Read 13834 times)

dangel

  • EA User
  • **
  • Posts: 74
  • Karma: +0/-0
    • View Profile
Find Table which handles Relation-constraint
« on: February 15, 2015, 01:47:29 pm »
I tried to find a corresponding table which  handles all Relation-constraint  between 2 objects of a sequence diagram,..
please look at my picture bellow:



Thank you
« Last Edit: February 15, 2015, 01:48:28 pm by dangel »

qwerty

  • EA Guru
  • *****
  • Posts: 13584
  • Karma: +397/-301
  • I'm no guru at all
    • View Profile
Re: Find Table which handles Relation-constraint
« Reply #1 on: February 16, 2015, 12:42:31 am »
t_connector.SourceConstraint

q.

dangel

  • EA User
  • **
  • Posts: 74
  • Karma: +0/-0
    • View Profile
Re: Find Table which handles Relation-constraint
« Reply #2 on: February 16, 2015, 01:27:56 am »
great man, thank you
 ;)

dangel

  • EA User
  • **
  • Posts: 74
  • Karma: +0/-0
    • View Profile
Re: Find Table which handles Relation-constraint
« Reply #3 on: February 16, 2015, 04:39:21 pm »
It is OK to use  t_connector.SourceConstraint...

But what about t_connector.DistConstraint ?
when we need it ?

Thanks

qwerty

  • EA Guru
  • *****
  • Posts: 13584
  • Karma: +397/-301
  • I'm no guru at all
    • View Profile
Re: Find Table which handles Relation-constraint
« Reply #4 on: February 16, 2015, 05:33:52 pm »
Sure you can use it as you need. DestConstraint "would" be connected to the other side (the dashed lined when it's selected), but the GUI does not offer it. Neither in a context menu not in the properties of a dialog.

q.

dangel

  • EA User
  • **
  • Posts: 74
  • Karma: +0/-0
    • View Profile
Re: Find Table which handles Relation-constraint
« Reply #5 on: February 17, 2015, 04:07:48 am »
 thank you, very clear