Class BPMN2Profile.ChoreographyActivityStereotype
java.lang.Object
com.nomagic.profiles.ProfileImplementation.StereotypeWrapper
com.nomagic.magicdraw.cbm.profiles.BPMN2Profile.ChoreographyActivityStereotype
- Enclosing class:
- BPMN2Profile
public static class BPMN2Profile.ChoreographyActivityStereotype
extends ProfileImplementation.StereotypeWrapper
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
static final String
This attribute is used to uniquely identify BPMN elements.static final String
One (1) of the Participants will be the one that initiates the Choreography Activitystatic final String
A Choreography Activity has two (2) or more Participantsstatic final String
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addBoundaryEventRefs
(Element element, Element value) void
addParticipantRefs
(Element element, Element value) protected void
clear()
void
clearBoundaryEventRefs
(Element element) void
void
clearInitiatingParticipantRef
(Element element) void
clearParticipantRefs
(Element element) getBoundaryEventRefs
(Element element) getInitiatingParticipantRef
(Element element) getParticipantRefs
(Element element) Returns stereotype for this wrapper.boolean
static boolean
isInstance
(Element element) void
removeBoundaryEventRefs
(Element element, Element value) void
removeParticipantRefs
(Element element, Element value) void
setBoundaryEventRefs
(Element element, Collection<? extends Element> value) void
void
setInitiatingParticipantRef
(Element element, Element value) void
setParticipantRefs
(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:
-
BOUNDARYEVENTREFS
- See Also:
-
INITIATINGPARTICIPANTREF
One (1) of the Participants will be the one that initiates the Choreography Activity- See Also:
-
PARTICIPANTREFS
A Choreography Activity has two (2) or more Participants- See Also:
-
ID
This attribute is used to uniquely identify BPMN elements.- See Also:
-
-
Constructor Details
-
ChoreographyActivityStereotype
-
-
Method Details
-
getStereotype
Description copied from class:ProfileImplementation.StereotypeWrapper
Returns stereotype for this wrapper.- Specified by:
getStereotype
in classProfileImplementation.StereotypeWrapper
- Returns:
- stereotype
-
getBoundaryEventRefsProperty
-
getInitiatingParticipantRefProperty
-
getParticipantRefsProperty
-
getIdProperty
-
setBoundaryEventRefs
public void setBoundaryEventRefs(Element element, @CheckForNull Collection<? extends Element> value) -
clearBoundaryEventRefs
-
addBoundaryEventRefs
-
removeBoundaryEventRefs
-
getBoundaryEventRefs
-
setInitiatingParticipantRef
-
clearInitiatingParticipantRef
-
getInitiatingParticipantRef
-
setParticipantRefs
-
clearParticipantRefs
-
addParticipantRefs
-
removeParticipantRefs
-
getParticipantRefs
-
setId
-
clearId
-
getId
-
clear
protected void clear() -
is
-
isInstance
-