-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathdecision_parameters.dot
More file actions
82 lines (75 loc) · 3.47 KB
/
Copy pathdecision_parameters.dot
File metadata and controls
82 lines (75 loc) · 3.47 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
77
78
79
80
81
82
digraph "Decision Parameters" {
rankdir="LR"
graph [fontname="helvetica", fontsize="32", fontcolor="#29235c", bgcolor="white"];
node [penwidth="0", margin="0", fontname="helvetica", fontsize="32", fontcolor="#29235c"];
edge [fontname="helvetica", fontsize="32", fontcolor="red", color="#29235c"];
labelloc="t"
label="Decision Parameters Document
Relationships"
fontcolor="#1d71b8"
fontsize=50
compound=true
"Decision Parameters" [
id="Decision Parameters";
label=<
<TABLE BORDER="2" COLOR="#29235c" CELLBORDER="1" CELLSPACING="0" CELLPADDING="10">
<TR>
<TD PORT="title" BGCOLOR="#1d71b8" HREF="../decision_parameters/">
<FONT COLOR="#ffffff"><B> Decision Parameters </B></FONT>
</TD>
</TR>
<TR>
<TD ALIGN="LEFT" PORT="content type" BGCOLOR="#e7e2dd">
<TABLE CELLPADDING="0" CELLSPACING="0" BORDER="0">
<TR>
<TD ALIGN="LEFT" VALIGN="TOP" WIDTH="200"><FONT COLOR="#7706E5">content type</FONT></TD>
<TD ALIGN="RIGHT"><FONT COLOR="#7706E5"><I>application/json</I></FONT></TD>
</TR>
</TABLE>
</TD>
</TR>
<TR>
<TD ALIGN="LEFT" PORT="type" BGCOLOR="#b8b5b0">
<TABLE CELLPADDING="0" CELLSPACING="0" BORDER="0">
<TR>
<TD ALIGN="LEFT" VALIGN="TOP" WIDTH="200"><FONT COLOR="#7706E5">type</FONT></TD>
<TD ALIGN="RIGHT"><FONT FACE="Courier" COLOR="#7706E5"><B><I>788ff4c6-d65a-451f-bb33-575fe056b411</I></B></FONT></TD>
</TR>
</TABLE>
</TD>
</TR>
<TR>
<TD ALIGN="LEFT" PORT="id" BGCOLOR="#e7e2dd">
<TABLE CELLPADDING="0" CELLSPACING="0" BORDER="0">
<TR>
<TD ALIGN="LEFT" VALIGN="TOP" WIDTH="200"><FONT COLOR="#7706E5">id</FONT></TD>
<TD ALIGN="RIGHT"><FONT COLOR="#7706E5"><I>Document Id</I></FONT></TD>
</TR>
</TABLE>
</TD>
</TR>
<TR>
<TD ALIGN="LEFT" PORT="ver" BGCOLOR="#b8b5b0">
<TABLE CELLPADDING="0" CELLSPACING="0" BORDER="0">
<TR>
<TD ALIGN="LEFT" VALIGN="TOP" WIDTH="200"><FONT COLOR="#7706E5">ver</FONT></TD>
<TD ALIGN="RIGHT"><FONT COLOR="#7706E5"><I>Document Ver</I></FONT></TD>
</TR>
</TABLE>
</TD>
</TR>
<TR>
<TD ALIGN="LEFT" PORT="parameters" BGCOLOR="#e7e2dd">
<TABLE CELLPADDING="0" CELLSPACING="0" BORDER="0">
<TR>
<TD ALIGN="LEFT" VALIGN="TOP" WIDTH="200"><FONT COLOR="#7706E5">parameters</FONT></TD>
<TD ALIGN="RIGHT"><FONT COLOR="#7706E5"><I>Decision Parameters</I></FONT></TD>
</TR>
</TABLE>
</TD>
</TR>
</TABLE>
>
];
"Decision Parameters":"parameters":e -> "Decision Parameters":"title":n [dir=forward, penwidth=6, color="#29235c", headlabel="1", taillabel="*"]
}