public interface ExtensionPoint extends RedefinableElement
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:
UMLPackage.getExtensionPoint()
Modifier and Type | Method and Description |
---|---|
java.util.Collection<Extend> |
getExtension()
Returns the value of the 'Extension' reference list.
|
UseCase |
getUseCase()
Returns the value of the 'Use Case' container reference.
|
boolean |
hasExtension() |
void |
setUseCase(UseCase value)
Sets the value of the '
Use Case ' container reference. |
get_redefinableElementOfRedefinedElement, getRedefinedElement, getRedefinitionContext, has_redefinableElementOfRedefinedElement, hasRedefinedElement, hasRedefinitionContext, isLeaf, setLeaf
get_considerIgnoreFragmentOfMessage, get_durationObservationOfEvent, get_informationFlowOfInformationSource, get_informationFlowOfInformationTarget, get_messageOfSignature, get_namespaceOfMember, get_timeObservationOfEvent, getClientDependency, getName, getNameExpression, getNamespace, getQualifiedName, getSupplierDependency, getVisibility, has_considerIgnoreFragmentOfMessage, has_durationObservationOfEvent, has_informationFlowOfInformationSource, has_informationFlowOfInformationTarget, has_messageOfSignature, has_namespaceOfMember, has_timeObservationOfEvent, hasClientDependency, hasSupplierDependency, setName, setNameExpression, setNamespace, setVisibility
get_activityPartitionOfRepresents, get_commentOfAnnotatedElement, get_constraintOfConstrainedElement, get_diagramOfContext, get_directedRelationshipOfSource, get_directedRelationshipOfTarget, get_elementOfSyncElement, get_elementValueOfElement, get_relationshipOfRelatedElement, getAppliedStereotypeInstance, getOwnedComment, getOwnedElement, getOwner, getSyncElement, has_activityPartitionOfRepresents, has_commentOfAnnotatedElement, has_constraintOfConstrainedElement, has_diagramOfContext, has_directedRelationshipOfSource, has_directedRelationshipOfTarget, has_elementOfSyncElement, has_elementValueOfElement, has_relationshipOfRelatedElement, hasOwnedComment, hasOwnedElement, setAppliedStereotypeInstance, setOwner, setSyncElement
get_representationText, getLocalID, isInvalid, set_representationText, setLocalID, sGetLocalID
getID, getMDExtension, getMdExtensions, setID
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
eAdapters, eDeliver, eNotify, eSetDeliver
accept, addPropertyChangeListener, canAdd, canAdd, canAddChild, canBeDeleted, firePropertyChange, getClassType, getHumanName, getHumanType, getObjectParent, isEditable, removePropertyChangeListener, sGetID
refClass, refDelete, refImmediateComposite, refIsInstanceOf, refOutermostComposite
@CheckForNull UseCase getUseCase()
Extension Point
'.
The UseCase that owns this ExtensionPoint.
setUseCase(UseCase)
,
UMLPackage.getExtensionPoint_UseCase()
,
UseCase.getExtensionPoint()
void setUseCase(@CheckForNull UseCase value)
Use Case
' container reference.
value
- the new value of the 'Use Case' container reference.getUseCase()
java.util.Collection<Extend> getExtension()
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...
UMLPackage.getExtensionPoint_Extension()
,
Extend.getExtensionLocation()
boolean hasExtension() throws javax.jmi.reflect.JmiException
javax.jmi.reflect.JmiException