Class BPMN2Profile.CommunicationStereotype
java.lang.Object
com.nomagic.profiles.ProfileImplementation.StereotypeWrapper
com.nomagic.magicdraw.cbm.profiles.BPMN2Profile.CommunicationStereotype
- Enclosing class:
 - BPMN2Profile
 
public static class BPMN2Profile.CommunicationStereotype
extends ProfileImplementation.StereotypeWrapper
- 
Field Summary
Fields - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionvoidaddCorrelationKeys(Element element, Element value) voidaddMessageFlowRefs(Element element, Element value) protected voidclear()voidclearCorrelationKeys(Element element) voidvoidclearMessageFlowRefs(Element element) getCorrelationKeys(Element element) getMessageFlowRefs(Element element) Returns stereotype for this wrapper.booleanstatic booleanisInstance(Element element) voidremoveCorrelationKeys(Element element, Element value) voidremoveMessageFlowRefs(Element element, Element value) voidsetCorrelationKeys(Element element, Collection<? extends Element> value) voidvoidsetMessageFlowRefs(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:
 
 - 
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
- 
CommunicationStereotype
 
 - 
 - 
Method Details
- 
getStereotype
Description copied from class:ProfileImplementation.StereotypeWrapperReturns stereotype for this wrapper.- Specified by:
 getStereotypein classProfileImplementation.StereotypeWrapper- Returns:
 - stereotype
 
 - 
getMessageFlowRefsProperty
 - 
getCorrelationKeysProperty
 - 
getIdProperty
 - 
setMessageFlowRefs
 - 
clearMessageFlowRefs
 - 
addMessageFlowRefs
 - 
removeMessageFlowRefs
 - 
getMessageFlowRefs
 - 
setCorrelationKeys
 - 
clearCorrelationKeys
 - 
addCorrelationKeys
 - 
removeCorrelationKeys
 - 
getCorrelationKeys
 - 
setId
 - 
clearId
 - 
getId
 - 
clear
protected void clear() - 
is
 - 
isInstance
 
 -