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_archi.dot 531B

1234567891011121314
  1. digraph Lodel2_architecture {
  2. ui [ label="User interface" ]
  3. leapi [ label="<api>Lodel Editorial API|{Static API|<dynamic> Dynamically generated API}", shape=record ]
  4. editorial_model [ label="<em>Editorial Model|{Classes|Types|{<fields>Fields|<ftype>fieldtypes}}", shape=record ]
  5. editorial_model:em -> leapi:dynamic [ label="Generate" ]
  6. editorial_model:ftype -> editorial_model:fields [ label="Defines field value" ]
  7. leapi -> editorial_model:ftype [ label="Asks for data validation" ]
  8. ui -> leapi:api
  9. leapi:api -> ui
  10. }