Interface Model::AttachesTo
IDL source Global index
interface AttachesTo : Reflective::RefAssociation
- add
- add_before_tag
- all_AttachesTo_links
- exists
- modify_model_element
- modify_tag
- remove
- with_model_element
- with_tag
void add(in ModelElement model_element,
in Tag tag)
raises(Reflective::StructuralError, Reflective::SemanticError);
-
void add_before_tag(in ModelElement model_element,
in Tag tag,
in Tag before)
raises(Reflective::StructuralError, Reflective::NotFound, Reflective::SemanticError);
-
AttachesToLinkSet all_AttachesTo_links();
-
boolean exists(in ModelElement model_element,
in Tag tag);
-
void modify_model_element(in ModelElement model_element,
in Tag tag,
in ModelElement new_model_element)
raises(Reflective::StructuralError, Reflective::NotFound, Reflective::SemanticError);
-
void modify_tag(in ModelElement model_element,
in Tag tag,
in Tag new_tag)
raises(Reflective::StructuralError, Reflective::NotFound, Reflective::SemanticError);
-
void remove(in ModelElement model_element,
in Tag tag)
raises(Reflective::StructuralError, Reflective::NotFound, Reflective::SemanticError);
-
TagUList with_model_element(in ModelElement model_element);
-
ModelElementSet with_tag(in Tag tag);
-
Generated by Sandia idldoc 1.0.