Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[gmf-dev] Question about muliple connections

Hello everyone,
 
this is my first time, that I use the mailinglist. I have the problem, that I want to create multiple connections between two object. But at the moment I can only put one connection between two object. The reason why I want to do this is, that I want to add some parameters to the connection. for example
 
object a: fields a, b, c
object b: field a,b
connection: index (name:ab from-field:a to-field:a)
connection: index (name:whatever from-field:b to-field:c)
 
Does anyone knwo to solve this problem? Thanks for your help
 
kind regards
 
andreas

Back to the top