forked from yefu24324/message_bridge_rs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbridge-cmd.drawio
68 lines (68 loc) · 5.12 KB
/
bridge-cmd.drawio
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
<mxfile host="65bd71144e">
<diagram id="rGeXrhFxtjK27tNuvnSB" name="Page-1">
<mxGraphModel dx="1916" dy="485" grid="1" gridSize="10" guides="1" tooltips="1" connect="1" arrows="1" fold="1" page="1" pageScale="1" pageWidth="827" pageHeight="1169" math="0" shadow="0">
<root>
<mxCell id="0"/>
<mxCell id="1" parent="0"/>
<mxCell id="71" value="QQBridge" style="shape=cylinder3;whiteSpace=wrap;html=1;boundedLbl=1;backgroundOutline=1;size=15;" vertex="1" parent="1">
<mxGeometry x="600" y="220" width="60" height="80" as="geometry"/>
</mxCell>
<mxCell id="104" style="edgeStyle=none;html=1;entryX=0;entryY=0.5;entryDx=0;entryDy=0;" edge="1" parent="1" source="76" target="103">
<mxGeometry relative="1" as="geometry"/>
</mxCell>
<mxCell id="76" value="处理命令" style="rounded=0;whiteSpace=wrap;html=1;" vertex="1" parent="1">
<mxGeometry x="250" y="70" width="120" height="60" as="geometry"/>
</mxCell>
<mxCell id="80" value="DCBridge" style="shape=cylinder3;whiteSpace=wrap;html=1;boundedLbl=1;backgroundOutline=1;size=15;" vertex="1" parent="1">
<mxGeometry x="740" y="220" width="60" height="80" as="geometry"/>
</mxCell>
<mxCell id="100" value="Connection&nbsp;连接器,&nbsp;也是Bridge创建" style="text;html=1;strokeColor=none;fillColor=none;align=center;verticalAlign=middle;whiteSpace=wrap;rounded=0;shadow=1;" vertex="1" parent="1">
<mxGeometry x="-60" width="240" height="20" as="geometry"/>
</mxCell>
<mxCell id="106" style="edgeStyle=none;html=1;entryX=0;entryY=0.5;entryDx=0;entryDy=0;" edge="1" parent="1" source="103" target="105">
<mxGeometry relative="1" as="geometry"/>
</mxCell>
<mxCell id="103" value="处理返回消息" style="rounded=0;whiteSpace=wrap;html=1;" vertex="1" parent="1">
<mxGeometry x="440" y="70" width="120" height="60" as="geometry"/>
</mxCell>
<mxCell id="116" style="edgeStyle=none;html=1;exitX=0.5;exitY=1;exitDx=0;exitDy=0;entryX=0.5;entryY=0;entryDx=0;entryDy=0;entryPerimeter=0;" edge="1" parent="1" source="105" target="71">
<mxGeometry relative="1" as="geometry"/>
</mxCell>
<mxCell id="117" style="edgeStyle=none;html=1;exitX=0.5;exitY=1;exitDx=0;exitDy=0;entryX=0.5;entryY=0;entryDx=0;entryDy=0;entryPerimeter=0;" edge="1" parent="1" source="105" target="80">
<mxGeometry relative="1" as="geometry"/>
</mxCell>
<mxCell id="105" value="Bridge" style="rounded=0;whiteSpace=wrap;html=1;" vertex="1" parent="1">
<mxGeometry x="640" y="70" width="120" height="60" as="geometry"/>
</mxCell>
<mxCell id="110" style="edgeStyle=none;html=1;entryX=0;entryY=0.5;entryDx=0;entryDy=0;" edge="1" parent="1" source="107" target="109">
<mxGeometry relative="1" as="geometry"/>
</mxCell>
<mxCell id="107" value="QQ" style="rounded=0;whiteSpace=wrap;html=1;" vertex="1" parent="1">
<mxGeometry x="-110" y="70" width="120" height="60" as="geometry"/>
</mxCell>
<mxCell id="108" value="<span style="font-size: 11px">同步消息</span>" style="rounded=0;whiteSpace=wrap;html=1;" vertex="1" parent="1">
<mxGeometry x="60" y="220" width="120" height="60" as="geometry"/>
</mxCell>
<mxCell id="111" style="edgeStyle=none;html=1;" edge="1" parent="1" source="109" target="76">
<mxGeometry relative="1" as="geometry"/>
</mxCell>
<mxCell id="115" value="是命令" style="edgeLabel;html=1;align=center;verticalAlign=middle;resizable=0;points=[];" vertex="1" connectable="0" parent="111">
<mxGeometry x="-0.3111" relative="1" as="geometry">
<mxPoint x="9" as="offset"/>
</mxGeometry>
</mxCell>
<mxCell id="112" style="edgeStyle=none;html=1;entryX=0.5;entryY=0;entryDx=0;entryDy=0;" edge="1" parent="1" source="109" target="108">
<mxGeometry relative="1" as="geometry"/>
</mxCell>
<mxCell id="114" value="无条件" style="edgeLabel;html=1;align=center;verticalAlign=middle;resizable=0;points=[];" vertex="1" connectable="0" parent="112">
<mxGeometry x="-0.425" y="-2" relative="1" as="geometry">
<mxPoint x="2" y="17" as="offset"/>
</mxGeometry>
</mxCell>
<mxCell id="109" value="是否是命令" style="rhombus;whiteSpace=wrap;html=1;" vertex="1" parent="1">
<mxGeometry x="80" y="60" width="80" height="80" as="geometry"/>
</mxCell>
</root>
</mxGraphModel>
</diagram>
</mxfile>