diff options
| author | Francois Perrad <francois.perrad@gadz.org> | 2010-11-09 12:44:43 +0100 |
|---|---|---|
| committer | Francois Perrad <francois.perrad@gadz.org> | 2010-11-09 12:44:43 +0100 |
| commit | d257622c13a98f8a5f894997f591812e0f2c59f3 (patch) | |
| tree | 3f9ed32a0d2fbeb59c4b990cbe99c0a5636d6aa0 /uml/abstract_syntax_tree.dot | |
| parent | fix edge UML (diff) | |
| download | spore-specifications-d257622c13a98f8a5f894997f591812e0f2c59f3.tar.gz | |
rename abstract_syntax_tree
Diffstat (limited to 'uml/abstract_syntax_tree.dot')
| -rw-r--r-- | uml/abstract_syntax_tree.dot | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/uml/abstract_syntax_tree.dot b/uml/abstract_syntax_tree.dot new file mode 100644 index 0000000..83b727f --- /dev/null +++ b/uml/abstract_syntax_tree.dot @@ -0,0 +1,14 @@ +digraph { + + node [shape=record]; + + "API" + [label="{\N|methods : map<string,Method>\lname : string\l\lauthentication : boolean\lauthority : string\lbase_url : string\ldescription : string\lexpected_status : array<number>\lformats : array<string>\lmeta : map<string,string>\lunattended_params : boolean\lversion : string\l}"]; + + "API" -> "Method" + [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<number>\lform-data : map<string,string>\lformats : array<string>\lheaders : map<string,string>\loptional_params : array<string>\loptional_payload : boolean\lrequired_params : array<string>\lrequired_payload : boolean\lunattended_params : boolean\l}"]; + +} |
