123456789 |
- Element function get_type_mapping_as_dict(model : Element)
- String function read_type(model : Element, name : String)
- Void function retype(model : Element, element : String, type : String)
- Void function new_type_mapping(model : Element)
- Void function remove_type(model : Element, name : String)
- Void function set_type_mapping(model : Element, type_mapping : Element)
- Element function get_type_mapping(model : Element)
- Element function elements_typed_by(model : Element, type_name : String)
|