Interface Model::Exposes

IDL source    Global index
interface Exposes : Reflective::RefAssociation


Operation index.

  • add
  • all_Exposes_links
  • exists
  • modify_exposed_end
  • modify_referrer
  • remove
  • with_exposed_end
  • with_referrer
  • Operations.

  • add

      void add(in Reference referrer,
          in AssociationEnd exposed_end)
        raises(Reflective::StructuralError, Reflective::SemanticError);

  • all_Exposes_links

      ExposesLinkSet all_Exposes_links();

  • exists

      boolean exists(in Reference referrer,
          in AssociationEnd exposed_end);

  • modify_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);

  • modify_referrer

      void modify_referrer(in Reference referrer,
          in AssociationEnd exposed_end,
          in Reference new_referrer)
        raises(Reflective::StructuralError, Reflective::NotFound, Reflective::SemanticError);

  • remove

      void remove(in Reference referrer,
          in AssociationEnd exposed_end)
        raises(Reflective::StructuralError, Reflective::NotFound, Reflective::SemanticError);

  • with_exposed_end

      Reference with_exposed_end(in AssociationEnd exposed_end);

  • with_referrer

      AssociationEnd with_referrer(in Reference referrer);


    Generated by Sandia idldoc 1.0.