org.eclipse.uml2
Interface Reception
- All Superinterfaces:
- BehavioralFeature, Element, EModelElement, EObject, Feature, NamedElement, Namespace, Notifier, RedefinableElement, TemplateableElement
- public interface Reception
- extends BehavioralFeature
A representation of the model object 'Reception'.
A reception is a declaration stating that a classifier is prepared to react to the receipt of a signal. A reception designates a signal and specifies the expected behavioral response. The details of handling a signal are specified by the behavior associated with the reception or the classifier itself.
The following features are supported:
- See Also:
UML2Package.getReception()
Methods inherited from interface org.eclipse.uml2.BehavioralFeature |
createFormalParameter, createReturnResult, getConcurrency, getFormalParameter, getFormalParameters, getMembers, getMethod, getMethods, getOwnedMembers, getParameter, getParameters, getRaisedException, getRaisedExceptions, getReturnResult, getReturnResults, isAbstract, isDistinguishableFrom, setConcurrency, setIsAbstract |
Methods inherited from interface org.eclipse.uml2.Namespace |
createElementImport, createOwnedRule, createPackageImport, excludeCollisions, getElementImports, getImportedMember, getImportedMembers, getImportedPackages, getMember, getNamesOfMember, getOwnedElements, getOwnedRule, getOwnedRules, getPackageImports, importedMember, importElement, importMembers, importPackage, membersAreDistinguishable, validateImportedMemberDerived, validateMembersAreDistinguishable |
Methods inherited from interface org.eclipse.uml2.NamedElement |
allNamespaces, createNameExpression, getClientDependencies, getClientDependency, getName, getNameExpression, getNamespace, getOwner, getQualifiedName, getVisibility, qualifiedName, separator, setName, setNameExpression, setVisibility, validateNoName, validateQualifiedName, validateVisibilityNeedsOwnership |
Methods inherited from interface org.eclipse.uml2.Element |
addKeyword, allOwnedElements, apply, createEAnnotation, createOwnedComment, destroy, getApplicableStereotype, getApplicableStereotypes, getAppliedStereotype, getAppliedStereotypes, getAppliedVersion, getKeywords, getModel, getNearestPackage, getOwnedComments, getValue, hasKeyword, isApplied, isRequired, mustBeOwned, removeKeyword, setValue, unapply, validateHasOwner, validateNotOwnSelf |
Methods inherited from interface org.eclipse.emf.ecore.EObject |
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset |
copyright
public static final String copyright
-
- See Also:
- Constant Field Values
getSignal
public Signal getSignal()
- Returns the value of the 'Signal' reference.
If the meaning of the 'Signal' reference isn't clear,
there really should be more of a description here...
The signal that this reception handles.
- Returns:
- the value of the 'Signal' reference.
- See Also:
setSignal(Signal)
,
UML2Package.getReception_Signal()
setSignal
public void setSignal(Signal value)
- Sets the value of the '
Signal
' reference.
- Parameters:
value
- the new value of the 'Signal' reference.- See Also:
getSignal()