Skip to content

Instantly share code, notes, and snippets.

@charlycoste
Last active September 26, 2015 19:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save charlycoste/1148679 to your computer and use it in GitHub Desktop.
Save charlycoste/1148679 to your computer and use it in GitHub Desktop.
UML diagram sample with dot (graphviz)
digraph G {
node [shape = "record"]
edge [arrowhead = "empty"]
Animal [label = "{Animal|+ name : string\l+ age : int\l|+ die() : void\l}"]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment