|
@@ -94,7 +94,6 @@ Element function get_possible_bindings(host_model : Element, schedule_model : El
|
|
|
original_typename = string_substr(typename, 4, string_len(typename))
|
|
|
guaranteed_instance = False
|
|
|
|
|
|
- /////// NEW CODE
|
|
|
// Is a node, so find whether or not there are some connections that are already resolved
|
|
|
Element ic
|
|
|
Element oc
|
|
@@ -158,7 +157,6 @@ Element function get_possible_bindings(host_model : Element, schedule_model : El
|
|
|
else:
|
|
|
// Neither is bound, so just get all of them
|
|
|
options = options
|
|
|
- ////////// END CODE
|
|
|
|
|
|
// Filter options further
|
|
|
Element filtered_options
|