Interface Model::AttachesTo

IDL source    Global index
interface AttachesTo : Reflective::RefAssociation


Operation index.

  • add
  • add_before_tag
  • all_AttachesTo_links
  • exists
  • modify_model_element
  • modify_tag
  • remove
  • with_model_element
  • with_tag
  • Operations.

  • add

      void add(in ModelElement model_element,
          in Tag tag)
        raises(Reflective::StructuralError, Reflective::SemanticError);

  • add_before_tag

      void add_before_tag(in ModelElement model_element,
          in Tag tag,
          in Tag before)
        raises(Reflective::StructuralError, Reflective::NotFound, Reflective::SemanticError);

  • all_AttachesTo_links

      AttachesToLinkSet all_AttachesTo_links();

  • exists

      boolean exists(in ModelElement model_element,
          in Tag tag);

  • modify_model_element

      void modify_model_element(in ModelElement model_element,
          in Tag tag,
          in ModelElement new_model_element)
        raises(Reflective::StructuralError, Reflective::NotFound, Reflective::SemanticError);

  • modify_tag

      void modify_tag(in ModelElement model_element,
          in Tag tag,
          in Tag new_tag)
        raises(Reflective::StructuralError, Reflective::NotFound, Reflective::SemanticError);

  • remove

      void remove(in ModelElement model_element,
          in Tag tag)
        raises(Reflective::StructuralError, Reflective::NotFound, Reflective::SemanticError);

  • with_model_element

      TagUList with_model_element(in ModelElement model_element);

  • with_tag

      ModelElementSet with_tag(in Tag tag);


    Generated by Sandia idldoc 1.0.