Skip to content
Permalink
master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time
'--------------------------------------
' Ejercicio 7
'--------------------------------------
@startuml
title Ejercicio 7 - Acogida de animales \n Modelo Conceptual
!include estilos/draft.iuml
'Entidades
!include clases/ej7.iuml
'Asociaciones
Especie *-u- "*" Raza
Raza *-u- "*" Animal
Animal *-r- Ingreso : recibe
Ingreso <|-- Abandono : {Total, Disjunta}
Ingreso <|-- Entrega: {Total, Disjunta}
Entrega "*" --* Persona
Persona "0..1\nreceptorAdopción" -- "animalAdoptado\n*" Ingreso : \n\nadopta >
(Persona,Ingreso) .. Adopción
'Notas
note as RN01
RN-01
---
Una persona no puede adoptar
más de dos animales abandonados
en un mes
end note
note as RN02a
RN-02
--
En caso de abandono, los datos
son obligatorios
end note
note as RN02b
RN-02
--
Persona obligatoria
en caso de entrega
end note
RN01 .. Adopción
RN02a .u. Abandono
RN02b .l. Entrega
RN02b .d. Persona
@enduml