Class BPMN2Profile.ChoreographyTaskStereotype
java.lang.Object
com.nomagic.profiles.ProfileImplementation.StereotypeWrapper
com.nomagic.magicdraw.cbm.profiles.BPMN2Profile.ChoreographyTaskStereotype
- Enclosing class:
 - BPMN2Profile
 
public static class BPMN2Profile.ChoreographyTaskStereotype
extends ProfileImplementation.StereotypeWrapper
- 
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Stringstatic final StringThis attribute is used to uniquely identify BPMN elements.static final StringOne (1) of the Participants will be the one that initiates the Choreography Activitystatic final Stringstatic final StringA Choreography Activity has two (2) or more Participantsstatic final String - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionvoidaddBoundaryEventRefs(Element element, Element value) voidaddMessageFlow(Element element, Element value) voidaddParticipantRefs(Element element, Element value) protected voidclear()voidclearBoundaryEventRefs(Element element) voidvoidclearInitiatingParticipantRef(Element element) voidclearMessageFlow(Element element) voidclearParticipantRefs(Element element) getBoundaryEventRefs(Element element) getInitiatingParticipantRef(Element element) getMessageFlow(Element element) getParticipantRefs(Element element) Returns stereotype for this wrapper.booleanstatic booleanisInstance(Element element) voidremoveBoundaryEventRefs(Element element, Element value) voidremoveMessageFlow(Element element, Element value) voidremoveParticipantRefs(Element element, Element value) voidsetBoundaryEventRefs(Element element, Collection<? extends Element> value) voidvoidsetInitiatingParticipantRef(Element element, Element value) voidsetMessageFlow(Element element, Collection<? extends Element> value) voidsetParticipantRefs(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:
 
 - 
MESSAGEFLOW
- 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
- 
ChoreographyTaskStereotype
 
 - 
 - 
Method Details
- 
getStereotype
Description copied from class:ProfileImplementation.StereotypeWrapperReturns stereotype for this wrapper.- Specified by:
 getStereotypein classProfileImplementation.StereotypeWrapper- Returns:
 - stereotype
 
 - 
getMessageFlowProperty
 - 
getBoundaryEventRefsProperty
 - 
getInitiatingParticipantRefProperty
 - 
getParticipantRefsProperty
 - 
getIdProperty
 - 
setMessageFlow
 - 
clearMessageFlow
 - 
addMessageFlow
 - 
removeMessageFlow
 - 
getMessageFlow
 - 
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
 
 -