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.

em_components.dot 508B

12345678910111213
  1. digraph editorial_model_components {
  2. label="Editorial model components"
  3. classtypes [ label="{ entity | person | index }", shape=record]
  4. class [ label="<f0> Class| { <f2> fields|<f3> optionnal field }", shape=record ]
  5. type [ label="<f0> Type| { <f2> fields| <f3> selected field }", shape=record ]
  6. classtypes -> class [ label="Defines possibles hierarchy" ]
  7. class:f0 -> type:f0 [ label="specialize", style="dotted" ]
  8. class:f2 -> type:f2 [ label="inherit"]
  9. class:f3 -> type:f3 [ label="select" ]
  10. }