Class BPMN2Profile.InputSetStereotype
java.lang.Object
com.nomagic.profiles.ProfileImplementation.StereotypeWrapper
com.nomagic.magicdraw.cbm.profiles.BPMN2Profile.InputSetStereotype
- Enclosing class:
- BPMN2Profile
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
The DataInput elements that collectively make up this data requirement.static final String
This attribute is used to uniquely identify BPMN elements.static final String
The DataInput elements that are a part of the InputSet that can be in the state of unavailable when the Activity starts executing.static final String
static final String
static final String
The DataInput elements that are a part of the InputSet that can be evaluated while the Activity is executing. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addDataInputRefs
(Element element, Element value) void
addOptionalInputRefs
(Element element, Element value) void
addOutputSetRefs
(Element element, Element value) void
addWhileExecutingInputRefs
(Element element, Element value) protected void
clear()
void
clearDataInputRefs
(Element element) void
void
clearOptionalInputRefs
(Element element) void
clearOutputSetRefs
(Element element) void
clearWhileExecutingInputRefs
(Element element) getDataInputRefs
(Element element) getOptionalInputRefs
(Element element) getOutputSetRefs
(Element element) Returns stereotype for this wrapper.getWhileExecutingInputRefs
(Element element) boolean
static boolean
isInstance
(Element element) void
removeDataInputRefs
(Element element, Element value) void
removeOptionalInputRefs
(Element element, Element value) void
removeOutputSetRefs
(Element element, Element value) void
removeWhileExecutingInputRefs
(Element element, Element value) void
setDataInputRefs
(Element element, Collection<? extends Element> value) void
void
setOptionalInputRefs
(Element element, Collection<? extends Element> value) void
setOutputSetRefs
(Element element, Collection<? extends Element> value) void
setWhileExecutingInputRefs
(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:
-
DATAINPUTREFS
The DataInput elements that collectively make up this data requirement.- See Also:
-
OPTIONALINPUTREFS
The DataInput elements that are a part of the InputSet that can be in the state of unavailable when the Activity starts executing. This association MUST NOT reference a DataInput that is not listed in the dataInputRefs.- See Also:
-
OUTPUTSETREFS
- See Also:
-
WHILEEXECUTINGINPUTREFS
The DataInput elements that are a part of the InputSet that can be evaluated while the Activity is executing. This association MUST NOT reference a DataInput that is not listed in the dataInputRefs.- See Also:
-
ID
This attribute is used to uniquely identify BPMN elements.- See Also:
-
-
Constructor Details
-
InputSetStereotype
-
-
Method Details
-
getStereotype
Description copied from class:ProfileImplementation.StereotypeWrapper
Returns stereotype for this wrapper.- Specified by:
getStereotype
in classProfileImplementation.StereotypeWrapper
- Returns:
- stereotype
-
getDataInputRefsProperty
-
getOptionalInputRefsProperty
-
getOutputSetRefsProperty
-
getWhileExecutingInputRefsProperty
-
getIdProperty
-
setDataInputRefs
-
clearDataInputRefs
-
addDataInputRefs
-
removeDataInputRefs
-
getDataInputRefs
-
setOptionalInputRefs
public void setOptionalInputRefs(Element element, @CheckForNull Collection<? extends Element> value) -
clearOptionalInputRefs
-
addOptionalInputRefs
-
removeOptionalInputRefs
-
getOptionalInputRefs
-
setOutputSetRefs
-
clearOutputSetRefs
-
addOutputSetRefs
-
removeOutputSetRefs
-
getOutputSetRefs
-
setWhileExecutingInputRefs
public void setWhileExecutingInputRefs(Element element, @CheckForNull Collection<? extends Element> value) -
clearWhileExecutingInputRefs
-
addWhileExecutingInputRefs
-
removeWhileExecutingInputRefs
-
getWhileExecutingInputRefs
-
setId
-
clearId
-
getId
-
clear
protected void clear() -
is
-
isInstance
-