Interface MatchResource

    • Method Detail

      • setLeftURI

        void setLeftURI​(String value)
        Sets the value of the 'Left URI' attribute.
        Parameters:
        value - the new value of the 'Left URI' attribute.
        See Also:
        getLeftURI()
        Generated:
      • setRightURI

        void setRightURI​(String value)
        Sets the value of the 'Right URI' attribute.
        Parameters:
        value - the new value of the 'Right URI' attribute.
        See Also:
        getRightURI()
        Generated:
      • getOriginURI

        String getOriginURI()
        Returns the value of the 'Origin URI' attribute. This can be null in the case of two-way comparisons. If assigned, it will represent the URI of the origin resource for this mapping; the common ancestor of both others.
        Returns:
        the value of the 'Origin URI' attribute.
        See Also:
        setOriginURI(String), ComparePackage.getMatchResource_OriginURI()
        Generated:
      • setOriginURI

        void setOriginURI​(String value)
        Sets the value of the 'Origin URI' attribute.
        Parameters:
        value - the new value of the 'Origin URI' attribute.
        See Also:
        getOriginURI()
        Generated:
      • getLeft

        Resource getLeft()
        Returns the value of the 'Left' attribute. Keeps a reference towards the left Resource of this Match. Might be null if this is a Comparison we have re-loaded from its serialized form and the left EResource could not be loaded.
        Returns:
        the value of the 'Left' attribute.
        See Also:
        setLeft(Resource), ComparePackage.getMatchResource_Left()
        Generated:
      • setLeft

        void setLeft​(Resource value)
        Sets the value of the 'Left' attribute.
        Parameters:
        value - the new value of the 'Left' attribute.
        See Also:
        getLeft()
        Generated:
      • getRight

        Resource getRight()
        Returns the value of the 'Right' attribute. Keeps a reference towards the right Resource of this Match. Might be null if this is a Comparison we have re-loaded from its serialized form and the right EResource could not be loaded.
        Returns:
        the value of the 'Right' attribute.
        See Also:
        setRight(Resource), ComparePackage.getMatchResource_Right()
        Generated:
      • setRight

        void setRight​(Resource value)
        Sets the value of the 'Right' attribute.
        Parameters:
        value - the new value of the 'Right' attribute.
        See Also:
        getRight()
        Generated:
      • getOrigin

        Resource getOrigin()
        Returns the value of the 'Origin' attribute. Keeps a reference towards the origin Resource of this Match. Might be null if this is a Comparison we have re-loaded from its serialized form and the origin EResource could not be loaded.
        Returns:
        the value of the 'Origin' attribute.
        See Also:
        setOrigin(Resource), ComparePackage.getMatchResource_Origin()
        Generated:
      • setOrigin

        void setOrigin​(Resource value)
        Sets the value of the 'Origin' attribute.
        Parameters:
        value - the new value of the 'Origin' attribute.
        See Also:
        getOrigin()
        Generated:
      • setComparison

        void setComparison​(Comparison value)
        Sets the value of the 'Comparison' container reference.
        Parameters:
        value - the new value of the 'Comparison' container reference.
        See Also:
        getComparison()
        Generated: