|
@@ -130,7 +130,7 @@ Element function get_possible_bindings(host_model : Element, schedule_model : El
|
|
|
poll = set_pop(oc)
|
|
|
if (dict_in(map, read_attribute(schedule_model, poll, "label"))):
|
|
|
// This incoming link is already defined, so we just have one option: the destination of the link we matched
|
|
|
- value = readAssociationSource(host_model, map[read_attribute(schedule_model, poll, "label")]))
|
|
|
+ value = readAssociationSource(host_model, map[read_attribute(schedule_model, poll, "label")])
|
|
|
if (bool_not(set_in(options, value))):
|
|
|
set_add(options, value)
|
|
|
|