reworked bom diagram for data generation process

This commit is contained in:
hannes.kuchelmeister
2020-04-02 12:17:32 +02:00
parent 541edec48c
commit 93c300d24c
3 changed files with 189 additions and 114 deletions

View File

@@ -173,7 +173,7 @@ Understanding data is made easier by first posing hypotheses. This section gives
\item \label{hyp:Evaluation:HigherTcLessSatisfied} A higher $tc$ value results in less satisfied people and more unsatisfied people with regard to the dictator's decision. \item \label{hyp:Evaluation:HigherTcLessSatisfied} A higher $tc$ value results in less satisfied people and more unsatisfied people with regard to the dictator's decision.
\item \label{hyp:Evaluation:OnlyOneSatisfied} There exists a $tc$ value which causes only one person to be satisfied with the dictator's decision and no one is satisfied with the group recommender's decision. \item \label{hyp:Evaluation:OnlyOneSatisfied} There exists a $tc$ value which causes only one person to be satisfied with the dictator's decision and no one is satisfied with the group recommender's decision.
\item \label{hyp:Evaluation:HomogenousMoreSatisfied} Homogeneous groups have more satisfied members with the recommender's decision but also with the dictator's decision compared to heterogeneous groups. \item \label{hyp:Evaluation:HomogenousMoreSatisfied} Homogeneous groups have more satisfied members with the recommender's decision but also with the dictator's decision compared to heterogeneous groups.
\item \label{hyp:Evaluation:HeterogenousBiggerSatisfactionIncrease} More heterogeneous groups see a bigger satisfaction increase than less heterogeneous groups when comparing the dictator's decision with the recommender's decision. \item \label{hyp:Evaluation:HeterogenousBiggerSatisfactionIncrease} More heterogeneous groups see a bigger satisfaction increase than less heterogeneous groups when switching from the decision of a dictator to a decision made by the recommender.
\item \label{hyp:Evaluation:StoreSizeBetterResults} A higher amount of stored finished configurations results in a higher amount of satisfied and a lower amount of dissatisfied group member. \item \label{hyp:Evaluation:StoreSizeBetterResults} A higher amount of stored finished configurations results in a higher amount of satisfied and a lower amount of dissatisfied group member.
\item \label{hyp:Evaluation:AggregationStrategies} Multiplication and best average aggregation strategies perform better than least misery. % \item \label{hyp:Evaluation:AggregationStrategies} Multiplication and best average aggregation strategies perform better than least misery. %
\end{enumerate} \end{enumerate}

View File

@@ -1,142 +1,217 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<bpmn:definitions xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:bpmn="http://www.omg.org/spec/BPMN/20100524/MODEL" xmlns:bpmndi="http://www.omg.org/spec/BPMN/20100524/DI" xmlns:dc="http://www.omg.org/spec/DD/20100524/DC" xmlns:di="http://www.omg.org/spec/DD/20100524/DI" id="Definitions_17iqhxr" targetNamespace="http://bpmn.io/schema/bpmn" exporter="bpmn-js (https://demo.bpmn.io)" exporterVersion="6.3.0"> <bpmn:definitions xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:bpmn="http://www.omg.org/spec/BPMN/20100524/MODEL" xmlns:bpmndi="http://www.omg.org/spec/BPMN/20100524/DI" xmlns:dc="http://www.omg.org/spec/DD/20100524/DC" xmlns:di="http://www.omg.org/spec/DD/20100524/DI" id="Definitions_17iqhxr" targetNamespace="http://bpmn.io/schema/bpmn" exporter="bpmn-js (https://demo.bpmn.io)" exporterVersion="6.5.0-kah.1">
<bpmn:process id="Process_0lzf9jk" isExecutable="false"> <bpmn:process id="Process_0lzf9jk" isExecutable="false">
<bpmn:sequenceFlow id="Flow_18mvlx8" sourceRef="Activity_1tcgmr4" targetRef="Event_17s8nnq" /> <bpmn:dataObjectReference id="Flow_0dc8ucf" name="group member profiles" dataObjectRef="Flow_0majyqj" />
<bpmn:sequenceFlow id="Flow_0b8m6wa" sourceRef="Activity_0wp44i7" targetRef="Activity_1tcgmr4" />
<bpmn:sequenceFlow id="Flow_0y9052u" sourceRef="Activity_0xj4ejn" targetRef="Activity_0wp44i7" />
<bpmn:sequenceFlow id="Flow_0gdv3ul" sourceRef="Event_0d8jvwa" targetRef="Activity_0xj4ejn" />
<bpmn:endEvent id="Event_17s8nnq">
<bpmn:incoming>Flow_18mvlx8</bpmn:incoming>
</bpmn:endEvent>
<bpmn:startEvent id="Event_0d8jvwa">
<bpmn:outgoing>Flow_0gdv3ul</bpmn:outgoing>
</bpmn:startEvent>
<bpmn:task id="Activity_1tcgmr4" name="save">
<bpmn:incoming>Flow_0b8m6wa</bpmn:incoming>
<bpmn:outgoing>Flow_18mvlx8</bpmn:outgoing>
<bpmn:property id="Property_1fza8iw" name="__targetRef_placeholder" />
<bpmn:dataInputAssociation id="DataInputAssociation_0syollx">
<bpmn:sourceRef>Flow_1jss46c</bpmn:sourceRef>
<bpmn:targetRef>Property_1fza8iw</bpmn:targetRef>
</bpmn:dataInputAssociation>
</bpmn:task>
<bpmn:dataObjectReference id="Flow_1jss46c" name="configuration state and preferences" dataObjectRef="Flow_1be451b" />
<bpmn:dataObject id="Flow_1be451b" />
<bpmn:dataStoreReference id="Flow_0vog5x8" name="finished configuration database" />
<bpmn:task id="Activity_0wp44i7" name="generate pairs of preferences and configurations">
<bpmn:incoming>Flow_0y9052u</bpmn:incoming>
<bpmn:outgoing>Flow_0b8m6wa</bpmn:outgoing>
<bpmn:property id="Property_0bni9in" name="__targetRef_placeholder" />
<bpmn:dataInputAssociation id="DataInputAssociation_1as2fpu">
<bpmn:sourceRef>Flow_1gbqvo5</bpmn:sourceRef>
<bpmn:targetRef>Property_0bni9in</bpmn:targetRef>
</bpmn:dataInputAssociation>
<bpmn:dataInputAssociation id="DataInputAssociation_197tuqn">
<bpmn:sourceRef>Flow_0dc8ucf</bpmn:sourceRef>
<bpmn:targetRef>Property_0bni9in</bpmn:targetRef>
</bpmn:dataInputAssociation>
<bpmn:dataOutputAssociation id="DataOutputAssociation_14x0clz">
<bpmn:targetRef>Flow_1jss46c</bpmn:targetRef>
</bpmn:dataOutputAssociation>
</bpmn:task>
<bpmn:dataObjectReference id="Flow_1gbqvo5" name="partial configurations" dataObjectRef="Flow_1cu24j2" />
<bpmn:dataObject id="Flow_1cu24j2" />
<bpmn:dataObjectReference id="Flow_0dc8ucf" name="group types" dataObjectRef="Flow_0majyqj" />
<bpmn:dataObject id="Flow_0majyqj" /> <bpmn:dataObject id="Flow_0majyqj" />
<bpmn:task id="Activity_0xj4ejn" name="generate partial configuration"> <bpmn:task id="Activity_0el490h" name="generate groups">
<bpmn:incoming>Flow_0gdv3ul</bpmn:incoming> <bpmn:incoming>Flow_0wgvs43</bpmn:incoming>
<bpmn:outgoing>Flow_0y9052u</bpmn:outgoing> <bpmn:outgoing>Flow_1hdpd6e</bpmn:outgoing>
<bpmn:property id="Property_0g89kuk" name="__targetRef_placeholder" /> <bpmn:property id="Property_0fzi3ej" name="__targetRef_placeholder" />
<bpmn:dataInputAssociation id="DataInputAssociation_1lr92f2"> <bpmn:dataInputAssociation id="DataInputAssociation_0rzl9pn">
<bpmn:sourceRef>Flow_0vog5x8</bpmn:sourceRef> <bpmn:sourceRef>Flow_0dc8ucf</bpmn:sourceRef>
<bpmn:targetRef>Property_0g89kuk</bpmn:targetRef> <bpmn:targetRef>Property_0fzi3ej</bpmn:targetRef>
</bpmn:dataInputAssociation> </bpmn:dataInputAssociation>
<bpmn:dataOutputAssociation id="DataOutputAssociation_14oxqhj"> <bpmn:dataOutputAssociation id="DataOutputAssociation_1h1k7f3">
<bpmn:targetRef>Flow_1gbqvo5</bpmn:targetRef> <bpmn:targetRef>DataObjectReference_0dk8ord</bpmn:targetRef>
</bpmn:dataOutputAssociation> </bpmn:dataOutputAssociation>
</bpmn:task> </bpmn:task>
<bpmn:task id="Activity_12shstq" name="generate unfinished configurations">
<bpmn:incoming>Flow_18ah258</bpmn:incoming>
<bpmn:outgoing>Flow_08qskbu</bpmn:outgoing>
<bpmn:property id="Property_0llmkr1" name="__targetRef_placeholder" />
<bpmn:dataInputAssociation id="DataInputAssociation_1k14ujc">
<bpmn:sourceRef>DataStoreReference_0e449rj</bpmn:sourceRef>
<bpmn:targetRef>Property_0llmkr1</bpmn:targetRef>
</bpmn:dataInputAssociation>
<bpmn:dataOutputAssociation id="DataOutputAssociation_1wqdnca">
<bpmn:targetRef>DataObjectReference_0b8tret</bpmn:targetRef>
</bpmn:dataOutputAssociation>
</bpmn:task>
<bpmn:dataStoreReference id="DataStoreReference_0e449rj" name="finished configuration database" />
<bpmn:dataObjectReference id="DataObjectReference_0b8tret" name="unfinished configurations" dataObjectRef="DataObject_0j65hg4" />
<bpmn:dataObject id="DataObject_0j65hg4" />
<bpmn:dataObjectReference id="DataObjectReference_0dk8ord" name="preferences&#10;(for each group)" dataObjectRef="DataObject_1kmiddh" />
<bpmn:dataObject id="DataObject_1kmiddh" />
<bpmn:startEvent id="Event_0e7vhme">
<bpmn:outgoing>Flow_1m2t9yp</bpmn:outgoing>
</bpmn:startEvent>
<bpmn:parallelGateway id="Gateway_0dm9jmc">
<bpmn:incoming>Flow_1m2t9yp</bpmn:incoming>
<bpmn:outgoing>Flow_0wgvs43</bpmn:outgoing>
<bpmn:outgoing>Flow_18ah258</bpmn:outgoing>
</bpmn:parallelGateway>
<bpmn:sequenceFlow id="Flow_1m2t9yp" sourceRef="Event_0e7vhme" targetRef="Gateway_0dm9jmc" />
<bpmn:task id="Activity_033bobt" name="pair up preferences and unfinished configurations">
<bpmn:incoming>Flow_1mts5v8</bpmn:incoming>
<bpmn:outgoing>Flow_0vx10vl</bpmn:outgoing>
<bpmn:property id="Property_0e1efvb" name="__targetRef_placeholder" />
<bpmn:dataInputAssociation id="DataInputAssociation_097tm6g">
<bpmn:sourceRef>DataObjectReference_0b8tret</bpmn:sourceRef>
<bpmn:targetRef>Property_0e1efvb</bpmn:targetRef>
</bpmn:dataInputAssociation>
<bpmn:dataInputAssociation id="DataInputAssociation_16303zg">
<bpmn:sourceRef>DataObjectReference_0dk8ord</bpmn:sourceRef>
<bpmn:targetRef>Property_0e1efvb</bpmn:targetRef>
</bpmn:dataInputAssociation>
<bpmn:dataOutputAssociation id="DataOutputAssociation_0frorp4">
<bpmn:targetRef>DataObjectReference_125w85o</bpmn:targetRef>
</bpmn:dataOutputAssociation>
</bpmn:task>
<bpmn:dataObjectReference id="DataObjectReference_125w85o" name="pairs of preferences and unfinished configurations" dataObjectRef="DataObject_0pycepc" />
<bpmn:dataObject id="DataObject_0pycepc" />
<bpmn:sequenceFlow id="Flow_0wgvs43" sourceRef="Gateway_0dm9jmc" targetRef="Activity_0el490h" />
<bpmn:sequenceFlow id="Flow_18ah258" sourceRef="Gateway_0dm9jmc" targetRef="Activity_12shstq" />
<bpmn:endEvent id="Event_02lc079">
<bpmn:incoming>Flow_0vx10vl</bpmn:incoming>
<bpmn:property id="Property_18jxcbg" name="__targetRef_placeholder" />
<bpmn:dataInputAssociation id="DataInputAssociation_1txvcxy">
<bpmn:sourceRef>DataObjectReference_125w85o</bpmn:sourceRef>
<bpmn:targetRef>Property_18jxcbg</bpmn:targetRef>
</bpmn:dataInputAssociation>
</bpmn:endEvent>
<bpmn:sequenceFlow id="Flow_0vx10vl" sourceRef="Activity_033bobt" targetRef="Event_02lc079" />
<bpmn:parallelGateway id="Gateway_0vlb15w">
<bpmn:incoming>Flow_1hdpd6e</bpmn:incoming>
<bpmn:incoming>Flow_08qskbu</bpmn:incoming>
<bpmn:outgoing>Flow_1mts5v8</bpmn:outgoing>
</bpmn:parallelGateway>
<bpmn:sequenceFlow id="Flow_1hdpd6e" sourceRef="Activity_0el490h" targetRef="Gateway_0vlb15w" />
<bpmn:sequenceFlow id="Flow_08qskbu" sourceRef="Activity_12shstq" targetRef="Gateway_0vlb15w" />
<bpmn:sequenceFlow id="Flow_1mts5v8" sourceRef="Gateway_0vlb15w" targetRef="Activity_033bobt" />
</bpmn:process> </bpmn:process>
<bpmndi:BPMNDiagram id="BPMNDiagram_1"> <bpmndi:BPMNDiagram id="BPMNDiagram_1">
<bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="Process_0lzf9jk"> <bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="Process_0lzf9jk">
<bpmndi:BPMNShape id="Activity_0xj4ejn_di" bpmnElement="Activity_0xj4ejn"> <bpmndi:BPMNEdge id="Flow_1m2t9yp_di" bpmnElement="Flow_1m2t9yp">
<dc:Bounds x="230" y="220" width="100" height="80" /> <di:waypoint x="188" y="250" />
<di:waypoint x="225" y="250" />
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="Flow_0wgvs43_di" bpmnElement="Flow_0wgvs43">
<di:waypoint x="250" y="225" />
<di:waypoint x="250" y="200" />
<di:waypoint x="290" y="200" />
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="Flow_18ah258_di" bpmnElement="Flow_18ah258">
<di:waypoint x="250" y="275" />
<di:waypoint x="250" y="300" />
<di:waypoint x="290" y="300" />
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="Flow_0vx10vl_di" bpmnElement="Flow_0vx10vl">
<di:waypoint x="590" y="250" />
<di:waypoint x="621" y="250" />
<di:waypoint x="621" y="170" />
<di:waypoint x="652" y="170" />
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="Flow_1hdpd6e_di" bpmnElement="Flow_1hdpd6e">
<di:waypoint x="390" y="200" />
<di:waypoint x="430" y="200" />
<di:waypoint x="430" y="225" />
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="Flow_08qskbu_di" bpmnElement="Flow_08qskbu">
<di:waypoint x="390" y="300" />
<di:waypoint x="430" y="300" />
<di:waypoint x="430" y="275" />
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="Flow_1mts5v8_di" bpmnElement="Flow_1mts5v8">
<di:waypoint x="455" y="250" />
<di:waypoint x="490" y="250" />
</bpmndi:BPMNEdge>
<bpmndi:BPMNShape id="Activity_0el490h_di" bpmnElement="Activity_0el490h">
<dc:Bounds x="290" y="160" width="100" height="80" />
<bpmndi:BPMNLabel>
<dc:Bounds x="299" y="233" width="81" height="14" />
</bpmndi:BPMNLabel>
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="Activity_12shstq_di" bpmnElement="Activity_12shstq">
<dc:Bounds x="290" y="260" width="100" height="80" />
<bpmndi:BPMNLabel>
<dc:Bounds x="305" y="330" width="70" height="40" />
</bpmndi:BPMNLabel>
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="Gateway_11n50k1_di" bpmnElement="Gateway_0dm9jmc">
<dc:Bounds x="225" y="225" width="50" height="50" />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="Event_0e7vhme_di" bpmnElement="Event_0e7vhme">
<dc:Bounds x="152" y="232" width="36" height="36" />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="Gateway_0vlb15w_di" bpmnElement="Gateway_0vlb15w">
<dc:Bounds x="405" y="225" width="50" height="50" />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="Activity_033bobt_di" bpmnElement="Activity_033bobt">
<dc:Bounds x="490" y="210" width="100" height="80" />
<bpmndi:BPMNLabel>
<dc:Bounds x="499" y="203" width="82" height="53" />
</bpmndi:BPMNLabel>
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="DataObjectReference_0dk8ord_di" bpmnElement="DataObjectReference_0dk8ord">
<dc:Bounds x="432" y="115" width="36" height="50" />
<bpmndi:BPMNLabel>
<dc:Bounds x="410" y="78" width="81" height="27" />
</bpmndi:BPMNLabel>
</bpmndi:BPMNShape> </bpmndi:BPMNShape>
<bpmndi:BPMNShape id="Flow_0dc8ucf_di" bpmnElement="Flow_0dc8ucf"> <bpmndi:BPMNShape id="Flow_0dc8ucf_di" bpmnElement="Flow_0dc8ucf">
<dc:Bounds x="412" y="95" width="36" height="50" /> <dc:Bounds x="202" y="115" width="36" height="50" />
<bpmndi:BPMNLabel> <bpmndi:BPMNLabel>
<dc:Bounds x="402" y="152" width="58" height="14" /> <dc:Bounds x="185" y="77.5" width="70" height="27" />
</bpmndi:BPMNLabel> </bpmndi:BPMNLabel>
</bpmndi:BPMNShape> </bpmndi:BPMNShape>
<bpmndi:BPMNShape id="Flow_1gbqvo5_di" bpmnElement="Flow_1gbqvo5"> <bpmndi:BPMNShape id="Event_02lc079_di" bpmnElement="Event_02lc079">
<dc:Bounds x="412" y="230" width="36" height="50" /> <dc:Bounds x="652" y="152" width="36" height="36" />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="DataObjectReference_125w85o_di" bpmnElement="DataObjectReference_125w85o">
<dc:Bounds x="652" y="255" width="36" height="50" />
<bpmndi:BPMNLabel> <bpmndi:BPMNLabel>
<dc:Bounds x="398" y="287" width="69" height="27" /> <dc:Bounds x="631" y="312" width="82" height="53" />
</bpmndi:BPMNLabel> </bpmndi:BPMNLabel>
</bpmndi:BPMNShape> </bpmndi:BPMNShape>
<bpmndi:BPMNShape id="Activity_0wp44i7_di" bpmnElement="Activity_0wp44i7"> <bpmndi:BPMNShape id="DataStoreReference_0e449rj_di" bpmnElement="DataStoreReference_0e449rj">
<dc:Bounds x="540" y="150" width="100" height="80" /> <dc:Bounds x="195" y="335" width="50" height="50" />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="Flow_0vog5x8_di" bpmnElement="Flow_0vog5x8">
<dc:Bounds x="255" y="345" width="50" height="50" />
<bpmndi:BPMNLabel> <bpmndi:BPMNLabel>
<dc:Bounds x="250" y="402" width="63" height="40" /> <dc:Bounds x="190" y="392" width="64" height="40" />
</bpmndi:BPMNLabel> </bpmndi:BPMNLabel>
</bpmndi:BPMNShape> </bpmndi:BPMNShape>
<bpmndi:BPMNEdge id="DataInputAssociation_1lr92f2_di" bpmnElement="DataInputAssociation_1lr92f2"> <bpmndi:BPMNShape id="DataObjectReference_0b8tret_di" bpmnElement="DataObjectReference_0b8tret">
<di:waypoint x="280" y="345" /> <dc:Bounds x="432" y="335" width="36" height="50" />
<di:waypoint x="280" y="300" />
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="DataOutputAssociation_14oxqhj_di" bpmnElement="DataOutputAssociation_14oxqhj">
<di:waypoint x="330" y="260" />
<di:waypoint x="412" y="260" />
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="DataInputAssociation_1as2fpu_di" bpmnElement="DataInputAssociation_1as2fpu">
<di:waypoint x="448" y="246" />
<di:waypoint x="540" y="200" />
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="DataInputAssociation_197tuqn_di" bpmnElement="DataInputAssociation_197tuqn">
<di:waypoint x="448" y="128" />
<di:waypoint x="540" y="168" />
</bpmndi:BPMNEdge>
<bpmndi:BPMNShape id="Flow_1jss46c_di" bpmnElement="Flow_1jss46c">
<dc:Bounds x="582" y="275" width="36" height="50" />
<bpmndi:BPMNLabel> <bpmndi:BPMNLabel>
<dc:Bounds x="570" y="332" width="63" height="40" /> <dc:Bounds x="418" y="392" width="70" height="27" />
</bpmndi:BPMNLabel> </bpmndi:BPMNLabel>
</bpmndi:BPMNShape> </bpmndi:BPMNShape>
<bpmndi:BPMNShape id="Activity_1tcgmr4_di" bpmnElement="Activity_1tcgmr4"> <bpmndi:BPMNEdge id="DataInputAssociation_0rzl9pn_di" bpmnElement="DataInputAssociation_0rzl9pn">
<dc:Bounds x="700" y="150" width="100" height="80" /> <di:waypoint x="238" y="140" />
</bpmndi:BPMNShape> <di:waypoint x="310" y="140" />
<bpmndi:BPMNEdge id="Flow_0b8m6wa_di" bpmnElement="Flow_0b8m6wa"> <di:waypoint x="310" y="160" />
<di:waypoint x="640" y="190" />
<di:waypoint x="700" y="190" />
</bpmndi:BPMNEdge> </bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="DataOutputAssociation_14x0clz_di" bpmnElement="DataOutputAssociation_14x0clz"> <bpmndi:BPMNEdge id="DataOutputAssociation_1h1k7f3_di" bpmnElement="DataOutputAssociation_1h1k7f3">
<di:waypoint x="593" y="230" /> <di:waypoint x="370" y="160" />
<di:waypoint x="596" y="275" /> <di:waypoint x="370" y="140" />
<di:waypoint x="432" y="140" />
</bpmndi:BPMNEdge> </bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="DataInputAssociation_0syollx_di" bpmnElement="DataInputAssociation_0syollx"> <bpmndi:BPMNEdge id="DataInputAssociation_1k14ujc_di" bpmnElement="DataInputAssociation_1k14ujc">
<di:waypoint x="618" y="289" /> <di:waypoint x="245" y="360" />
<di:waypoint x="717" y="230" /> <di:waypoint x="310" y="360" />
<di:waypoint x="310" y="340" />
</bpmndi:BPMNEdge> </bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="Flow_0y9052u_di" bpmnElement="Flow_0y9052u"> <bpmndi:BPMNEdge id="DataOutputAssociation_1wqdnca_di" bpmnElement="DataOutputAssociation_1wqdnca">
<di:waypoint x="280" y="220" /> <di:waypoint x="370" y="340" />
<di:waypoint x="280" y="190" /> <di:waypoint x="370" y="360" />
<di:waypoint x="540" y="190" /> <di:waypoint x="430" y="360" />
</bpmndi:BPMNEdge> </bpmndi:BPMNEdge>
<bpmndi:BPMNShape id="Event_0d8jvwa_di" bpmnElement="Event_0d8jvwa"> <bpmndi:BPMNEdge id="DataInputAssociation_097tm6g_di" bpmnElement="DataInputAssociation_097tm6g">
<dc:Bounds x="152" y="242" width="36" height="36" /> <di:waypoint x="468" y="360" />
</bpmndi:BPMNShape> <di:waypoint x="540" y="360" />
<bpmndi:BPMNEdge id="Flow_0gdv3ul_di" bpmnElement="Flow_0gdv3ul"> <di:waypoint x="540" y="290" />
<di:waypoint x="188" y="260" />
<di:waypoint x="230" y="260" />
</bpmndi:BPMNEdge> </bpmndi:BPMNEdge>
<bpmndi:BPMNShape id="Event_17s8nnq_di" bpmnElement="Event_17s8nnq"> <bpmndi:BPMNEdge id="DataInputAssociation_16303zg_di" bpmnElement="DataInputAssociation_16303zg">
<dc:Bounds x="732" y="82" width="36" height="36" /> <di:waypoint x="468" y="140" />
</bpmndi:BPMNShape> <di:waypoint x="540" y="140" />
<bpmndi:BPMNEdge id="Flow_18mvlx8_di" bpmnElement="Flow_18mvlx8"> <di:waypoint x="540" y="210" />
<di:waypoint x="750" y="150" /> </bpmndi:BPMNEdge>
<di:waypoint x="750" y="118" /> <bpmndi:BPMNEdge id="DataOutputAssociation_0frorp4_di" bpmnElement="DataOutputAssociation_0frorp4">
<di:waypoint x="590" y="280" />
<di:waypoint x="652" y="280" />
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="DataInputAssociation_1txvcxy_di" bpmnElement="DataInputAssociation_1txvcxy">
<di:waypoint x="670" y="255" />
<di:waypoint x="670" y="188" />
</bpmndi:BPMNEdge> </bpmndi:BPMNEdge>
</bpmndi:BPMNPlane> </bpmndi:BPMNPlane>
</bpmndi:BPMNDiagram> </bpmndi:BPMNDiagram>