Interface Model::Exposes
IDL source Global index
interface Exposes : Reflective::RefAssociation
- add
- all_Exposes_links
- exists
- modify_exposed_end
- modify_referrer
- remove
- with_exposed_end
- with_referrer
void add(in Reference referrer,
in AssociationEnd exposed_end)
raises(Reflective::StructuralError, Reflective::SemanticError);
-
ExposesLinkSet all_Exposes_links();
-
boolean exists(in Reference referrer,
in AssociationEnd exposed_end);
-
void modify_exposed_end(in Reference referrer,
in AssociationEnd exposed_end,
in AssociationEnd new_exposed_end)
raises(Reflective::StructuralError, Reflective::NotFound, Reflective::SemanticError);
-
void modify_referrer(in Reference referrer,
in AssociationEnd exposed_end,
in Reference new_referrer)
raises(Reflective::StructuralError, Reflective::NotFound, Reflective::SemanticError);
-
void remove(in Reference referrer,
in AssociationEnd exposed_end)
raises(Reflective::StructuralError, Reflective::NotFound, Reflective::SemanticError);
-
Reference with_exposed_end(in AssociationEnd exposed_end);
-
AssociationEnd with_referrer(in Reference referrer);
-
Generated by Sandia idldoc 1.0.