Interface Abstraction

    • Method Detail

      • getMapping

        @CheckForNull
        OpaqueExpression getMapping()
        Returns the value of the 'Mapping' containment reference. It is bidirectional and its opposite is 'abstraction Of Mapping'. An OpaqueExpression that states the abstraction relationship between the supplier(s) and the client(s). In some cases, such as derivation, it is usually formal and unidirectional; in other cases, such as trace, it is usually informal and bidirectional. The mapping expression is optional and may be omitted if the precise relationship between the Elements is not specified.
        Returns:
        the value of the 'Mapping' containment reference.
        See Also:
        setMapping(OpaqueExpression), UMLPackage.getAbstraction_Mapping(), OpaqueExpression.get_abstractionOfMapping()
        Model:
        opposite="_abstractionOfMapping" containment="true" resolveProxies="true" ordered="false"
        Generated:
      • setMapping

        void setMapping​(@CheckForNull
                        OpaqueExpression value)
        Sets the value of the 'Mapping' containment reference.
        Parameters:
        value - the new value of the 'Mapping' containment reference.
        See Also:
        getMapping()
        Generated: