digraph grafica{
rankdir=LR;size="16,5"node [shape = record ]; Ella [label = "Ella| \n (#)Hijo1:Pension \n (-)Hijo2:Pension \n (+)NombreApellido| \n (#)Bañarse:Limpiarse \n (+)Saber;" ,style=filled,fillcolor= "#156232160"];El [label = "El| \n (#)HijoRegado1:Pension \n (-)HijoRegado2:Pension \n (+)NombreApellido| \n (+)MetodosComer:Comer \n (#)MetodoBañarse:Limpiarse \n (+)MetodoPagarPension:BigInt" ,style=filled,fillcolor= "#E6F0154"];El2 [label = "El2| \n (#)AtributosHijoRegado1:Pension \n (-)HijoRegado2:Pension \n (+)NombreApellido| \n (+)Comer:Comer \n (#)Bañarse:Limpiarse \n (+)PagarPension:BigInt" ,style=filled,fillcolor= "#4BC4BC2F5A"];NombreDelSuegro [label = "\<\<interfaz\>\> \n NombreDelSuegro|| \n (+)Comer:Comer \n (#)Regañar:Enfado \n (+)PagarPension:BigInt" ,style=filled,fillcolor= "#EA8E232"];
"NombreDelSuegro" -> "Ella" [arrowhead="onormal"]"Ella" -> "El" [arrowhead="odiamond"]"Ella" -> "El2" [arrowhead="diamond"]"El2" -> "El" [arrowhead="none"]"El" -> "El2" [arrowhead="onormal"]"EstaNoExiste" -> "El2" [arrowhead="onormal"]"El" -> "EstaNoExiste" [arrowhead="onormal"]"EstaNoExiste" -> "El2" [arrowhead="onormal"]"Ella" -> "Color Rojo" [style="dashed"]"El" -> "Color Negro" [style="dashed"]}
