Interface Model::Aliases
IDL source Global index
interface Aliases : Reflective::RefAssociation
- add
- all_Aliases_links
- exists
- modify_imported
- modify_importer
- remove
- with_imported
- with_importer
void add(in Import importer,
in Namespace imported)
raises(Reflective::StructuralError, Reflective::SemanticError);
-
AliasesLinkSet all_Aliases_links();
-
boolean exists(in Import importer,
in Namespace imported);
-
void modify_imported(in Import importer,
in Namespace imported,
in Namespace new_imported)
raises(Reflective::StructuralError, Reflective::NotFound, Reflective::SemanticError);
-
void modify_importer(in Import importer,
in Namespace imported,
in Import new_importer)
raises(Reflective::StructuralError, Reflective::NotFound, Reflective::SemanticError);
-
void remove(in Import importer,
in Namespace imported)
raises(Reflective::StructuralError, Reflective::NotFound, Reflective::SemanticError);
-
ImportSet with_imported(in Namespace imported);
-
Namespace with_importer(in Import importer);
-
Generated by Sandia idldoc 1.0.