Class BPMN2Profile.SubConversationStereotype
java.lang.Object
com.nomagic.profiles.ProfileImplementation.StereotypeWrapper
com.nomagic.magicdraw.cbm.profiles.BPMN2Profile.SubConversationStereotype
- Enclosing class:
- BPMN2Profile
public static class BPMN2Profile.SubConversationStereotype
extends ProfileImplementation.StereotypeWrapper
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addCorrelationKeys
(Element element, Element value) void
addMessageFlowRefs
(Element element, Element value) protected void
clear()
void
clearCorrelationKeys
(Element element) void
void
clearMessageFlowRefs
(Element element) getCorrelationKeys
(Element element) getMessageFlowRefs
(Element element) Returns stereotype for this wrapper.boolean
static boolean
isInstance
(Element element) void
removeCorrelationKeys
(Element element, Element value) void
removeMessageFlowRefs
(Element element, Element value) void
setCorrelationKeys
(Element element, Collection<? extends Element> value) void
void
setMessageFlowRefs
(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
-
SubConversationStereotype
-
-
Method Details
-
getStereotype
Description copied from class:ProfileImplementation.StereotypeWrapper
Returns stereotype for this wrapper.- Specified by:
getStereotype
in 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
-