Interface Model::Generalizes
IDL source Global index
interface Generalizes : Reflective::RefAssociation
- add
- add_before_supertype
- all_Generalizes_links
- exists
- modify_subtype
- modify_supertype
- remove
- with_subtype
- with_supertype
void add(in GeneralizableElement supertype,
in GeneralizableElement subtype)
raises(Reflective::StructuralError, Reflective::SemanticError);
-
void add_before_supertype(in GeneralizableElement supertype,
in GeneralizableElement subtype,
in GeneralizableElement before)
raises(Reflective::StructuralError, Reflective::NotFound, Reflective::SemanticError);
-
GeneralizesLinkSet all_Generalizes_links();
-
boolean exists(in GeneralizableElement supertype,
in GeneralizableElement subtype);
-
void modify_subtype(in GeneralizableElement supertype,
in GeneralizableElement subtype,
in GeneralizableElement new_subtype)
raises(Reflective::StructuralError, Reflective::NotFound, Reflective::SemanticError);
-
void modify_supertype(in GeneralizableElement supertype,
in GeneralizableElement subtype,
in GeneralizableElement new_supertype)
raises(Reflective::StructuralError, Reflective::NotFound, Reflective::SemanticError);
-
void remove(in GeneralizableElement supertype,
in GeneralizableElement subtype)
raises(Reflective::StructuralError, Reflective::NotFound, Reflective::SemanticError);
-
GeneralizableElementUList with_subtype(in GeneralizableElement subtype);
-
GeneralizableElementSet with_supertype(in GeneralizableElement supertype);
-
Generated by Sandia idldoc 1.0.