Class BPMN2Profile.SequenceFlowStereotype

    • Field Detail

      • ISIMMEDIATE

        public static final java.lang.String 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:
        Constant Field Values
      • ID

        public static final java.lang.String ID
        This attribute is used to uniquely identify BPMN elements.
        See Also:
        Constant Field Values
      • isImmediate

        @CheckForNull
        private Property isImmediate
    • Constructor Detail

      • SequenceFlowStereotype

        protected SequenceFlowStereotype​(BPMN2Profile profile)