Class BPMN2Profile.InputSetStereotype
java.lang.Object
com.nomagic.profiles.ProfileImplementation.StereotypeWrapper
com.nomagic.magicdraw.cbm.profiles.BPMN2Profile.InputSetStereotype
- Enclosing class:
 - BPMN2Profile
 
- 
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringThe DataInput elements that collectively make up this data requirement.static final StringThis attribute is used to uniquely identify BPMN elements.static final StringThe DataInput elements that are a part of the InputSet that can be in the state of unavailable when the Activity starts executing.static final Stringstatic final Stringstatic final StringThe DataInput elements that are a part of the InputSet that can be evaluated while the Activity is executing. - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionvoidaddDataInputRefs(Element element, Element value) voidaddOptionalInputRefs(Element element, Element value) voidaddOutputSetRefs(Element element, Element value) voidaddWhileExecutingInputRefs(Element element, Element value) protected voidclear()voidclearDataInputRefs(Element element) voidvoidclearOptionalInputRefs(Element element) voidclearOutputSetRefs(Element element) voidclearWhileExecutingInputRefs(Element element) getDataInputRefs(Element element) getOptionalInputRefs(Element element) getOutputSetRefs(Element element) Returns stereotype for this wrapper.getWhileExecutingInputRefs(Element element) booleanstatic booleanisInstance(Element element) voidremoveDataInputRefs(Element element, Element value) voidremoveOptionalInputRefs(Element element, Element value) voidremoveOutputSetRefs(Element element, Element value) voidremoveWhileExecutingInputRefs(Element element, Element value) voidsetDataInputRefs(Element element, Collection<? extends Element> value) voidvoidsetOptionalInputRefs(Element element, Collection<? extends Element> value) voidsetOutputSetRefs(Element element, Collection<? extends Element> value) voidsetWhileExecutingInputRefs(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.StereotypeWrapperReturns stereotype for this wrapper.- Specified by:
 getStereotypein 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
 
 -