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
Modifier and TypeFieldDescriptionstatic final String
This is a list of the Conversation Node s Correlation Keys, which are used to group Message Flows for the Conversation Node.static final String
This attribute is used to uniquely identify BPMN elements.static final String
static final String
This 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
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addCorrelationKeys
(Element element, Element value) void
addMessageFlowRefs
(Element element, Element value) void
addParticipantAssociations
(Element element, Element value) protected void
clear()
void
clearCorrelationKeys
(Element element) void
void
clearMessageFlowRefs
(Element element) void
clearParticipantAssociations
(Element element) getCorrelationKeys
(Element element) getMessageFlowRefs
(Element element) getParticipantAssociations
(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
removeParticipantAssociations
(Element element, Element value) void
setCorrelationKeys
(Element element, Collection<? extends Element> value) void
void
setMessageFlowRefs
(Element element, Collection<? extends Element> value) void
setParticipantAssociations
(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.StereotypeWrapper
Returns stereotype for this wrapper.- Specified by:
getStereotype
in 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
-