public interface Reception extends BehavioralFeature
A Reception is a declaration stating that a Classifier is prepared to react to the receipt of a Signal.
The following features are supported:
UMLPackage.getReception()| Modifier and Type | Method and Description |
|---|---|
Class |
get_classOfOwnedReception()
Returns the value of the 'class Of Owned Reception' container reference.
|
Interface |
get_interfaceOfOwnedReception()
Returns the value of the 'interface Of Owned Reception' container reference.
|
Signal |
getSignal()
Returns the value of the 'Signal' reference.
|
void |
set_classOfOwnedReception(Class value)
Sets the value of the
'
class Of Owned Reception' container
reference. |
void |
set_interfaceOfOwnedReception(Interface value)
Sets the value of the
'
interface Of Owned Reception' container
reference. |
void |
setSignal(Signal value)
Sets the value of the '
Signal' reference. |
getConcurrency, getMethod, getOwnedParameter, getOwnedParameterSet, getRaisedException, hasMethod, hasOwnedParameter, hasOwnedParameterSet, hasRaisedException, isAbstract, setAbstract, setConcurrencygetElementImport, getImportedMember, getMember, getOwnedDiagram, getOwnedMember, getOwnedRule, getPackageImport, hasElementImport, hasImportedMember, hasMember, hasOwnedDiagram, hasOwnedMember, hasOwnedRule, hasPackageImportgetFeaturingClassifier, isStatic, setFeaturingClassifier, setStaticget_redefinableElementOfRedefinedElement, getRedefinedElement, getRedefinitionContext, has_redefinableElementOfRedefinedElement, hasRedefinedElement, hasRedefinitionContext, isLeaf, setLeafget_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, setVisibilityget_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, setSyncElementget_representationText, getLocalID, isInvalid, set_representationText, setLocalID, sGetLocalIDgetID, getMDExtension, getMdExtensions, setIDeAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnseteAdapters, eDeliver, eNotify, eSetDeliveraccept, addPropertyChangeListener, canAdd, canAdd, canAddChild, canBeDeleted, firePropertyChange, getClassType, getHumanName, getHumanType, getObjectParent, isEditable, removePropertyChangeListener, sGetIDrefClass, refDelete, refImmediateComposite, refIsInstanceOf, refOutermostComposite@CheckForNull Signal getSignal()
reception Of Signal'.
The Signal that this Reception handles.
setSignal(Signal),
UMLPackage.getReception_Signal(),
Signal.get_receptionOfSignal()void setSignal(@CheckForNull
Signal value)
Signal' reference.
value - the new value of the 'Signal' reference.getSignal()@CheckForNull Class get_classOfOwnedReception()
Owned Reception'.
If the meaning of the 'class Of Owned Reception' container reference isn't clear, there really should be more of a description here...
set_classOfOwnedReception(com.nomagic.uml2.ext.magicdraw.classes.mdkernel.Class),
UMLPackage.getReception__classOfOwnedReception(),
Class.getOwnedReception()void set_classOfOwnedReception(@CheckForNull
Class value)
class Of Owned Reception' container
reference.
value - the new value of the 'class Of Owned Reception' container reference.get_classOfOwnedReception()@CheckForNull Interface get_interfaceOfOwnedReception()
Owned Reception'.
If the meaning of the 'interface Of Owned Reception' container reference isn't clear, there really should be more of a description here...
set_interfaceOfOwnedReception(Interface),
UMLPackage.getReception__interfaceOfOwnedReception(),
Interface.getOwnedReception()void set_interfaceOfOwnedReception(@CheckForNull
Interface value)
interface Of Owned Reception' container
reference.
value - the new value of the 'interface Of Owned Reception' container reference.get_interfaceOfOwnedReception()