conformance_scd.alh 1.0 KB

12345678910111213141516
  1. Boolean function is_direct_instance(a: Element, b: Element, c: Element)
  2. Boolean function is_nominal_instance(a: Element, b: Element, c: Element)
  3. Boolean function is_nominal_subtype(a: Element, b: Element, c: Element, d: Element)
  4. Boolean function is_structural_subtype(a: Element, b: Element)
  5. Boolean function is_structural_instance(a: Element, b: Element, c: Element)
  6. Element function conformance_scd(a: Element)
  7. Element function retype(a: Element, b: Element, c: Element, d: Element)
  8. Element function add_to_model(a: Element, b: String, c: Element)
  9. Element function instantiate_bottom_node(a: Element, b: String)
  10. Element function instantiate_bottom_value(a: Element, b: String, c: Element)
  11. Element function instantiate_bottom_edge(a: Element, b: String, c: Element, d: Element)
  12. Element function set_model_constraints(a: Element, b: Element)
  13. Element function instantiate_model_lib(a: Element, b: Element, c: String, d: Element, e: Element, f: Element)
  14. Element function instantiate_new_model(a: Element, b: Element)
  15. Element function generate_bottom_type_mapping(a: Element)