core_algorithm.alh 559 B

12345678910111213
  1. Void function initialize_core()
  2. Void function new_task()
  3. String function get_service_id(name : String)
  4. Element function merge_models(models_dict : Element, operation_id : String)
  5. Element function split_model(model : Element, metamodels_dict : Element)
  6. Element function get_model(model_name : String, metamodel_name : String)
  7. Void function store_model(model_name : String, metamodel_name : String, model : Element)
  8. String function get_ramified_metamodel(model_name : String)
  9. // This should be removed, as it allows everyone to alter the core...
  10. Element core