13 lines
No EOL
265 B
Text
13 lines
No EOL
265 B
Text
digraph G {
|
|
splines="FALSE";
|
|
|
|
/* Entities */
|
|
shortName [label="shortName", shape="square"]
|
|
|
|
shortName2 [label="shortName", shape="oval"]
|
|
/* Relationships */
|
|
F1 -> shortName[label=".63"]
|
|
|
|
/* Ranks */
|
|
{ rank=same; shortName; };
|
|
} |