Class BPMN2Profile.CallConversationStereotype
java.lang.Object
com.nomagic.profiles.ProfileImplementation.StereotypeWrapper
com.nomagic.magicdraw.cbm.profiles.BPMN2Profile.CallConversationStereotype
- Enclosing class:
 - BPMN2Profile
 
public static class BPMN2Profile.CallConversationStereotype
extends ProfileImplementation.StereotypeWrapper
- 
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringThis is a list of the Conversation Node s Correlation Keys, which are used to group Message Flows for the Conversation Node.static final StringThis attribute is used to uniquely identify BPMN elements.static final Stringstatic final StringThis attribute provides a list of mappings from the Participants of a referenced GlobalCommunication or Conversation to the Participants of the parent Conversation.static final String - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionvoidaddCorrelationKeys(Element element, Element value) voidaddMessageFlowRefs(Element element, Element value) voidaddParticipantAssociations(Element element, Element value) protected voidclear()voidclearCorrelationKeys(Element element) voidvoidclearMessageFlowRefs(Element element) voidclearParticipantAssociations(Element element) getCorrelationKeys(Element element) getMessageFlowRefs(Element element) getParticipantAssociations(Element element) Returns stereotype for this wrapper.booleanstatic booleanisInstance(Element element) voidremoveCorrelationKeys(Element element, Element value) voidremoveMessageFlowRefs(Element element, Element value) voidremoveParticipantAssociations(Element element, Element value) voidsetCorrelationKeys(Element element, Collection<? extends Element> value) voidvoidsetMessageFlowRefs(Element element, Collection<? extends Element> value) voidsetParticipantAssociations(Element element, Collection<? extends Element> value) Methods inherited from class com.nomagic.profiles.ProfileImplementation.StereotypeWrapper
apply, isDerivedStereotype, isSameOrDerivedStereotype, unApply 
- 
Field Details
- 
STEREOTYPE_NAME
- See Also:
 
 - 
MESSAGEFLOWREFS
- See Also:
 
 - 
PARTICIPANTASSOCIATIONS
This attribute provides a list of mappings from the Participants of a referenced GlobalCommunication or Conversation to the Participants of the parent Conversation.- See Also:
 
 - 
CORRELATIONKEYS
This is a list of the Conversation Node s Correlation Keys, which are used to group Message Flows for the Conversation Node.- See Also:
 
 - 
ID
This attribute is used to uniquely identify BPMN elements.- See Also:
 
 
 - 
 - 
Constructor Details
- 
CallConversationStereotype
 
 - 
 - 
Method Details
- 
getStereotype
Description copied from class:ProfileImplementation.StereotypeWrapperReturns stereotype for this wrapper.- Specified by:
 getStereotypein classProfileImplementation.StereotypeWrapper- Returns:
 - stereotype
 
 - 
getMessageFlowRefsProperty
 - 
getParticipantAssociationsProperty
 - 
getCorrelationKeysProperty
 - 
getIdProperty
 - 
setMessageFlowRefs
 - 
clearMessageFlowRefs
 - 
addMessageFlowRefs
 - 
removeMessageFlowRefs
 - 
getMessageFlowRefs
 - 
setParticipantAssociations
public void setParticipantAssociations(Element element, @CheckForNull Collection<? extends Element> value)  - 
clearParticipantAssociations
 - 
addParticipantAssociations
 - 
removeParticipantAssociations
 - 
getParticipantAssociations
 - 
setCorrelationKeys
 - 
clearCorrelationKeys
 - 
addCorrelationKeys
 - 
removeCorrelationKeys
 - 
getCorrelationKeys
 - 
setId
 - 
clearId
 - 
getId
 - 
clear
protected void clear() - 
is
 - 
isInstance
 
 -