From 2f0f999ed3a3a1dc1fe0d1ad5f06786a87574614 Mon Sep 17 00:00:00 2001 From: Francois Perrad Date: Fri, 15 Oct 2010 16:24:37 +0200 Subject: graphical representation (UML Class Diagram) of the Rx schema. png <-- dot <-- lua-Coat --- uml/api.dot | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 uml/api.dot (limited to 'uml/api.dot') diff --git a/uml/api.dot b/uml/api.dot new file mode 100644 index 0000000..4d2a3dc --- /dev/null +++ b/uml/api.dot @@ -0,0 +1,13 @@ +digraph { + + node [shape=record]; + + "Method" + [label="{\N|authentication : boolean\lbase_url : string\ldescription : string\lexpected : table<number>\lformat : table<string>\lmethod : string\loptional : table<string>\lpath : string\lrequired : table<string>\l}"]; + + "API" + [label="{\N|authentication : boolean\lauthority : string\lbase_url : string\ldescription : string\lformat : table<string>\lmeta : table<string,string>\lmethods : table<string,Method>\lname : string\lversion : string\l}"]; + "API" -> "Method" // attr isa table + [label = "methods", arrowhead = none, arrowtail = odiamond]; + +} -- cgit v1.2.3