No Description
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

lodel2_ui.dot 379B

12345678910111213141516171819
  1. digraph Lodel2_architecture {
  2. user [label="Lodel user"]
  3. ui [label="<ui> UI|{web|cli|lodel2fs}|<tpl> templates", shape=record]
  4. action [label="{user|action|target}|<datas> datas}", shape=record]
  5. ACL
  6. leapi [label="LeAPI"]
  7. user -> ui
  8. ui:tpl -> user
  9. ui:ui -> action
  10. action -> ACL
  11. ACL -> leapi
  12. action:datas -> leapi
  13. leapi -> ui:tpl
  14. leapi -> leDataSource [dir=both]
  15. }