Hi,
I'm currently developing a DSL for Function Networks.
There, functions have types, may be instantated and exchange data.
.
In the example, I created two types, a Light Controller and Light.
We have two instances of Light, the Front and Back Light.
Since I'm connecting instances of functions, I think I have to use a connector to
connect the ports. However, with the exception of adding an information item (in the figure to the connector to Front Light),
I found no way how to model the direction of the connector.
Is there a way to specify in the profile that a connector is a directed relationship ?
(or as an alternative to change the information flow to use the instances instead of the types)
Andreas