Add new tests for DAO
[clamp.git] / src / main / resources / bpmn / dish.dmn
1 <?xml version="1.0" encoding="UTF-8"?>
2 <definitions xmlns="http://www.omg.org/spec/DMN/20151101/dmn11.xsd" id="definitions" name="definitions" namespace="http://camunda.org/schema/1.0/dmn">
3   <decision id="simpleDishDecisionTable" name="SimpleDishDecisionTable">
4     <decisionTable id="decisionTable">
5       <input id="input1" label="Season">
6         <inputExpression id="inputExpression1" typeRef="string">        <text>season</text>
7 </inputExpression>
8       </input>
9       <output id="output1" label="Dish" name="desiredDish" typeRef="string" />
10       <rule id="row-72464069-3">
11         <inputEntry id="UnaryTests_0zmcdq6">        <text><![CDATA["Fall"]]></text>
12 </inputEntry>
13         <outputEntry id="LiteralExpression_1ehb89n">        <text><![CDATA["Pad Thai"]]></text>
14 </outputEntry>
15       </rule>
16       <rule id="row-72464069-4">
17         <inputEntry id="UnaryTests_0g5512k">        <text><![CDATA["Winter"]]></text>
18 </inputEntry>
19         <outputEntry id="LiteralExpression_0v3t89p">        <text><![CDATA["Lamb Jalfrazie, Mutter Paneer, and Nan"]]></text>
20 </outputEntry>
21       </rule>
22       <rule id="row-72464069-5">
23         <inputEntry id="UnaryTests_0582crg">        <text><![CDATA["Spring"]]></text>
24 </inputEntry>
25         <outputEntry id="LiteralExpression_100afca">        <text><![CDATA["Chicken Moghlai, Baingan Bhartha, and Nan"]]></text>
26 </outputEntry>
27       </rule>
28       <rule id="row-72464069-6">
29         <inputEntry id="UnaryTests_0fha0sl">        <text><![CDATA["Summer"]]></text>
30 </inputEntry>
31         <outputEntry id="LiteralExpression_06dk8fw">        <text><![CDATA["Satay and Laab"]]></text>
32 </outputEntry>
33       </rule>
34     </decisionTable>
35   </decision>
36 </definitions>