Attachment 'compassadmin.dot.txt'
Download 1 /*dot version 1.15.20040901.0430
2 size="10,10",*/
3
4 digraph C {
5 graph [ratio=compress,rankdir=LR];
6 node[fontsize=10.0];
7 edge [];
8
9
10 /*管理流程
11 */
12 CA->As[color=firebrick ];
13 As->Sadd->CS->chk->CC[color=firebrick ];
14 As->Sedit->CS->pub->CC;
15 As->Sdel->CS->pub->CC;
16 As->Sask->CS->ls->CA;
17
18 CA->Ap;
19 Ap->SPadd->CS->pub->CC;
20 Ap->SPedit->CS->pub->CC;
21 Ap->SPdel->CS->pub->CC;
22
23 CA->Asrv->CC;
24 CA->Asrv->CS;
25
26 CA->Ad;
27 Ad->Dadd->CS->pub->CC;
28 Ad->Ddel->CS->pub->CC;
29
30 /* 结点定义 */
31 /*核心服务 fontcolor=floralwhite,style=filled,color=orangered3,shape=ellipse */
32 /*调度员服务*/
33 CS[label="Woodpecker.OGNS\n.Service\n.Dispatcher"
34 ,fontcolor=floralwhite,style=filled,color=orangered3,shape=ellipse];
35 /*Service.Agent 中介者服务*/
36 CC[label="Woodpecker.OGNS\n.Service\n.Agent\n( DEMO related Server s \n means maybe some Woodpecker.OGNS clients server)"
37 ,style=filled,color=moccasin,shape=egg];
38
39
40 /*Service.Agent 中介者服务管理*/
41 CA[label="Woodpecker.OGNS\n.Service\n.Administrator"
42 ,style=filled,color=moccasin,shape=egg];
43
44 /*管理事务 ,fontcolor=floralwhite,style=filled,color=darkolivegreen,shape=box */
45 As[label="Woodpecker.OGNS\n.Administrator\n.server"
46 ,fontcolor=floralwhite,style=filled,color=darkolivegreen,shape=box];
47 Asrv[label="Woodpecker.OGNS\n.Administrator\n.service"
48 ,fontcolor=floralwhite,style=filled,color=darkolivegreen,shape=box];
49 Ap[label="Woodpecker.OGNS\n.Administrator\n.partition"
50 ,fontcolor=floralwhite,style=filled,color=darkolivegreen,shape=box];
51 Ad[label="Woodpecker.OGNS\n.Administrator\n.depend"
52 ,fontcolor=floralwhite,style=filled,color=darkolivegreen,shape=box];
53
54
55 /*服务事务 style=filled,color=yellowgreen,shape=hexagon*/
56 Sadd[label="Woodpecker.OGNS\n.Processor\n.ServerAdd"
57 style=filled,color=yellowgreen,shape=hexagon];
58 Sedit[label="Woodpecker.OGNS\n.Processor\n.ServerEdit"
59 style=filled,color=yellowgreen,shape=hexagon];
60 Sdel[label="Woodpecker.OGNS\n.Processor\n.ServerDel"
61 style=filled,color=yellowgreen,shape=hexagon];
62 Sask[label="Woodpecker.OGNS\n.Processor\n.ServerAsk"
63 style=filled,color=yellowgreen,shape=hexagon];
64
65 /*依赖事务 style=filled,color=mistyrose,shape=house*/
66 Dadd[label="Woodpecker.OGNS\n.Processor\n.DependAdd"
67 style=filled,color=mistyrose,shape=house];
68 Ddel[label="Woodpecker.OGNS\n.Processor\n.DependDel"
69 style=filled,color=mistyrose,shape=house];
70
71 /*分区事务 style=filled,color=olivedrab1,shape=hexagon*/
72 SPadd[label="Woodpecker.OGNS\n.Processor\n.ServerAdd\n.partition"
73 style=filled,color=olivedrab1,shape=hexagon];
74 SPedit[label="Woodpecker.OGNS\n.Processor\n.ServerEdit\n.partition"
75 style=filled,color=olivedrab1,shape=hexagon];
76 SPdel[label="Woodpecker.OGNS\n.Processor\n.ServerDel\n.partition"
77 style=filled,color=olivedrab1,shape=hexagon];
78
79 /*事务处理 */
80 chk[label="Checking\n return\n allow|disallow"];
81 ls[label="Searching\n return\n info. list"];
82 pub[label="Publishing\n broadcast this mess.\n to all Woodpecker.OGNS node"];
83
84 }
Attached Files
To refer to attachments on a page, use attachment:filename, as shown below in the list of files. Do NOT use the URL of the [get] link, since this is subject to change and can break easily.You are not allowed to attach a file to this page.