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_relations.dot 802B

1234567891011121314151617181920212223242526
  1. digraph editorial_model_relations {
  2. label="Editorial Model relations"
  3. classtypes
  4. r_class1 [ label="<f0> Class 1| {STR |INTEGER(optionnal) | STR | REL_TO_TYPE}", shape=record ]
  5. r_class2 [ label="<f0> Class 2| {STR |STR }", shape=record ]
  6. r_type1 [ label="<f0> Type 1| { STR |INTEGER | STR |<fr>REL_TO_TYPE}}", shape=record ]
  7. r_type2 [ label="<f0> Type 2|{ STR | STR |<fr>REL_TO_TYPE}", shape=record ]
  8. r_type3 [ label="<f0> Type 3|{ STR |STR }", shape=record ]
  9. classtypes -> r_class1
  10. classtypes -> r_class2
  11. r_class1 -> r_type1 [ label="inherit", style="dotted" ]
  12. r_class1 -> r_type2 [ label="inherit", style="dotted" ]
  13. r_class2 -> r_type3 [ label="inherit", style="dotted" ]
  14. r_type1:fr -> r_class2 [ label="link to Class 2" ]
  15. r_type2:fr -> r_class1 [ label="link to Class 1" ]
  16. }