Author Topic: Automation stops  (Read 8696 times)

tanja

  • EA User
  • **
  • Posts: 71
  • Karma: +0/-0
    • View Profile
Re: Automation stops - t_xref
« Reply #15 on: May 30, 2012, 03:35:48 am »
One more update on t_xref, after a day of debugging:

Stereotypes (if you have more than one) for all the types of items in EA - except for diagrams (sic !) - are stored in this table's 'Description' column.

For connector ends only, the "regular" columns in the t_connector table do store even multiple stereotypes.

Now the nightmare with t_xreg for connectors: Because their ends are stored in the t_connectors table, t_xref table may contain multiple entries for the same ea_guid as 'Client' = connector !!! You have to filter the 'Type' column for {connector property, connectorDestEnd property, connectorSrcend property} to figure out whether the stereotypes are for connector and/or one of its ends.

Now I need a very, very strong coffee  :'(