Interface ExtensionPoint

  • All Superinterfaces:
    BaseElement, java.lang.Cloneable, java.lang.Comparable, Element, org.eclipse.emf.ecore.EObject, MDObject, ModelObject, NamedElement, org.eclipse.emf.common.notify.Notifier, RedefinableElement, javax.jmi.reflect.RefBaseObject, javax.jmi.reflect.RefFeatured, javax.jmi.reflect.RefObject

    public interface ExtensionPoint
    extends RedefinableElement
    A representation of the model object 'Extension Point'.

    An ExtensionPoint identifies a point in the behavior of a UseCase where that behavior can be extended by the behavior of some other (extending) UseCase, as specified by an Extend relationship.

    The following features are supported:

    See Also:
    UMLPackage.getExtensionPoint()
    Model:
    annotation="MOF package='mdusecases'"
    Generated:
    • Method Detail

      • setUseCase

        void setUseCase​(@CheckForNull
                        UseCase value)
        Sets the value of the 'Use Case' container reference.
        Parameters:
        value - the new value of the 'Use Case' container reference.
        See Also:
        getUseCase()
        Generated:
      • getExtension

        java.util.Collection<Extend> getExtension()
        Returns the value of the 'Extension' reference list. The list contents are of type Extend. It is bidirectional and its opposite is 'Extension Location'.

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

        Returns:
        the value of the 'Extension' reference list.
        See Also:
        UMLPackage.getExtensionPoint_Extension(), Extend.getExtensionLocation()
        Model:
        opposite="extensionLocation" ordered="false"
        Generated:
      • hasExtension

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