two_input_parameters If the DecisionNode has a decisionInputFlow and a second incoming ObjectFlow, then any decisionInput has two in Parameters ...

Icon class
icon_class
fas fa-quote-left
icon_class_computed
fas fa-quote-left
Related content
Source
Snippet kind
UML keywords
Full quote
two_input_parameters

If the DecisionNode has a decisionInputFlow and a second incoming ObjectFlow, then any decisionInput has two in Parameters, the first of which has a type that is the same as or a supertype of the type of object tokens offered on the non-decisionInputFlow and the second of which has a type that is the same as or a supertype of the type of object tokens offered on the decisionInputFlow.


       inv: (decisionInput<>null and decisionInputFlow<>null and incoming-
       >forAll(oclIsKindOf(ObjectFlow))) implies
          decisionInput.inputParameters()->size()=2
Next snippet
Related snippets
Related snippets (backlinks)
Visit also
Visit also (backlinks)