Class BPMN2Profile.SequenceFlowStereotype
java.lang.Object
com.nomagic.profiles.ProfileImplementation.StereotypeWrapper
com.nomagic.magicdraw.cbm.profiles.BPMN2Profile.SequenceFlowStereotype
- Enclosing class:
- BPMN2Profile
public static class BPMN2Profile.SequenceFlowStereotype
extends ProfileImplementation.StereotypeWrapper
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
This attribute is used to uniquely identify BPMN elements.static final String
An optional boolean value specifying whether Activities or Choreography Activities not in the model containing the Sequence Flow can occur between the elements connected by the Sequence Flow.static final String
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected void
clear()
void
void
clearIsImmediate
(Element element) Returns stereotype for this wrapper.boolean
static boolean
isInstance
(Element element) isIsImmediate
(Element element) void
void
setIsImmediate
(Element element, Boolean value) Methods inherited from class com.nomagic.profiles.ProfileImplementation.StereotypeWrapper
apply, isDerivedStereotype, isSameOrDerivedStereotype, unApply
-
Field Details
-
STEREOTYPE_NAME
- See Also:
-
ISIMMEDIATE
An optional boolean value specifying whether Activities or Choreography Activities not in the model containing the Sequence Flow can occur between the elements connected by the Sequence Flow. If the value is true, they MAY NOT occur. If the value is false, they MAY occur. Also see the isClosed attribute on Process, Choreography, and Collaboration. When the attribute has no value, the default semantics depends on the kind of model containing Sequence Flows: - For non-executable Processes (public Processes and non-executable private Processes) and Choreographies no value has the same semantics as if the value were false. - For an executable Processes no value has the same semantics as if the value were true. - For executable Processes, the attribute MUST NOT be false.- See Also:
-
ID
This attribute is used to uniquely identify BPMN elements.- See Also:
-
-
Constructor Details
-
SequenceFlowStereotype
-
-
Method Details
-
getStereotype
Description copied from class:ProfileImplementation.StereotypeWrapper
Returns stereotype for this wrapper.- Specified by:
getStereotype
in classProfileImplementation.StereotypeWrapper
- Returns:
- stereotype
-
getIsImmediateProperty
-
getIdProperty
-
setIsImmediate
-
clearIsImmediate
-
isIsImmediate
-
setId
-
clearId
-
getId
-
clear
protected void clear() -
is
-
isInstance
-