User: alex clicked save for category_number_one/dmn-boolean-test/boolean-test.dmn
This commit is contained in:
parent
26c1f7dd0e
commit
96fd908bcd
|
@ -2,14 +2,24 @@
|
|||
<definitions xmlns="https://www.omg.org/spec/DMN/20191111/MODEL/" xmlns:dmndi="https://www.omg.org/spec/DMN/20191111/DMNDI/" xmlns:dc="http://www.omg.org/spec/DMN/20180521/DC/" xmlns:biodi="http://bpmn.io/schema/dmn/biodi/2.0" id="Definitions_76910d7" name="DRD" namespace="http://camunda.org/schema/1.0/dmn">
|
||||
<decision id="Boolean_Test" name="Boolean Test">
|
||||
<decisionTable id="decisionTable_1">
|
||||
<input id="input_1" label="Does a == 1">
|
||||
<input id="input_1" label="Does a == 0" biodi:width="150">
|
||||
<inputExpression id="inputExpression_1" typeRef="boolean">
|
||||
<text>a==1</text>
|
||||
</inputExpression>
|
||||
</input>
|
||||
<input id="InputClause_1w09lsj" label="Is b > 0">
|
||||
<input id="InputClause_1w09lsj" label="Is a > 0" biodi:width="150">
|
||||
<inputExpression id="LiteralExpression_17h4b6k" typeRef="boolean">
|
||||
<text>b > 0</text>
|
||||
<text>a > 0</text>
|
||||
</inputExpression>
|
||||
</input>
|
||||
<input id="InputClause_0gjyqfc" label="Is a < 0" biodi:width="150">
|
||||
<inputExpression id="LiteralExpression_0824u9r" typeRef="boolean">
|
||||
<text>a < 0</text>
|
||||
</inputExpression>
|
||||
</input>
|
||||
<input id="InputClause_1ox66ta" label="Does a != 0">
|
||||
<inputExpression id="LiteralExpression_0pp8nxi" typeRef="boolean">
|
||||
<text>a != 0</text>
|
||||
</inputExpression>
|
||||
</input>
|
||||
<output id="output_1" label="Result" name="result" typeRef="string" biodi:width="354" />
|
||||
|
@ -18,21 +28,33 @@
|
|||
<text>True</text>
|
||||
</inputEntry>
|
||||
<inputEntry id="UnaryTests_03t6t1u">
|
||||
<text>True</text>
|
||||
<text>False</text>
|
||||
</inputEntry>
|
||||
<inputEntry id="UnaryTests_03fpyp0">
|
||||
<text>False</text>
|
||||
</inputEntry>
|
||||
<inputEntry id="UnaryTests_0vpsqdc">
|
||||
<text>False</text>
|
||||
</inputEntry>
|
||||
<outputEntry id="LiteralExpression_1db5nd9">
|
||||
<text>"a equals one and b is greater than zero" </text>
|
||||
<text>"a equals zero" </text>
|
||||
</outputEntry>
|
||||
</rule>
|
||||
<rule id="DecisionRule_0jolxn4">
|
||||
<inputEntry id="UnaryTests_0igos7s">
|
||||
<text>True</text>
|
||||
</inputEntry>
|
||||
<inputEntry id="UnaryTests_0m2lj6h">
|
||||
<text>False</text>
|
||||
</inputEntry>
|
||||
<inputEntry id="UnaryTests_0m2lj6h">
|
||||
<text>True</text>
|
||||
</inputEntry>
|
||||
<inputEntry id="UnaryTests_05ch6qi">
|
||||
<text>False</text>
|
||||
</inputEntry>
|
||||
<inputEntry id="UnaryTests_1hl0swz">
|
||||
<text>True</text>
|
||||
</inputEntry>
|
||||
<outputEntry id="LiteralExpression_0pzx2gg">
|
||||
<text>"a equals one and b is not greater than zero" </text>
|
||||
<text>"a is greater than zero" </text>
|
||||
</outputEntry>
|
||||
</rule>
|
||||
<rule id="DecisionRule_1gtenjr">
|
||||
|
@ -40,21 +62,16 @@
|
|||
<text>False</text>
|
||||
</inputEntry>
|
||||
<inputEntry id="UnaryTests_18fef0r">
|
||||
<text>False</text>
|
||||
</inputEntry>
|
||||
<inputEntry id="UnaryTests_0okarnm">
|
||||
<text>True</text>
|
||||
</inputEntry>
|
||||
<inputEntry id="UnaryTests_0k1tkyo">
|
||||
<text>True</text>
|
||||
</inputEntry>
|
||||
<outputEntry id="LiteralExpression_16r3oxl">
|
||||
<text>"a does not equal one and b is greater than zero" </text>
|
||||
</outputEntry>
|
||||
</rule>
|
||||
<rule id="DecisionRule_0hgnl41">
|
||||
<inputEntry id="UnaryTests_06v3dew">
|
||||
<text>False</text>
|
||||
</inputEntry>
|
||||
<inputEntry id="UnaryTests_1iq199i">
|
||||
<text>False</text>
|
||||
</inputEntry>
|
||||
<outputEntry id="LiteralExpression_0z0gczt">
|
||||
<text>"a does not equal one and b is not greater than zero" </text>
|
||||
<text>"a is less than zero" </text>
|
||||
</outputEntry>
|
||||
</rule>
|
||||
<rule id="DecisionRule_1wl7xlj">
|
||||
|
@ -64,6 +81,12 @@
|
|||
<inputEntry id="UnaryTests_0s3u6uu">
|
||||
<text></text>
|
||||
</inputEntry>
|
||||
<inputEntry id="UnaryTests_1dci7si">
|
||||
<text></text>
|
||||
</inputEntry>
|
||||
<inputEntry id="UnaryTests_15evfbm">
|
||||
<text></text>
|
||||
</inputEntry>
|
||||
<outputEntry id="LiteralExpression_0ge9mo6">
|
||||
<text>"did not match anything"</text>
|
||||
</outputEntry>
|
||||
|
|
Loading…
Reference in New Issue