This repository has been archived by the owner on Nov 5, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathsinglearea-fullhistory.xmi
70 lines (70 loc) · 2.1 KB
/
singlearea-fullhistory.xmi
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
<?xml version="1.0" encoding="UTF-8"?>
<tll:System
xmi:version="2.0"
xmlns:xmi="http://www.omg.org/XMI"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:tll="http://www.example.org/tll"
id="IAFPlant">
<area id="Area1"
store="//@area.0/@component.9"
buffer="//@area.0/@component.8">
<component
xsi:type="tll:Turntable"
id="a1_t1"
processingTime="4"
neighbour="//@area.0/@component.1"/>
<component
xsi:type="tll:Conveyor"
id="a1_c1"
processingTime="2"
neighbour="//@area.0/@component.2 //@area.0/@component.0"/>
<component
xsi:type="tll:Turntable"
id="a1_t2"
processingTime="4"
neighbour="//@area.0/@component.3 //@area.0/@component.1"/>
<component
xsi:type="tll:Machine"
id="a1_m1"
processingTime="4"
neighbour="//@area.0/@component.4 //@area.0/@component.2"/>
<component
xsi:type="tll:Turntable"
id="a1_t3"
processingTime="4"
neighbour="//@area.0/@component.5 //@area.0/@component.3"/>
<component
xsi:type="tll:Conveyor"
id="a1_c2"
processingTime="4"
neighbour="//@area.0/@component.6 //@area.0/@component.4"/>
<component
xsi:type="tll:Turntable"
id="a1_t4"
processingTime="4"
neighbour="//@area.0/@component.7 //@area.0/@component.5"/>
<component
xsi:type="tll:Conveyor"
id="a1_c3"
processingTime="4"
neighbour="//@area.0/@component.0 //@area.0/@component.6"/>
<component
xsi:type="tll:WaitingQueue"
id="a1_buffer"
processingTime="2"
entry="//@area.0/@component.0"/>
<component
xsi:type="tll:StorageQueue"
id="a1_store"
processingTime="2"
exit="//@area.0/@component.6"/>
<itemGen
frequency="1"/>
</area>
<simconfig
timeout="-1"
iterations="20"
enableLogging="true"
recordHistory="true"
storeProcessedItems="true"/>
</tll:System>