public interface Collaboration extends ModelElement
The following features are supported:
RhapsodyPackage.getCollaboration()
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getActivationCondition()
Returns the value of the 'Activation Condition' attribute.
|
ActivationMode |
getActivationMode()
Returns the value of the 'Activation Mode' attribute.
|
com.sodius.mdw.core.model.emf.MDWEList |
getAssociations()
Returns the value of the 'Associations' reference list.
|
com.sodius.mdw.core.model.emf.MDWEList |
getClassifier()
Returns the value of the 'Classifier' reference list.
|
com.sodius.mdw.core.model.emf.MDWEList |
getExecutionOccurrences()
Returns the value of the 'Execution Occurrences' reference list.
|
com.sodius.mdw.core.model.emf.MDWEList |
getInteractionOccurrences()
Returns the value of the 'Interaction Occurrences' reference list.
|
com.sodius.mdw.core.model.emf.MDWEList |
getInteractionOperators()
Returns the value of the 'Interaction Operators' reference list.
|
com.sodius.mdw.core.model.emf.MDWEList |
getMessagePoints()
Returns the value of the 'Message Points' reference list.
|
com.sodius.mdw.core.model.emf.MDWEList |
getMessages()
Returns the value of the 'Messages' reference list.
|
CollaborationMode |
getMode()
Returns the value of the 'Mode' attribute.
|
void |
setActivationCondition(java.lang.String value)
Sets the value of the '
Activation Condition ' attribute. |
void |
setActivationMode(ActivationMode value)
Sets the value of the '
Activation Mode ' attribute. |
void |
setMode(CollaborationMode value)
Sets the value of the '
Mode ' 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
compareTo, eExtendedClass, eIsInstanceOf, eIsInstanceOf, eIsProfiled, eIsRemoved, eMetamodel, eMetaTypeName, eModel, eRemove, eSetUniqueID, eUniqueID, superScript, superScript, toBoolean, toBoolean, toByte, toByte, toChar, toChar, toDouble, toDouble, toFloat, toFloat, toInt, toInt, toList, toList, toList, toList, toList, toLong, toLong, toObject, toObject, toSet, toSet, toShort, toShort, toString, toString
getEAnnotation, getEAnnotations
java.lang.String getActivationCondition()
""
.
setActivationCondition(String)
,
RhapsodyPackage.getCollaboration_ActivationCondition()
void setActivationCondition(java.lang.String value)
Activation Condition
' attribute.
value
- the new value of the 'Activation Condition' attribute.getActivationCondition()
ActivationMode getActivationMode()
""
.
The literals are from the enumeration ActivationMode
.
ActivationMode
,
setActivationMode(ActivationMode)
,
RhapsodyPackage.getCollaboration_ActivationMode()
void setActivationMode(ActivationMode value)
Activation Mode
' attribute.
value
- the new value of the 'Activation Mode' attribute.ActivationMode
,
getActivationMode()
CollaborationMode getMode()
""
.
The literals are from the enumeration CollaborationMode
.
CollaborationMode
,
setMode(CollaborationMode)
,
RhapsodyPackage.getCollaboration_Mode()
void setMode(CollaborationMode value)
Mode
' attribute.
value
- the new value of the 'Mode' attribute.CollaborationMode
,
getMode()
com.sodius.mdw.core.model.emf.MDWEList getClassifier()
ClassifierRole
.
RhapsodyPackage.getCollaboration_Classifier()
com.sodius.mdw.core.model.emf.MDWEList getAssociations()
AssociationRole
.
RhapsodyPackage.getCollaboration_Associations()
com.sodius.mdw.core.model.emf.MDWEList getMessages()
Message
.
RhapsodyPackage.getCollaboration_Messages()
com.sodius.mdw.core.model.emf.MDWEList getMessagePoints()
MessagePoint
.
RhapsodyPackage.getCollaboration_MessagePoints()
com.sodius.mdw.core.model.emf.MDWEList getInteractionOccurrences()
InteractionOccurrence
.
RhapsodyPackage.getCollaboration_InteractionOccurrences()
com.sodius.mdw.core.model.emf.MDWEList getExecutionOccurrences()
ExecutionOccurrence
.
RhapsodyPackage.getCollaboration_ExecutionOccurrences()
com.sodius.mdw.core.model.emf.MDWEList getInteractionOperators()
InteractionOperator
.
RhapsodyPackage.getCollaboration_InteractionOperators()