modelling.alh 1.9 KB

123456789101112131415161718192021222324
  1. String function instantiated_name(element : Element, original : String)
  2. Element function instantiate_bottom()
  3. String function model_add_node(model : Element, name : String)
  4. String function model_add_value(model : Element, name : String, value : Element)
  5. String function model_add_edge(model : Element, name : String, source : String, destination : String)
  6. Void function retype_model(model : Element, metamodel : Element)
  7. Void function retype(model : Element, element : String, type : String)
  8. Element function instantiate_model(metamodel : Element)
  9. String function instantiate_node(model : Element, type_name : String, instance_name : String)
  10. String function instantiate_value(model : Element, type_name : String, instance_name : String, value : Element)
  11. Element function find_attribute_type(model : Element, elem : String, name : String)
  12. Element function get_superclasses(model : Element, elem : Element)
  13. Element function find_attribute_definer(model : Element, elem : Element, name : String)
  14. Void function instantiate_attribute(model : Element, element : String, attribute_name : String, value : Element)
  15. Void function instantiate_attribute_code(model : Element, element : String, attribute_name : String, code : Element)
  16. Void function instantiate_existing_attribute(model : Element, element : String, attribute_name : String, attribute_ref : String)
  17. String function instantiate_link(model : Element, type : String, name : String, source : String, destination : String)
  18. Void function unset_attribute(model : Element, elem : String, name : String)
  19. Void function construct_model()
  20. Element function read_attribute(model : Element, elem : String, name : String)
  21. Void function model_delete_element(model : Element, name : String)
  22. Void function add_constraint(model : Element, name : String, constraint : Action)
  23. String function model_define_attribute(model : Element, elem : String, name : String, type : String)