|
@@ -480,6 +480,34 @@ Element function get_func_AL_model(al_model : Element):
|
|
|
return read_root()!
|
|
|
else:
|
|
|
initial_function = set_pop(initial_function)
|
|
|
+ log("Initial function that is left: " + cast_value(initial_function))
|
|
|
+ log(" ID: " + cast_id(al_model["model"][initial_function]))
|
|
|
+ log("Funcdef: " + cast_value(al_model["model"][set_pop(allAssociationDestinations(al_model, initial_function, "initial_funcdef"))]))
|
|
|
+ log(" ID: " + cast_id(al_model["model"][set_pop(allAssociationDestinations(al_model, initial_function, "initial_funcdef"))]))
|
|
|
+ log("Body: " + cast_value(al_model["model"][set_pop(allAssociationDestinations(al_model, initial_function, "initial_funcdef"))]["body"]))
|
|
|
+ log("Name: " + cast_value(reverseKeyLookup(al_model["model"], al_model["model"][set_pop(allAssociationDestinations(al_model, initial_function, "initial_funcdef"))]["body"])))
|
|
|
+ log(" ID: " + cast_id(al_model["model"][set_pop(allAssociationDestinations(al_model, initial_function, "initial_funcdef"))]["body"]))
|
|
|
+ log("Next1: " + cast_value(al_model["model"][set_pop(allAssociationDestinations(al_model, initial_function, "initial_funcdef"))]["body"]["next"]))
|
|
|
+ log(" Name: " + cast_value(reverseKeyLookup(al_model["model"], al_model["model"][set_pop(allAssociationDestinations(al_model, initial_function, "initial_funcdef"))]["body"]["next"])))
|
|
|
+ log(" ID1: " + cast_id(al_model["model"][set_pop(allAssociationDestinations(al_model, initial_function, "initial_funcdef"))]["body"]["next"]))
|
|
|
+ log("Next2: " + cast_value(al_model["model"][set_pop(allAssociationDestinations(al_model, initial_function, "initial_funcdef"))]["body"]["next"]["next"]))
|
|
|
+ log(" Name: " + cast_value(reverseKeyLookup(al_model["model"], al_model["model"][set_pop(allAssociationDestinations(al_model, initial_function, "initial_funcdef"))]["body"]["next"]["next"])))
|
|
|
+ log(" ID2: " + cast_id(al_model["model"][set_pop(allAssociationDestinations(al_model, initial_function, "initial_funcdef"))]["body"]["next"]["next"]))
|
|
|
+ log("Next3: " + cast_value(al_model["model"][set_pop(allAssociationDestinations(al_model, initial_function, "initial_funcdef"))]["body"]["next"]["next"]["next"]))
|
|
|
+ log(" Name: " + cast_value(reverseKeyLookup(al_model["model"], al_model["model"][set_pop(allAssociationDestinations(al_model, initial_function, "initial_funcdef"))]["body"]["next"]["next"]["next"])))
|
|
|
+ log(" ID3: " + cast_id(al_model["model"][set_pop(allAssociationDestinations(al_model, initial_function, "initial_funcdef"))]["body"]["next"]["next"]["next"]))
|
|
|
+ log("Next4: " + cast_value(al_model["model"][set_pop(allAssociationDestinations(al_model, initial_function, "initial_funcdef"))]["body"]["next"]["next"]["next"]["next"]))
|
|
|
+ log(" Name: " + cast_value(reverseKeyLookup(al_model["model"], al_model["model"][set_pop(allAssociationDestinations(al_model, initial_function, "initial_funcdef"))]["body"]["next"]["next"]["next"]["next"])))
|
|
|
+ log(" ID4: " + cast_id(al_model["model"][set_pop(allAssociationDestinations(al_model, initial_function, "initial_funcdef"))]["body"]["next"]["next"]["next"]["next"]))
|
|
|
+ log("Next5: " + cast_value(al_model["model"][set_pop(allAssociationDestinations(al_model, initial_function, "initial_funcdef"))]["body"]["next"]["next"]["next"]["next"]["next"]))
|
|
|
+ log(" Name: " + cast_value(reverseKeyLookup(al_model["model"], al_model["model"][set_pop(allAssociationDestinations(al_model, initial_function, "initial_funcdef"))]["body"]["next"]["next"]["next"]["next"]["next"])))
|
|
|
+ log(" ID5: " + cast_id(al_model["model"][set_pop(allAssociationDestinations(al_model, initial_function, "initial_funcdef"))]["body"]["next"]["next"]["next"]["next"]["next"]))
|
|
|
+ log("Next6: " + cast_value(al_model["model"][set_pop(allAssociationDestinations(al_model, initial_function, "initial_funcdef"))]["body"]["next"]["next"]["next"]["next"]["next"]["next"]))
|
|
|
+ log(" Name: " + cast_value(reverseKeyLookup(al_model["model"], al_model["model"][set_pop(allAssociationDestinations(al_model, initial_function, "initial_funcdef"))]["body"]["next"]["next"]["next"]["next"]["next"]["next"])))
|
|
|
+ log(" ID6: " + cast_id(al_model["model"][set_pop(allAssociationDestinations(al_model, initial_function, "initial_funcdef"))]["body"]["next"]["next"]["next"]["next"]["next"]["next"]))
|
|
|
+ log("Next7: " + cast_value(al_model["model"][set_pop(allAssociationDestinations(al_model, initial_function, "initial_funcdef"))]["body"]["next"]["next"]["next"]["next"]["next"]["next"]["next"]))
|
|
|
+ log(" Name: " + cast_value(reverseKeyLookup(al_model["model"], al_model["model"][set_pop(allAssociationDestinations(al_model, initial_function, "initial_funcdef"))]["body"]["next"]["next"]["next"]["next"]["next"]["next"]["next"])))
|
|
|
+ log(" ID7: " + cast_id(al_model["model"][set_pop(allAssociationDestinations(al_model, initial_function, "initial_funcdef"))]["body"]["next"]["next"]["next"]["next"]["next"]["next"]["next"]))
|
|
|
return al_model["model"][set_pop(allAssociationDestinations(al_model, initial_function, "initial_funcdef"))]!
|
|
|
|
|
|
Element function trim_AL_constructors(list : Element):
|