mirror of https://github.com/dspinellis/UMLGraph
14 lines
495 B
Plaintext
14 lines
495 B
Plaintext
#!/usr/local/bin/dot
|
|
#
|
|
# Class diagram
|
|
# Generated by $Id$
|
|
#
|
|
|
|
digraph G {
|
|
edge [fontname="Helvetica",fontsize=10,labelfontname="Helvetica",labelfontsize=10];
|
|
node [fontname="Helvetica",fontsize=10,shape=record];
|
|
// ActionQueue
|
|
c2 [label="{«container» \nActionQueue\n\{version = 3.2\}\r\n||add(a : Action)\ladd(a : Action, n : int)\l\{version = 1.0\}\rremove(n : int)\l«query» \llength() : int\l«helper functions» \lreorder()\l}", fontname="Helvetica", fontcolor="black", fontsize=10.0];
|
|
}
|
|
|