Development of an internal social media platform with personalised dashboards for students
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.

classes_No_Name.dot 680B

123456789101112
  1. digraph "classes_No_Name" {
  2. charset="utf-8"
  3. rankdir=BT
  4. "0" [label="{Ancestor|attr : str\lcls_member\l|get_value()\lset_value()\l}", shape="record"];
  5. "1" [label="{DoNothing|\l|}", shape="record"];
  6. "2" [label="{Interface|\l|get_value()\lset_value()\l}", shape="record"];
  7. "3" [label="{Specialization|TYPE : str\lrelation\ltop : str\l|}", shape="record"];
  8. "3" -> "0" [arrowhead="empty", arrowtail="none"];
  9. "0" -> "2" [arrowhead="empty", arrowtail="node", style="dashed"];
  10. "1" -> "0" [arrowhead="diamond", arrowtail="none", fontcolor="green", label="cls_member", style="solid"];
  11. "1" -> "3" [arrowhead="diamond", arrowtail="none", fontcolor="green", label="relation", style="solid"];
  12. }