Interface ExtensionPoint

All Superinterfaces:
BaseElement, Cloneable, Comparable, Element, org.eclipse.emf.ecore.EObject, MDObject, com.dassault_systemes.modeler.foundation.model.ModelElement, 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:
Model:
annotation="MOF package='mdusecases'"
Generated:
  • Method Details

    • getUseCase

      @CheckForNull UseCase getUseCase()
      Returns the value of the 'Use Case' container reference. It is bidirectional and its opposite is 'Extension Point'. The UseCase that owns this ExtensionPoint.
      Returns:
      the value of the 'Use Case' container reference.
      See Also:
      Model:
      opposite="extensionPoint" required="true" transient="false" ordered="false"
      Generated:
    • 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:
      Generated:
    • getExtension

      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:
      Model:
      opposite="extensionLocation" ordered="false"
      Generated:
    • hasExtension

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