66 lines
2.4 KiB
XML
66 lines
2.4 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<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/" id="Definitions_76910d7" name="DRD" namespace="http://camunda.org/schema/1.0/dmn">
|
|
<decision id="decision_1" name="PizzaPrices">
|
|
<decisionTable id="decisionTable_1">
|
|
<input id="input_1">
|
|
<inputExpression id="inputExpression_1" typeRef="string">
|
|
<text>pizza_size</text>
|
|
</inputExpression>
|
|
</input>
|
|
<output id="output_1" name="base_price" typeRef="number" />
|
|
<output id="OutputClause_1e64kyz" name="topping_price" typeRef="number" />
|
|
<rule id="DecisionRule_1nm93ym">
|
|
<inputEntry id="UnaryTests_01h9q4x">
|
|
<text>"small"</text>
|
|
</inputEntry>
|
|
<outputEntry id="LiteralExpression_14rm3zi">
|
|
<text>6.99</text>
|
|
</outputEntry>
|
|
<outputEntry id="LiteralExpression_1h695v4">
|
|
<text>1</text>
|
|
</outputEntry>
|
|
</rule>
|
|
<rule id="DecisionRule_12qocby">
|
|
<inputEntry id="UnaryTests_198tfg8">
|
|
<text>"medium"</text>
|
|
</inputEntry>
|
|
<outputEntry id="LiteralExpression_1bh4ts2">
|
|
<text>10.99</text>
|
|
</outputEntry>
|
|
<outputEntry id="LiteralExpression_1odskjy">
|
|
<text>1.25</text>
|
|
</outputEntry>
|
|
</rule>
|
|
<rule id="DecisionRule_1xlznbo">
|
|
<inputEntry id="UnaryTests_17i8w0y">
|
|
<text>"large"</text>
|
|
</inputEntry>
|
|
<outputEntry id="LiteralExpression_1p9dj1g">
|
|
<text>12.99</text>
|
|
</outputEntry>
|
|
<outputEntry id="LiteralExpression_086klq3">
|
|
<text>1.50</text>
|
|
</outputEntry>
|
|
</rule>
|
|
<rule id="DecisionRule_0kzgxs9">
|
|
<inputEntry id="UnaryTests_1n4x5la">
|
|
<text>"extra-large"</text>
|
|
</inputEntry>
|
|
<outputEntry id="LiteralExpression_1hx0d9h">
|
|
<text>14.99</text>
|
|
</outputEntry>
|
|
<outputEntry id="LiteralExpression_0ulfso4">
|
|
<text>2.00</text>
|
|
</outputEntry>
|
|
</rule>
|
|
</decisionTable>
|
|
</decision>
|
|
<dmndi:DMNDI>
|
|
<dmndi:DMNDiagram id="DMNDiagram_1cykosu">
|
|
<dmndi:DMNShape id="DMNShape_1dhfq2s" dmnElementRef="decision_1">
|
|
<dc:Bounds height="80" width="180" x="157" y="151" />
|
|
</dmndi:DMNShape>
|
|
</dmndi:DMNDiagram>
|
|
</dmndi:DMNDI>
|
|
</definitions>
|