Interface UseCase

    • Method Detail

      • getInclude

        java.util.Collection<Include> getInclude()
        Returns the value of the 'Include' containment reference list. The list contents are of type Include. It is bidirectional and its opposite is 'Including Case'. The Include relationships owned by this UseCase.
        Returns:
        the value of the 'Include' containment reference list.
        See Also:
        UMLPackage.getUseCase_Include(), Include.getIncludingCase()
        Model:
        opposite="includingCase" containment="true" resolveProxies="true" ordered="false"
        Generated:
      • get_includeOfAddition

        java.util.Collection<Include> get_includeOfAddition()
        Returns the value of the 'include Of Addition' reference list. The list contents are of type Include. It is bidirectional and its opposite is 'Addition'.

        If the meaning of the 'include Of Addition' reference list isn't clear, there really should be more of a description here...

        Returns:
        the value of the 'include Of Addition' reference list.
        See Also:
        UMLPackage.getUseCase__includeOfAddition(), Include.getAddition()
        Model:
        opposite="addition" ordered="false"
        Generated:
      • getExtensionPoint

        java.util.Collection<ExtensionPoint> getExtensionPoint()
        Returns the value of the 'Extension Point' containment reference list. The list contents are of type ExtensionPoint. It is bidirectional and its opposite is 'Use Case'. The ExtensionPoints owned by this UseCase.
        Returns:
        the value of the 'Extension Point' containment reference list.
        See Also:
        UMLPackage.getUseCase_ExtensionPoint(), ExtensionPoint.getUseCase()
        Model:
        opposite="useCase" containment="true" resolveProxies="true" ordered="false"
        Generated:
      • get_extendOfExtendedCase

        java.util.Collection<Extend> get_extendOfExtendedCase()
        Returns the value of the 'extend Of Extended Case' reference list. The list contents are of type Extend. It is bidirectional and its opposite is 'Extended Case'.

        If the meaning of the 'extend Of Extended Case' reference list isn't clear, there really should be more of a description here...

        Returns:
        the value of the 'extend Of Extended Case' reference list.
        See Also:
        UMLPackage.getUseCase__extendOfExtendedCase(), Extend.getExtendedCase()
        Model:
        opposite="extendedCase" ordered="false"
        Generated:
      • getExtend

        java.util.Collection<Extend> getExtend()
        Returns the value of the 'Extend' containment reference list. The list contents are of type Extend. It is bidirectional and its opposite is 'Extension'. The Extend relationships owned by this UseCase.
        Returns:
        the value of the 'Extend' containment reference list.
        See Also:
        UMLPackage.getUseCase_Extend(), Extend.getExtension()
        Model:
        opposite="extension" containment="true" resolveProxies="true" ordered="false"
        Generated:
      • getSubject

        java.util.Collection<Classifier> getSubject()
        Returns the value of the 'Subject' reference list. The list contents are of type Classifier. It is bidirectional and its opposite is 'Use Case'. The subjects to which this UseCase applies. Each subject or its parts realize all the UseCases that apply to it.
        Returns:
        the value of the 'Subject' reference list.
        See Also:
        UMLPackage.getUseCase_Subject(), Classifier.getUseCase()
        Model:
        opposite="useCase" ordered="false"
        Generated:
      • hasInclude

        boolean hasInclude()
                    throws javax.jmi.reflect.JmiException
        Throws:
        javax.jmi.reflect.JmiException
        Generated:
      • has_includeOfAddition

        boolean has_includeOfAddition()
                               throws javax.jmi.reflect.JmiException
        Throws:
        javax.jmi.reflect.JmiException
        Generated:
      • hasExtensionPoint

        boolean hasExtensionPoint()
                           throws javax.jmi.reflect.JmiException
        Throws:
        javax.jmi.reflect.JmiException
        Generated:
      • has_extendOfExtendedCase

        boolean has_extendOfExtendedCase()
                                  throws javax.jmi.reflect.JmiException
        Throws:
        javax.jmi.reflect.JmiException
        Generated:
      • hasExtend

        boolean hasExtend()
                   throws javax.jmi.reflect.JmiException
        Throws:
        javax.jmi.reflect.JmiException
        Generated:
      • hasSubject

        boolean hasSubject()
                    throws javax.jmi.reflect.JmiException
        Throws:
        javax.jmi.reflect.JmiException
        Generated: