diff --git a/testdata/dot-ref/ViewAllDetailed.dot b/testdata/dot-ref/ViewAllDetailed.dot index 5d9de6e..c616fd1 100644 --- a/testdata/dot-ref/ViewAllDetailed.dot +++ b/testdata/dot-ref/ViewAllDetailed.dot @@ -7,16 +7,18 @@ digraph G { edge [fontname="Helvetica",fontsize=10,labelfontname="Helvetica",labelfontsize=10]; node [fontname="Helvetica",fontsize=10,shape=plaintext]; + nodesep=0.25; + ranksep=0.5; // gr.spinellis.basic.invoice.InvoiceItem - c317 [label=<
InvoiceItem
product : Product
quantity : int
>, fontname="Helvetica", fontcolor="black", fontsize=10.0]; + c317 [label=<
InvoiceItem
product : Product
quantity : int
>, fontname="Helvetica", fontcolor="black", fontsize=10.0]; // gr.spinellis.basic.invoice.Invoice - c318 [label=<
Invoice
total : double
items : InvoiceItem[]
customer : Customer
addItem(p : Product, quantity : int)
>, fontname="Helvetica", fontcolor="black", fontsize=10.0]; + c318 [label=<
Invoice
total : double
items : InvoiceItem[]
customer : Customer
addItem(p : Product, quantity : int)
>, fontname="Helvetica", fontcolor="black", fontsize=10.0]; // gr.spinellis.basic.invoice.Customer - c319 [label=<
Customer
name : String
>, fontname="Helvetica", fontcolor="black", fontsize=10.0]; + c319 [label=<
Customer
name : String
>, fontname="Helvetica", fontcolor="black", fontsize=10.0]; // gr.spinellis.basic.product.Product - c320 [label=<
Product
name : String
stock : int
price : double
category : Category
>, fontname="Helvetica", fontcolor="black", fontsize=10.0]; + c320 [label=<
Product
name : String
stock : int
price : double
category : Category
>, fontname="Helvetica", fontcolor="black", fontsize=10.0]; // gr.spinellis.basic.product.Category - c321 [label=<
Category
name : String
products : List<>
>, fontname="Helvetica", fontcolor="black", fontsize=10.0]; + c321 [label=<
Category
name : String
products : List<>
>, fontname="Helvetica", fontcolor="black", fontsize=10.0]; // gr.spinellis.basic.invoice.InvoiceItem ASSOC gr.spinellis.basic.product.Product c317:p -> c320:p [taillabel="*", label="", headlabel="1", fontname="Helvetica", fontcolor="black", fontsize=10.0, color="black", arrowhead=none]; // gr.spinellis.basic.invoice.Invoice ASSOC gr.spinellis.basic.invoice.Customer