Class diagramm was added

This commit is contained in:
2014-06-13 19:40:47 +06:00
parent 90953f1eba
commit 347f423ba3
6 changed files with 417 additions and 29 deletions

8
er.dot
View File

@@ -15,7 +15,7 @@ graph ER {
{node [label = "σ_23"] s23};
{node [label = "σ_I"] sI};
node [shape=ellipse]; "X"; "Y"; "Z";
node [shape=ellipse]; "X_1"; "X_2"; "X_3";
node [shape=diamond,style=filled,color=lightgrey]; "С-Т";
@@ -32,9 +32,9 @@ graph ER {
props -- phaze;
props -- "С-Т" [label="m", len=1.00];
"С-Т" -- points [label="n",len=1.00];
points -- "X";
points -- "Y";
points -- "Z";
points -- "X_1";
points -- "X_2";
points -- "X_3";
fontsize=20;
}