-
Notifications
You must be signed in to change notification settings - Fork 1
/
thm.thm
64 lines (47 loc) · 1.1 KB
/
thm.thm
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
<?xml version="1.0"?>
<alloy>
<view nodetheme="Martha">
<projection> <type name="Time"/> </projection>
<defaultnode/>
<defaultedge/>
<node>
<type name="Int"/>
<type name="String"/>
<type name="Time"/>
<type name="univ"/>
<type name="seq/Int"/>
</node>
<node color="Black">
<type name="Receptacle"/>
</node>
<node shape="Box" color="Blue">
<type name="CommandesLivrees"/>
</node>
<node shape="Ellipse" color="Yellow">
<type name="Case"/>
</node>
<node shape="Hexagon" color="White">
<type name="Grille"/>
</node>
<node shape="Inv Triangle" color="Red">
<type name="Drone"/>
</node>
<node shape="Lined Diamond" color="Gray">
<type name="Entrepot"/>
</node>
<node shape="Parallelogram" color="Green">
<type name="Commande"/>
</node>
<node style="Bold">
<set name="First" type="to/Ord"/>
<set name="Next" type="to/Ord"/>
</node>
<node visible="no">
<type name="co/Ord"/>
<type name="to/Ord"/>
</node>
<edge color="Gray" constraint="no">
<relation name="Next"> <type name="co/Ord"/> <type name="Commande"/> <type name="Commande"/> </relation>
</edge>
</view>
</alloy>