![]() |
Port Navigation |
Post Reply
|
| Author | ||
jianliu
Major Contributor
Joined: 12.Sep.2014 Location: Melbourne Points: 23 |
Post Options
Thanks(0)
Quote Reply
Topic: Port NavigationPosted: 31.May.2015 at 05:52 |
|
|
Hi,
I'm developing a DSL for SQL table creation. Tables can be master or slave, and slave tables have one or more foreigh keys for linking to master tables. The below diagram shows a master table table1 and a slave table table2, the field2 of slave table links to field1 of master through an associate rellationship. ![]() I use a template to host table field objects, which are defined as collection property of a table (please refer to two diagrams for the design). What I'm trying to do is to find the table field object with foreign key first, then navigate from the port and role on slave table side to the role and port on master table side through a relationship, and finally identify the table field object of the master table. Unfortunately, this doesn't work. Could you please suggest a solution for implementing this kind of dynamic port navigation? ![]()
|
||
![]() |
||
stevek
MetaCase
Joined: 11.Mar.2008 Points: 643 |
Post Options
Thanks(1)
Quote Reply
Posted: 31.May.2015 at 11:20 |
|
|
Did you check out the manual on navigating with ports?
So you want something like this:
|
||
![]() |
||
Post Reply
|
|
| Tweet |
| Forum Jump | Forum Permissions ![]() You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum |