Interface Collaboration
-
- All Superinterfaces:
java.lang.Comparable<java.lang.Object>,org.eclipse.emf.ecore.EModelElement,org.eclipse.emf.ecore.EObject,MDWEObject,MDWObject,ModelElement,org.eclipse.emf.common.notify.Notifier
- All Known Subinterfaces:
InteractionOperand
public interface Collaboration extends ModelElement
A representation of the model object 'Collaboration'.The following features are supported:
- See Also:
RhapsodyPackage.getCollaboration()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetActivationCondition()Returns the value of the 'Activation Condition' attribute.ActivationModegetActivationMode()Returns the value of the 'Activation Mode' attribute.MDWEListgetAssociations()Returns the value of the 'Associations' reference list.MDWEListgetClassifier()Returns the value of the 'Classifier' reference list.MDWEListgetExecutionOccurrences()Returns the value of the 'Execution Occurrences' reference list.MDWEListgetInteractionOccurrences()Returns the value of the 'Interaction Occurrences' reference list.MDWEListgetInteractionOperators()Returns the value of the 'Interaction Operators' reference list.MDWEListgetMessagePoints()Returns the value of the 'Message Points' reference list.MDWEListgetMessages()Returns the value of the 'Messages' reference list.CollaborationModegetMode()Returns the value of the 'Mode' attribute.voidsetActivationCondition(java.lang.String value)Sets the value of the 'Activation Condition' attribute.voidsetActivationMode(ActivationMode value)Sets the value of the 'Activation Mode' attribute.voidsetMode(CollaborationMode value)Sets the value of the 'Mode' attribute.-
Methods inherited from interface org.eclipse.emf.ecore.EModelElement
getEAnnotation, getEAnnotations
-
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
-
Methods inherited from interface com.sodius.mdw.core.model.MDWObject
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
-
Methods inherited from interface com.sodius.mdw.metamodel.rhapsody.ModelElement
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
-
-
-
-
Method Detail
-
getActivationCondition
java.lang.String getActivationCondition()
Returns the value of the 'Activation Condition' attribute. The default value is"".- Returns:
- the value of the 'Activation Condition' attribute.
- See Also:
setActivationCondition(String),RhapsodyPackage.getCollaboration_ActivationCondition()
-
setActivationCondition
void setActivationCondition(java.lang.String value)
Sets the value of the 'Activation Condition' attribute.- Parameters:
value- the new value of the 'Activation Condition' attribute.- See Also:
getActivationCondition()
-
getActivationMode
ActivationMode getActivationMode()
Returns the value of the 'Activation Mode' attribute. The default value is"". The literals are from the enumerationActivationMode.- Returns:
- the value of the 'Activation Mode' attribute.
- See Also:
ActivationMode,setActivationMode(ActivationMode),RhapsodyPackage.getCollaboration_ActivationMode()
-
setActivationMode
void setActivationMode(ActivationMode value)
Sets the value of the 'Activation Mode' attribute.- Parameters:
value- the new value of the 'Activation Mode' attribute.- See Also:
ActivationMode,getActivationMode()
-
getMode
CollaborationMode getMode()
Returns the value of the 'Mode' attribute. The default value is"". The literals are from the enumerationCollaborationMode.- Returns:
- the value of the 'Mode' attribute.
- See Also:
CollaborationMode,setMode(CollaborationMode),RhapsodyPackage.getCollaboration_Mode()
-
setMode
void setMode(CollaborationMode value)
Sets the value of the 'Mode' attribute.- Parameters:
value- the new value of the 'Mode' attribute.- See Also:
CollaborationMode,getMode()
-
getClassifier
MDWEList getClassifier()
Returns the value of the 'Classifier' reference list. The list contents are of typeClassifierRole.- Returns:
- the value of the 'Classifier' reference list.
- See Also:
RhapsodyPackage.getCollaboration_Classifier()
-
getAssociations
MDWEList getAssociations()
Returns the value of the 'Associations' reference list. The list contents are of typeAssociationRole.- Returns:
- the value of the 'Associations' reference list.
- See Also:
RhapsodyPackage.getCollaboration_Associations()
-
getMessages
MDWEList getMessages()
Returns the value of the 'Messages' reference list. The list contents are of typeMessage.- Returns:
- the value of the 'Messages' reference list.
- See Also:
RhapsodyPackage.getCollaboration_Messages()
-
getMessagePoints
MDWEList getMessagePoints()
Returns the value of the 'Message Points' reference list. The list contents are of typeMessagePoint.- Returns:
- the value of the 'Message Points' reference list.
- See Also:
RhapsodyPackage.getCollaboration_MessagePoints()
-
getInteractionOccurrences
MDWEList getInteractionOccurrences()
Returns the value of the 'Interaction Occurrences' reference list. The list contents are of typeInteractionOccurrence.- Returns:
- the value of the 'Interaction Occurrences' reference list.
- See Also:
RhapsodyPackage.getCollaboration_InteractionOccurrences()
-
getExecutionOccurrences
MDWEList getExecutionOccurrences()
Returns the value of the 'Execution Occurrences' reference list. The list contents are of typeExecutionOccurrence.- Returns:
- the value of the 'Execution Occurrences' reference list.
- See Also:
RhapsodyPackage.getCollaboration_ExecutionOccurrences()
-
getInteractionOperators
MDWEList getInteractionOperators()
Returns the value of the 'Interaction Operators' reference list. The list contents are of typeInteractionOperator.- Returns:
- the value of the 'Interaction Operators' reference list.
- See Also:
RhapsodyPackage.getCollaboration_InteractionOperators()
-
-