Interface Model::Contains
IDL source Global index
interface Contains : Reflective::RefAssociation
- add
- add_before_contained_element
- all_Contains_links
- exists
- modify_contained_element
- modify_container
- remove
- with_contained_element
- with_container
void add(in Namespace container,
in ModelElement contained_element)
raises(Reflective::StructuralError, Reflective::SemanticError);
-
void add_before_contained_element(in Namespace container,
in ModelElement contained_element,
in ModelElement before)
raises(Reflective::StructuralError, Reflective::NotFound, Reflective::SemanticError);
-
ContainsLinkSet all_Contains_links();
-
boolean exists(in Namespace container,
in ModelElement contained_element);
-
void modify_contained_element(in Namespace container,
in ModelElement contained_element,
in ModelElement new_contained_element)
raises(Reflective::StructuralError, Reflective::NotFound, Reflective::SemanticError);
-
void modify_container(in Namespace container,
in ModelElement contained_element,
in Namespace new_container)
raises(Reflective::StructuralError, Reflective::NotFound, Reflective::SemanticError);
-
void remove(in Namespace container,
in ModelElement contained_element)
raises(Reflective::StructuralError, Reflective::NotFound, Reflective::SemanticError);
-
Namespace with_contained_element(in ModelElement contained_element);
-
ModelElementUList with_container(in Namespace container);
-
Generated by Sandia idldoc 1.0.