forked from bptlab/fCM-design-support
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsampleBoard.bpmn
More file actions
76 lines (76 loc) · 4.85 KB
/
sampleBoard.bpmn
File metadata and controls
76 lines (76 loc) · 4.85 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
<?xml version="1.0" encoding="UTF-8"?>
<od:definitions xmlns:od="http://tk/schema/od" xmlns:odDi="http://tk/schema/odDi"
xmlns:dc="http://www.omg.org/spec/DD/20100524/DC">
<od:odBoard id="Board_debug">
<od:association name="test" sourceCardinality="0..0" targetCardinality="1..1" id="Association_Class2_Conference_to_Class1_Paper_type_components" type="components"
sourceRef="Class2_Conference" targetRef="Class1_Paper"/>
<od:association name="components" sourceCardinality="0..0" targetCardinality="1..1" id="Association_Class2_Conference_to_Class3_Decision_type_components" type="components"
sourceRef="Class2_Conference" targetRef="Class3_Decision"/>
<od:association name="components" sourceCardinality="0..0" targetCardinality="1..1" id="Association_Class2_Conference_to_Class4_Unicorn_type_components" type="components"
sourceRef="Class2_Conference" targetRef="Class4_Unicorn"/>
<od:class name="Conference" id="Class2_Conference"
attributeValues="cost: integer" >
<od:associations>Association_Class2_Conference_to_Class1_Paper_type_components</od:associations>
<od:associations>Association_Class2_Conference_to_Class3_Decision_type_components</od:associations>
<od:associations>Association_Class2_Conference_to_Class4_Unicorn_type_components</od:associations>
</od:class>
<od:class name="Paper" id="Class1_Paper" attributeValues="quantity: string" />
<od:class name="Decision" id="Class3_Decision" attributeValues="quantity: string" />
<od:class name="Unicorn" id="Class4_Unicorn" attributeValues="quantity: string" />
</od:odBoard>
<odDi:odRootBoard id="RootBoard_debug">
<odDi:odPlane id="Plane_debug" boardElement="Board_debug">
<odDi:association id="Association_Class2_Conference_to_Class1_Paper_type_components_di"
boardElement="Association_Class2_Conference_to_Class1_Paper_type_components">
<odDi:waypoint x="566.1" y="198.60000000000002"/>
<odDi:waypoint x="566.1" y="233.60000000000002"/>
<odDi:waypoint x="652.5" y="233.60000000000002"/>
<odDi:waypoint x="652.5" y="296.6"/>
<odDi:odSourceLabel>
<dc:Bounds x="560" y="240" width="82" height="18"/>
</odDi:odSourceLabel>
<odDi:odTargetLabel>
<dc:Bounds x="560" y="270" width="82" height="18"/>
</odDi:odTargetLabel>
</odDi:association>
<odDi:association id="Association_Class2_Conference_to_Class3_Decision_type_components_di"
boardElement="Association_Class2_Conference_to_Class3_Decision_type_components">
<odDi:waypoint x="610.3" y="198.60000000000002"/>
<odDi:waypoint x="610.3" y="223.60000000000002"/>
<odDi:waypoint x="869.5" y="223.60000000000002"/>
<odDi:waypoint x="869.5" y="296.6"/>
<odDi:odSourceLabel>
<dc:Bounds x="699" y="199" width="82" height="18"/>
</odDi:odSourceLabel>
<odDi:odTargetLabel>
<dc:Bounds x="699" y="230" width="82" height="18"/>
</odDi:odTargetLabel>
</odDi:association>
<odDi:association id="Association_Class2_Conference_to_Class4_Unicorn_type_components_di"
boardElement="Association_Class2_Conference_to_Class4_Unicorn_type_components">
<odDi:waypoint x="521.9" y="198.60000000000002"/>
<odDi:waypoint x="521.9" y="233.60000000000002"/>
<odDi:waypoint x="435.5" y="233.60000000000002"/>
<odDi:waypoint x="435.5" y="296.6"/>
<odDi:odSourceLabel>
<dc:Bounds x="450" y="240" width="82" height="18"/>
</odDi:odSourceLabel>
<odDi:odTargetLabel>
<dc:Bounds x="450" y="270" width="82" height="18"/>
</odDi:odTargetLabel>
</odDi:association>
<odDi:odShape id="Class2_Conference_di" boardElement="Class2_Conference">
<dc:Bounds x="434" y="120" width="221" height="78"/>
</odDi:odShape>
<odDi:odShape id="Class1_Paper_di" boardElement="Class1_Paper">
<dc:Bounds x="554" y="297" width="197" height="59"/>
</odDi:odShape>
<odDi:odShape id="Class3_Decision_di" boardElement="Class3_Decision">
<dc:Bounds x="771" y="297" width="197" height="59"/>
</odDi:odShape>
<odDi:odShape id="Class4_Unicorn_di" boardElement="Class4_Unicorn">
<dc:Bounds x="337" y="297" width="197" height="59"/>
</odDi:odShape>
</odDi:odPlane>
</odDi:odRootBoard>
</od:definitions>