55 lines
2.0 KiB
XML
55 lines
2.0 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="pizza_cost">
|
|
<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="string" />
|
|
<output id="OutputClause_03c5wxo" name="topping_price" typeRef="string" />
|
|
<rule id="DecisionRule_1nb8mc9">
|
|
<inputEntry id="UnaryTests_0iiugnt">
|
|
<text>"large"</text>
|
|
</inputEntry>
|
|
<outputEntry id="LiteralExpression_01rimwv">
|
|
<text>12.99</text>
|
|
</outputEntry>
|
|
<outputEntry id="LiteralExpression_0xayikn">
|
|
<text>2.00</text>
|
|
</outputEntry>
|
|
</rule>
|
|
<rule id="DecisionRule_1qog2ra">
|
|
<inputEntry id="UnaryTests_1u2l2gu">
|
|
<text>"medium"</text>
|
|
</inputEntry>
|
|
<outputEntry id="LiteralExpression_13983jk">
|
|
<text>10.88</text>
|
|
</outputEntry>
|
|
<outputEntry id="LiteralExpression_051ekrv">
|
|
<text>1.00</text>
|
|
</outputEntry>
|
|
</rule>
|
|
<rule id="DecisionRule_12wjrzu">
|
|
<inputEntry id="UnaryTests_1kgkeo9">
|
|
<text>"small"</text>
|
|
</inputEntry>
|
|
<outputEntry id="LiteralExpression_1nbzyvx">
|
|
<text>8.99</text>
|
|
</outputEntry>
|
|
<outputEntry id="LiteralExpression_0x9hljn">
|
|
<text>0.50</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>
|