1 line
24 KiB
XML
1 line
24 KiB
XML
|
|
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" contentStyleType="text/css" data-diagram-type="CLASS" height="731px" preserveAspectRatio="none" style="width:1215px;height:731px;background:#FFFFFF;" version="1.1" viewBox="0 0 1215 731" width="1215px" zoomAndPan="magnify"><title>Sistema de Registro de Estudiantes - Modelo de Dominio</title><defs/><g><g class="title" data-source-line="7"><text fill="#000000" font-family="Verdana" font-size="22" font-weight="bold" lengthAdjust="spacing" textLength="705.9443" x="250.1586" y="35.4209">Sistema de Registro de Estudiantes - Modelo de Dominio</text></g><!--cluster Domain--><g class="cluster" data-entity="Domain" data-source-line="9" data-uid="ent0002" id="cluster_Domain"><path d="M13.5,57.6094 L74.54,57.6094 A3.75,3.75 0 0 1 77.04,60.1094 L84.04,79.9063 L786.5,79.9063 A2.5,2.5 0 0 1 789,82.4063 L789,722.2494 A2.5,2.5 0 0 1 786.5,724.7494 L13.5,724.7494 A2.5,2.5 0 0 1 11,722.2494 L11,60.1094 A2.5,2.5 0 0 1 13.5,57.6094" fill="#FFFFFF" style="stroke:#000000;stroke-width:1;"/><line style="stroke:#000000;stroke-width:1;" x1="11" x2="84.04" y1="79.9063" y2="79.9063"/><text fill="#000000" font-family="Verdana" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="60.04" x="15" y="72.6045">Domain</text></g><!--class Student--><g class="entity" data-entity="Student" data-source-line="11" data-uid="ent0003" id="entity_Student"><rect fill="#F8F9FA" height="186.6406" rx="2.5" ry="2.5" style="stroke:#495057;stroke-width:1;" width="272.0869" x="253.96" y="291.0594"/><ellipse cx="354.7945" cy="311.1922" fill="#FFFFFF" rx="9" ry="9" style="stroke:#000000;stroke-width:1;"/><path d="M357.7632,316.8328 Q357.1851,317.1297 356.5445,317.2703 Q355.9038,317.4266 355.2007,317.4266 Q352.7007,317.4266 351.3726,315.7859 Q350.0601,314.1297 350.0601,311.0047 Q350.0601,307.8797 351.3726,306.2234 Q352.7007,304.5672 355.2007,304.5672 Q355.9038,304.5672 356.5445,304.7234 Q357.2007,304.8797 357.7632,305.1766 L357.7632,307.8953 Q357.1382,307.3172 356.5445,307.0516 Q355.9507,306.7703 355.3257,306.7703 Q353.982,306.7703 353.2945,307.8484 Q352.607,308.9109 352.607,311.0047 Q352.607,313.0984 353.2945,314.1766 Q353.982,315.2391 355.3257,315.2391 Q355.9507,315.2391 356.5445,314.9734 Q357.1382,314.6922 357.7632,314.1141 L357.7632,316.8328 Z " fill="#000000"/><text fill="#000000" font-family="Verdana" font-size="12" font-style="italic" lengthAdjust="spacing" textLength="49.8457" x="378.8306" y="307.198">«Entity»</text><text fill="#000000" font-family="Verdana" font-size="14" font-weight="bold" lengthAdjust="spacing" textLength="62.918" x="372.2945" y="323.0232">Student</text><line style="stroke:#495057;stroke-width:1;" x1="254.96" x2="525.0469" y1="331.325" y2="331.325"/><text fill="#000000" font-family="Verdana" font-size="14" lengthAdjust="spacing" textLength="45.2471" x="259.96" y="348.3201">-id: int</text><text fill="#000000" font-family="Verdana" font-size="14" lengthAdjust="spacing" textLength="94.1104" x="259.96" y="364.617">-name: string</text><text fill="#000000" font-family="Verdana" font-size="14" lengthAdjust="spacing" textLength="91.6699" x="259.96" y="380.9139">-email: Email</text><text fill="#000000" font-family="Verdana" font-size="14" lengthAdjust="spacing" textLength="222.0791" x="259.96" y="397.2107">-enrollments: List<Enrollment></text><line style="stroke:#495057;stroke-width:1;" x1="254.96" x2="525.0469" y1="404.5125" y2="404.5125"/><text fill="#000000" font-family="Verdana" font-size="14" lengthAdjust="spacing" textLength="157.8418" x="259.96" y="421.5076">+getTotalCredits(): int</text><text fill="#000000" font-family="Verdana" font-size="14" lengthAdjust="spacing" textLength="251.9453" x="259.96" y="437.8045">+canEnrollIn(subject: Subject): bool</text><text fill="#000000" font-family="Verdana" font-size="14" lengthAdjust="spacing" textLength="260.0869" x="259.96" y="454.1014">+enroll(subject: Subject): Enrollment</text><text fill="#000000" font-family="Verdana" font-size="14" lengthAdjust="spacing" textLength="235.416" x="259.96" y="4
|