summaryrefslogtreecommitdiff
path: root/uml/api.dot
diff options
context:
space:
mode:
authorFrancois Perrad <francois.perrad@gadz.org>2010-11-05 22:58:34 +0100
committerFrancois Perrad <francois.perrad@gadz.org>2010-11-05 22:58:34 +0100
commit294b567ef34d2375d164f45afbaa89f5e0a25614 (patch)
tree7c73501e1622f292be822ff0e3fb509207af6c2a /uml/api.dot
parentupdate UML representation (diff)
downloadspore-specifications-294b567ef34d2375d164f45afbaa89f5e0a25614.tar.gz
fix edge UML
Diffstat (limited to 'uml/api.dot')
-rw-r--r--uml/api.dot2
1 files changed, 1 insertions, 1 deletions
diff --git a/uml/api.dot b/uml/api.dot
index 400f442..83b727f 100644
--- a/uml/api.dot
+++ b/uml/api.dot
@@ -6,7 +6,7 @@ digraph {
[label="{\N|methods : map&lt;string,Method&gt;\lname : string\l\lauthentication : boolean\lauthority : string\lbase_url : string\ldescription : string\lexpected_status : array&lt;number&gt;\lformats : array&lt;string&gt;\lmeta : map&lt;string,string&gt;\lunattended_params : boolean\lversion : string\l}"];
"API" -> "Method"
- [label = "methods", arrowhead = none, arrowtail = odiamond];
+ [label="methods", dir=back, arrowtail=odiamond];
"Method"
[label="{\N|method : string\lpath : string\l\lauthentication : boolean\lbase_url : string\ldeprecated : boolean\ldescription : string\lexpected_status : array&lt;number&gt;\lform-data : map&lt;string,string&gt;\lformats : array&lt;string&gt;\lheaders : map&lt;string,string&gt;\loptional_params : array&lt;string&gt;\loptional_payload : boolean\lrequired_params : array&lt;string&gt;\lrequired_payload : boolean\lunattended_params : boolean\l}"];