Class BPMN2Profile.LinkCatchIntermediateEventStereotype
java.lang.Object
com.nomagic.profiles.ProfileImplementation.StereotypeWrapper
com.nomagic.magicdraw.cbm.profiles.BPMN2Profile.LinkCatchIntermediateEventStereotype
- Enclosing class:
- BPMN2Profile
public static class BPMN2Profile.LinkCatchIntermediateEventStereotype
extends ProfileImplementation.StereotypeWrapper
-
Field Summary
-
Constructor Summary
ModifierConstructorDescriptionprotected
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addDataOutputAssociation
(Element element, Element value) void
addDataOutputs
(Element element, Element value) void
addSources
(Element element, Element value) void
clearDataOutputAssociation
(Element element) void
clearDataOutputs
(Element element) void
void
clearOutputSet
(Element element) void
clearSources
(Element element) void
clearTargetLinkEvent
(Element element) getDataOutputAssociation
(Element element) getDataOutputs
(Element element) getOutputSet
(Element element) getSources
(Element element) Returns stereotype for this wrapper.getTargetLinkEvent
(Element element) boolean
static boolean
isInstance
(Element element) void
removeDataOutputAssociation
(Element element, Element value) void
removeDataOutputs
(Element element, Element value) void
removeSources
(Element element, Element value) void
setDataOutputAssociation
(Element element, Collection<? extends Element> value) void
setDataOutputs
(Element element, Collection<? extends Element> value) void
void
setOutputSet
(Element element, Element value) void
setSources
(Element element, Collection<? extends Element> value) void
setTargetLinkEvent
(Element element, Element value) Methods inherited from class com.nomagic.profiles.ProfileImplementation.StereotypeWrapper
apply, isDerivedStereotype, isSameOrDerivedStereotype, unApply
-
Field Details
-
STEREOTYPE_NAME
- See Also:
-
DATAOUTPUTASSOCIATION
- See Also:
-
DATAOUTPUTS
- See Also:
-
OUTPUTSET
- See Also:
-
ID
This attribute is used to uniquely identify BPMN elements.- See Also:
-
SOURCES
- See Also:
-
TARGETLINKEVENT
- See Also:
-
-
Constructor Details
-
LinkCatchIntermediateEventStereotype
-
-
Method Details
-
getStereotype
Description copied from class:ProfileImplementation.StereotypeWrapper
Returns stereotype for this wrapper.- Specified by:
getStereotype
in classProfileImplementation.StereotypeWrapper
- Returns:
- stereotype
-
getDataOutputAssociationProperty
-
getDataOutputsProperty
-
getOutputSetProperty
-
getIdProperty
-
getSourcesProperty
-
getTargetLinkEventProperty
-
setDataOutputAssociation
public void setDataOutputAssociation(Element element, @CheckForNull Collection<? extends Element> value) -
clearDataOutputAssociation
-
addDataOutputAssociation
-
removeDataOutputAssociation
-
getDataOutputAssociation
-
setDataOutputs
-
clearDataOutputs
-
addDataOutputs
-
removeDataOutputs
-
getDataOutputs
-
setOutputSet
-
clearOutputSet
-
getOutputSet
-
setId
-
clearId
-
getId
-
setSources
-
clearSources
-
addSources
-
removeSources
-
getSources
-
setTargetLinkEvent
-
clearTargetLinkEvent
-
getTargetLinkEvent
-
is
-
isInstance
-