Interface Model::IsOfType

IDL source    Global index
interface IsOfType : Reflective::RefAssociation


Operation index.

  • add
  • all_IsOfType_links
  • exists
  • modify_type
  • modify_typed_elements
  • remove
  • with_type
  • with_typed_elements
  • Operations.

  • add

      void add(in Classifier type,
          in TypedElement typed_elements)
        raises(Reflective::StructuralError, Reflective::SemanticError);

  • all_IsOfType_links

      IsOfTypeLinkSet all_IsOfType_links();

  • exists

      boolean exists(in Classifier type,
          in TypedElement typed_elements);

  • modify_type

      void modify_type(in Classifier type,
          in TypedElement typed_elements,
          in Classifier new_type)
        raises(Reflective::StructuralError, Reflective::NotFound, Reflective::SemanticError);

  • modify_typed_elements

      void modify_typed_elements(in Classifier type,
          in TypedElement typed_elements,
          in TypedElement new_typed_elements)
        raises(Reflective::StructuralError, Reflective::NotFound, Reflective::SemanticError);

  • remove

      void remove(in Classifier type,
          in TypedElement typed_elements)
        raises(Reflective::StructuralError, Reflective::NotFound, Reflective::SemanticError);

  • with_type

      TypedElementSet with_type(in Classifier type);

  • with_typed_elements

      Classifier with_typed_elements(in TypedElement typed_elements);


    Generated by Sandia idldoc 1.0.