Interface Include

    • Method Detail

      • getIncludingCase

        @CheckForNull
        UseCase getIncludingCase()
        Returns the value of the 'Including Case' container reference. It is bidirectional and its opposite is 'Include'. The UseCase which includes the addition and owns the Include relationship.
        Returns:
        the value of the 'Including Case' container reference.
        See Also:
        setIncludingCase(UseCase), UMLPackage.getInclude_IncludingCase(), UseCase.getInclude()
        Model:
        opposite="include" required="true" transient="false" ordered="false"
        Generated:
      • setIncludingCase

        void setIncludingCase​(@CheckForNull
                              UseCase value)
        Sets the value of the 'Including Case' container reference.
        Parameters:
        value - the new value of the 'Including Case' container reference.
        See Also:
        getIncludingCase()
        Generated:
      • setAddition

        void setAddition​(@CheckForNull
                         UseCase value)
        Sets the value of the 'Addition' reference.
        Parameters:
        value - the new value of the 'Addition' reference.
        See Also:
        getAddition()
        Generated: