mirror of https://github.com/dspinellis/UMLGraph
35 lines
2.9 KiB
Plaintext
35 lines
2.9 KiB
Plaintext
#!/usr/local/bin/dot
|
|
#
|
|
# Class diagram
|
|
# Generated by UMLGraph version 281411 (http://www.spinellis.gr/umlgraph/)
|
|
#
|
|
|
|
digraph G {
|
|
graph [fontnames="svg"]
|
|
edge [fontname="Helvetica",fontsize=10,labelfontname="Helvetica",labelfontsize=10,color="black"];
|
|
node [fontname="Helvetica",fontcolor="black",fontsize=10,shape=plaintext,margin=0,width=0,height=0];
|
|
nodesep=0.25;
|
|
ranksep=0.5;
|
|
// gr.spinellis.invoice.Customer
|
|
c45 [label=<<table title="gr.spinellis.invoice.Customer" border="0" cellborder="1" cellspacing="0" cellpadding="2" href="Customer.html" target="_parent"><tr><td><table border="0" cellspacing="0" cellpadding="1"><tr><td align="center" balign="center"> Customer </td></tr></table></td></tr></table>>, URL="Customer.html"];
|
|
// gr.spinellis.invoice.InvoiceItem
|
|
c46 [label=<<table title="gr.spinellis.invoice.InvoiceItem" border="0" cellborder="1" cellspacing="0" cellpadding="2" href="InvoiceItem.html" target="_parent"><tr><td><table border="0" cellspacing="0" cellpadding="1"><tr><td align="center" balign="center"> InvoiceItem </td></tr></table></td></tr></table>>, URL="InvoiceItem.html"];
|
|
// gr.spinellis.invoice.Invoice
|
|
c47 [label=<<table title="gr.spinellis.invoice.Invoice" border="0" cellborder="1" cellspacing="0" cellpadding="2" bgcolor="lemonChiffon" href="Invoice.html" target="_parent"><tr><td><table border="0" cellspacing="0" cellpadding="1"><tr><td align="center" balign="center"> Invoice </td></tr></table></td></tr></table>>, URL="Invoice.html"];
|
|
// gr.spinellis.product.Product
|
|
c48 [label=<<table title="gr.spinellis.product.Product" border="0" cellborder="1" cellspacing="0" cellpadding="2" href="../product/Product.html" target="_parent"><tr><td><table border="0" cellspacing="0" cellpadding="1"><tr><td align="center" balign="center"> Product </td></tr><tr><td align="center" balign="center"> gr.spinellis.product </td></tr></table></td></tr></table>>, URL="../product/Product.html"];
|
|
// gr.spinellis.invoice.InvoiceItem navassoc gr.spinellis.product.Product
|
|
c46 -> c48 [arrowhead=open,weight=1];
|
|
// gr.spinellis.invoice.Invoice navassoc gr.spinellis.invoice.InvoiceItem
|
|
c47 -> c46 [arrowhead=open,weight=1,headlabel="*"];
|
|
// gr.spinellis.invoice.Invoice navassoc gr.spinellis.invoice.Customer
|
|
c47 -> c45 [arrowhead=open,weight=1];
|
|
// gr.spinellis.invoice.Invoice navassoc java.util.Date
|
|
c47 -> c50 [arrowhead=open,weight=1];
|
|
// gr.spinellis.invoice.Invoice depend gr.spinellis.product.Product
|
|
c47 -> c48 [arrowhead=open,style=dashed,weight=0];
|
|
// java.util.Date
|
|
c50 [label=<<table title="java.util.Date" border="0" cellborder="1" cellspacing="0" cellpadding="2" href="http://docs.oracle.com/javase/7/docs/api/java/util/Date.html" target="_parent"><tr><td><table border="0" cellspacing="0" cellpadding="1"><tr><td align="center" balign="center"> Date </td></tr><tr><td align="center" balign="center"> java.util </td></tr></table></td></tr></table>>, URL="http://docs.oracle.com/javase/7/docs/api/java/util/Date.html"];
|
|
}
|
|
|