public interface MessagePoint extends ModelElement
The following features are supported:
RhapsodyPackage.getMessagePoint()
Modifier and Type | Method and Description |
---|---|
ClassifierRole |
getClassifierRole()
Returns the value of the 'Classifier Role' reference.
|
InteractionOccurrence |
getInteractionOccurrence()
Returns the value of the 'Interaction Occurrence' reference.
|
InteractionOperator |
getInteractionOperator()
Returns the value of the 'Interaction Operator' reference.
|
Message |
getMessage()
Returns the value of the 'Message' reference.
|
MessagePointKind |
getType()
Returns the value of the 'Type' attribute.
|
void |
setClassifierRole(ClassifierRole value)
Sets the value of the '
Classifier Role ' reference. |
void |
setInteractionOccurrence(InteractionOccurrence value)
Sets the value of the '
Interaction Occurrence '
reference. |
void |
setInteractionOperator(InteractionOperator value)
Sets the value of the '
Interaction Operator ' reference. |
void |
setMessage(Message value)
Sets the value of the '
Message ' reference. |
void |
setType(MessagePointKind value)
Sets the value of the '
Type ' attribute. |
getAllTags, getAnnotations, getConstraints, getConstraintsByHim, getControlledFiles, getDependencies, getDescription, getDescriptionHTML, getDescriptionRTF, getDisplayName, getFullPathName, getGUID, getHyperLinks, getInterfaceName, getLocalTags, getMainDiagram, getMetaClass, getName, getOfTemplate, getOwnedDependencies, getOwner, getProject, getProperties, getProperty, getReferences, getStereotype, getStereotypes, getTemplateParameters, getTi, getUserDefinedMetaClass, isATemplate, isExternal, isRequirementTraceabilityHandle, isShowDisplayName, isUnresolved, setDescription, setDescriptionHTML, setDescriptionRTF, setDisplayName, setFullPathName, setGUID, setInterfaceName, setIsATemplate, setIsExternal, setIsShowDisplayName, setIsUnresolved, setMainDiagram, setMetaClass, setName, setOfTemplate, setOwner, setProject, setRequirementTraceabilityHandle, setStereotype, setTi, setUserDefinedMetaClass
MessagePointKind getType()
""
.
The literals are from the enumeration MessagePointKind
.
MessagePointKind
,
setType(MessagePointKind)
,
RhapsodyPackage.getMessagePoint_Type()
void setType(MessagePointKind value)
Type
' attribute.
value
- the new value of the 'Type' attribute.MessagePointKind
,
getType()
Message getMessage()
setMessage(Message)
,
RhapsodyPackage.getMessagePoint_Message()
void setMessage(Message value)
Message
' reference.
value
- the new value of the 'Message' reference.getMessage()
InteractionOccurrence getInteractionOccurrence()
setInteractionOccurrence(InteractionOccurrence)
,
RhapsodyPackage.getMessagePoint_InteractionOccurrence()
void setInteractionOccurrence(InteractionOccurrence value)
Interaction Occurrence
'
reference.
value
- the new value of the 'Interaction Occurrence' reference.getInteractionOccurrence()
InteractionOperator getInteractionOperator()
setInteractionOperator(InteractionOperator)
,
RhapsodyPackage.getMessagePoint_InteractionOperator()
void setInteractionOperator(InteractionOperator value)
Interaction Operator
' reference.
value
- the new value of the 'Interaction Operator' reference.getInteractionOperator()
ClassifierRole getClassifierRole()
setClassifierRole(ClassifierRole)
,
RhapsodyPackage.getMessagePoint_ClassifierRole()
void setClassifierRole(ClassifierRole value)
Classifier Role
' reference.
value
- the new value of the 'Classifier Role' reference.getClassifierRole()