Add classes to etudiant.xmi
This commit is contained in:
parent
465b7bb3fe
commit
ff2fc4b3b2
1 changed files with 94 additions and 26 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<XMI xmi.version="1.2" timestamp="2021-09-14T11:16:44" verified="false" xmlns:UML="http://schema.omg.org/spec/UML/1.4">
|
||||
<XMI xmi.version="1.2" timestamp="2021-09-20T13:36:34" verified="false" xmlns:UML="http://schema.omg.org/spec/UML/1.4">
|
||||
<XMI.header>
|
||||
<XMI.documentation>
|
||||
<XMI.exporter>umbrello uml modeller 2.32.1 http://umbrello.kde.org</XMI.exporter>
|
||||
|
@ -12,6 +12,7 @@
|
|||
<UML:Model xmi.id="m1" name="UML Model" isSpecification="false" isAbstract="false" isRoot="false" isLeaf="false">
|
||||
<UML:Namespace.ownedElement>
|
||||
<UML:Stereotype isSpecification="false" isLeaf="false" isRoot="false" isAbstract="false" xmi.id="folder" name="folder" namespace="m1" visibility="public"/>
|
||||
<UML:Stereotype isSpecification="false" isLeaf="false" isRoot="false" isAbstract="false" xmi.id="interface" name="interface" namespace="m1" visibility="public"/>
|
||||
<UML:Model isSpecification="false" isLeaf="false" isRoot="false" isAbstract="false" xmi.id="Logical_View" name="Logical View" namespace="m1" visibility="public">
|
||||
<UML:Namespace.ownedElement>
|
||||
<UML:Package isSpecification="false" isLeaf="false" isRoot="false" isAbstract="false" xmi.id="Datatypes" name="Datatypes" namespace="Logical_View" visibility="public" stereotype="folder">
|
||||
|
@ -51,7 +52,9 @@
|
|||
<UML:DataType isSpecification="false" isLeaf="false" isRoot="false" isAbstract="false" xmi.id="uhMBUOhtPSOo6" name="StringBuilder" namespace="Datatypes" visibility="public"/>
|
||||
</UML:Namespace.ownedElement>
|
||||
</UML:Package>
|
||||
<UML:Class isSpecification="false" isLeaf="false" isRoot="false" isAbstract="false" xmi.id="uM9WbW5m0wVLC" name="Etudiant" namespace="Logical_View" visibility="public"/>
|
||||
<UML:Class isSpecification="false" isLeaf="false" isRoot="false" isAbstract="false" xmi.id="uM9WbW5m0wVLC" name="Etudiant" namespace="Logical_View" visibility="public">
|
||||
<UML:GeneralizableElement.generalization/>
|
||||
</UML:Class>
|
||||
<UML:Class isSpecification="false" isLeaf="false" isRoot="false" isAbstract="false" xmi.id="uTF86nYfnsaSR" name="Module" namespace="Logical_View" visibility="public">
|
||||
<UML:Classifier.feature>
|
||||
<UML:Attribute isSpecification="false" xmi.id="uEcZGs2K0Rge0" name="idModule" visibility="private" type="udvO6H0kJY5kZ"/>
|
||||
|
@ -61,6 +64,7 @@
|
|||
<UML:Operation isSpecification="false" isLeaf="false" isRoot="false" isAbstract="false" xmi.id="ujoX51gRJRW7o" name="Module" visibility="public" isQuery="false" isOverride="false" isVirtual="false" isInline="false">
|
||||
<UML:BehavioralFeature.parameter>
|
||||
<UML:Parameter isSpecification="false" xmi.id="uS8ULEr79CZZe" name="idModule" visibility="private" type="udvO6H0kJY5kZ" value=""/>
|
||||
<UML:Parameter isSpecification="false" xmi.id="uzzxj6WtGzlbV" name="nom" visibility="private" type="uETPqfrIUt9sw" value=""/>
|
||||
</UML:BehavioralFeature.parameter>
|
||||
</UML:Operation>
|
||||
<UML:Operation isSpecification="false" isLeaf="false" isRoot="false" isAbstract="false" xmi.id="uwqOVb1yoeRTp" name="setCoef" visibility="public" isQuery="false" isOverride="false" isVirtual="false" isInline="false">
|
||||
|
@ -85,45 +89,104 @@
|
|||
<UML:Association isSpecification="false" xmi.id="uHvG3y1yc0ekw" name="" namespace="Logical_View" visibility="public">
|
||||
<UML:Association.connection>
|
||||
<UML:AssociationEnd isSpecification="false" xmi.id="uGrpecFdTgwyX" name="moduleDeleg" visibility="public" type="uTF86nYfnsaSR" multiplicity="0..*" aggregation="none" isNavigable="false" visibility="public" changeability="changeable"/>
|
||||
<UML:AssociationEnd isSpecification="false" xmi.id="ujU34E6VqUjuU" name="delegue" visibility="public" type="uM9WbW5m0wVLC" aggregation="none" isNavigable="true" visibility="public" changeability="changeable"/>
|
||||
<UML:AssociationEnd isSpecification="false" xmi.id="ujU34E6VqUjuU" name="delegue" visibility="public" type="uM9WbW5m0wVLC" multiplicity="1" aggregation="none" isNavigable="true" visibility="public" changeability="changeable"/>
|
||||
</UML:Association.connection>
|
||||
</UML:Association>
|
||||
<UML:Class isSpecification="false" isLeaf="false" isRoot="false" isAbstract="false" xmi.id="uZVQJH4ROhKCy" name="Date" namespace="Logical_View" visibility="public"/>
|
||||
<UML:Class isSpecification="false" isLeaf="false" isRoot="false" isAbstract="false" xmi.id="uqNYPiD6SISla" name="type" namespace="Logical_View" visibility="public"/>
|
||||
<UML:Class isSpecification="false" isLeaf="false" isRoot="false" isAbstract="false" xmi.id="uC7xrPz5pe1yS" name="Seance" namespace="Logical_View" visibility="public">
|
||||
<UML:Class isSpecification="false" isLeaf="false" isRoot="false" isAbstract="true" xmi.id="uUBNbkEj4AjFA" name="Apprenti" namespace="Logical_View" visibility="public">
|
||||
<UML:GeneralizableElement.generalization>
|
||||
<UML:Generalization xmi.idref="udaL3cDy4l1L0"/>
|
||||
</UML:GeneralizableElement.generalization>
|
||||
<UML:Classifier.feature>
|
||||
<UML:Attribute isSpecification="false" xmi.id="uLgicjW74H1Gw" name="idSeance" visibility="public" type="udvO6H0kJY5kZ"/>
|
||||
<UML:Attribute isSpecification="false" xmi.id="uLpxk4epP39PR" name="typeSeance" visibility="public" type="uqNYPiD6SISla"/>
|
||||
<UML:Attribute isSpecification="false" xmi.id="uRvylK6Z3Z5GT" name="entreprise" visibility="public" type="uETPqfrIUt9sw"/>
|
||||
</UML:Classifier.feature>
|
||||
</UML:Class>
|
||||
<UML:Generalization isSpecification="false" xmi.id="udaL3cDy4l1L0" name="" namespace="Logical_View" visibility="public" discriminator="" child="uUBNbkEj4AjFA" parent="uM9WbW5m0wVLC"/>
|
||||
<UML:Class isSpecification="false" isLeaf="false" isRoot="false" isAbstract="false" xmi.id="uQhddWrWPAAKg" name="Apprenant" namespace="Logical_View" visibility="public">
|
||||
<UML:GeneralizableElement.generalization>
|
||||
<UML:Generalization xmi.idref="uIpdHMRl21wBL"/>
|
||||
</UML:GeneralizableElement.generalization>
|
||||
</UML:Class>
|
||||
<UML:Generalization isSpecification="false" xmi.id="uIpdHMRl21wBL" name="" namespace="Logical_View" visibility="public" discriminator="" child="uQhddWrWPAAKg" parent="uUBNbkEj4AjFA"/>
|
||||
<UML:Class isSpecification="false" isLeaf="false" isRoot="false" isAbstract="false" xmi.id="urwHufhFF4vLp" name="EtudiantFOAD" namespace="Logical_View" visibility="public">
|
||||
<UML:GeneralizableElement.generalization>
|
||||
<UML:Generalization xmi.idref="u2FIP6FDcPU5j"/>
|
||||
</UML:GeneralizableElement.generalization>
|
||||
</UML:Class>
|
||||
<UML:Generalization isSpecification="false" xmi.id="u2FIP6FDcPU5j" name="" namespace="Logical_View" visibility="public" discriminator="" child="urwHufhFF4vLp" parent="uM9WbW5m0wVLC"/>
|
||||
<UML:Interface isSpecification="false" isLeaf="false" isRoot="false" isAbstract="true" xmi.id="u9AwXkK2bqFjG" name="Salarie" namespace="Logical_View" visibility="public" stereotype="interface">
|
||||
<UML:Classifier.feature>
|
||||
<UML:Operation isSpecification="false" isLeaf="false" isRoot="false" isAbstract="true" xmi.id="ul1LOkswo8EjV" name="getSalaire" visibility="public" isQuery="false" isOverride="false" isVirtual="true" isInline="false">
|
||||
<UML:BehavioralFeature.parameter>
|
||||
<UML:Parameter xmi.id="uI48LJdtL8ooN" type="ugbYSnRzriBpp" kind="return"/>
|
||||
</UML:BehavioralFeature.parameter>
|
||||
</UML:Operation>
|
||||
<UML:Operation isSpecification="false" isLeaf="false" isRoot="false" isAbstract="true" xmi.id="uVwImXLLmsxyg" name="getTypeContrat" visibility="public" isQuery="false" isOverride="false" isVirtual="true" isInline="false">
|
||||
<UML:BehavioralFeature.parameter>
|
||||
<UML:Parameter xmi.id="u8PaZio1G2PMN" type="uETPqfrIUt9sw" kind="return"/>
|
||||
</UML:BehavioralFeature.parameter>
|
||||
</UML:Operation>
|
||||
</UML:Classifier.feature>
|
||||
</UML:Interface>
|
||||
<UML:Abstraction isSpecification="false" xmi.id="uJh3SVFKhoG4H" name="" namespace="Logical_View" visibility="public" client="uUBNbkEj4AjFA" supplier="u9AwXkK2bqFjG"/>
|
||||
<UML:Abstraction isSpecification="false" xmi.id="uabVpj4Htw6zJ" name="" namespace="Logical_View" visibility="public" client="uUBNbkEj4AjFA" supplier="u9AwXkK2bqFjG"/>
|
||||
</UML:Namespace.ownedElement>
|
||||
<XMI.extension xmi.extender="umbrello">
|
||||
<diagrams resolution="96">
|
||||
<diagram xmi.id="ukWb80TYkb1md" name="class diagram" type="1" documentation="" backgroundcolor="#ffffff" fillcolor="#ffff00" font="Sans Serif,9,-1,5,50,0,0,0,0,0" griddotcolor="#d3d3d3" linecolor="#ff0000" linewidth="0" textcolor="#000000" usefillcolor="1" showattribassocs="1" showatts="1" showattsig="1" showops="1" showopsig="1" showpackage="1" showpubliconly="0" showscope="1" showstereotype="2" localid="-1" showgrid="0" snapgrid="0" snapcsgrid="0" snapx="25" snapy="25" zoom="112" canvasheight="112" canvaswidth="563.849" isopen="1">
|
||||
<diagram xmi.id="ukWb80TYkb1md" name="class diagram" type="1" documentation="" backgroundcolor="#ffffff" fillcolor="#ffff00" font="Sans Serif,9,-1,5,50,0,0,0,0,0" griddotcolor="#d3d3d3" linecolor="#ff0000" linewidth="0" textcolor="#000000" usefillcolor="1" showattribassocs="1" showatts="1" showattsig="1" showops="1" showopsig="1" showpackage="1" showpubliconly="0" showscope="1" showstereotype="2" localid="-1" showgrid="0" snapgrid="0" snapcsgrid="0" snapx="25" snapy="25" zoom="132.25" canvasheight="343.161" canvaswidth="585.093" isopen="1">
|
||||
<widgets>
|
||||
<classwidget xmi.id="uTF86nYfnsaSR" localid="uMhpLyQvHx1Q5" textcolor="#000000" linecolor="#ff0000" linewidth="0" usefillcolor="1" usesdiagramfillcolor="0" usesdiagramusefillcolor="0" fillcolor="#ffff00" font="Sans Serif,9,-1,5,50,0,0,0,0,0" autoresize="1" x="-788.216" y="-566.537" width="139" height="112" isinstance="0" showstereotype="2" showoperations="1" showpubliconly="0" showopsigs="601" showpackage="1" showscope="1" showattributes="1" showattsigs="601" showstereotype="2"/>
|
||||
<classwidget xmi.id="uM9WbW5m0wVLC" localid="uthRUuXBxdWUF" textcolor="#000000" linecolor="#ff0000" linewidth="0" usefillcolor="1" usesdiagramfillcolor="0" usesdiagramusefillcolor="0" fillcolor="#ffff00" font="Sans Serif,9,-1,5,50,0,0,0,0,0" autoresize="1" x="-1062.92" y="-546.56" width="58" height="28" isinstance="0" showstereotype="2" showoperations="1" showpubliconly="0" showopsigs="601" showpackage="1" showscope="1" showattributes="1" showattsigs="601" showstereotype="2"/>
|
||||
<classwidget xmi.id="uC7xrPz5pe1yS" localid="ufhXUEy1Q2Vwb" textcolor="#000000" linecolor="#ff0000" linewidth="0" usefillcolor="1" usesdiagramfillcolor="0" usesdiagramusefillcolor="0" fillcolor="#ffff00" font="Sans Serif,9,-1,5,50,0,0,0,0,0" autoresize="1" x="-616.071" y="-541.071" width="117" height="49" isinstance="0" showstereotype="2" showoperations="1" showpubliconly="0" showopsigs="601" showpackage="1" showscope="1" showattributes="1" showattsigs="601" showstereotype="2"/>
|
||||
<classwidget xmi.id="uQhddWrWPAAKg" localid="u0IUy1pGkxUP2" textcolor="#000000" linecolor="#ff0000" linewidth="0" usefillcolor="1" usesdiagramfillcolor="0" usesdiagramusefillcolor="0" fillcolor="#ffff00" font="Sans Serif,9,-1,5,50,0,0,0,0,0" autoresize="1" x="-1140.09" y="-638.773" width="76" height="29" isinstance="0" showstereotype="2" showoperations="1" showpubliconly="0" showopsigs="601" showpackage="1" showscope="1" showattributes="1" showattsigs="601" showstereotype="2"/>
|
||||
<classwidget xmi.id="uM9WbW5m0wVLC" localid="uthRUuXBxdWUF" textcolor="#000000" linecolor="#ff0000" linewidth="0" usefillcolor="1" usesdiagramfillcolor="0" usesdiagramusefillcolor="0" fillcolor="#ffff00" font="Sans Serif,9,-1,5,50,0,0,0,0,0" autoresize="0" x="-1061.81" y="-553.967" width="66.6" height="68.437" isinstance="0" showstereotype="2" showoperations="1" showpubliconly="0" showopsigs="601" showpackage="1" showscope="1" showattributes="1" showattsigs="601" showstereotype="2"/>
|
||||
<interfacewidget xmi.id="u9AwXkK2bqFjG" localid="uO6SJVJGBdss9" textcolor="#000000" linecolor="#ff0000" linewidth="0" usefillcolor="1" usesdiagramfillcolor="0" usesdiagramusefillcolor="0" fillcolor="#ffff00" font="Sans Serif,9,-1,5,50,0,0,0,0,0" autoresize="1" x="-950" y="-758" width="165" height="60" isinstance="0" showstereotype="2" showoperations="1" showpubliconly="0" showopsigs="601" showpackage="0" showscope="1" showattributes="0" showattsigs="601" showstereotype="2" drawascircle="0"/>
|
||||
<classwidget xmi.id="urwHufhFF4vLp" localid="uhYAtB7Xye4Ew" textcolor="#000000" linecolor="#ff0000" linewidth="0" usefillcolor="1" usesdiagramfillcolor="0" usesdiagramusefillcolor="0" fillcolor="#ffff00" font="Sans Serif,9,-1,5,50,0,0,0,0,0" autoresize="1" x="-1095.57" y="-443.839" width="99" height="29" isinstance="0" showstereotype="2" showoperations="1" showpubliconly="0" showopsigs="601" showpackage="1" showscope="1" showattributes="1" showattsigs="601" showstereotype="2"/>
|
||||
<classwidget xmi.id="uTF86nYfnsaSR" localid="uMhpLyQvHx1Q5" textcolor="#000000" linecolor="#ff0000" linewidth="0" usefillcolor="1" usesdiagramfillcolor="0" usesdiagramusefillcolor="0" fillcolor="#ffff00" font="Sans Serif,9,-1,5,50,0,0,0,0,0" autoresize="1" x="-781.993" y="-571.894" width="227" height="120" isinstance="0" showstereotype="2" showoperations="1" showpubliconly="0" showopsigs="601" showpackage="1" showscope="1" showattributes="1" showattsigs="601" showstereotype="2"/>
|
||||
<classwidget xmi.id="uUBNbkEj4AjFA" localid="uAwDYiQlozEW6" textcolor="#000000" linecolor="#ff0000" linewidth="0" usefillcolor="1" usesdiagramfillcolor="0" usesdiagramusefillcolor="0" fillcolor="#ffff00" font="Sans Serif,9,-1,5,50,0,0,0,0,0" autoresize="1" x="-1011.6" y="-642" width="124" height="37" isinstance="0" showstereotype="2" showoperations="1" showpubliconly="0" showopsigs="601" showpackage="1" showscope="1" showattributes="1" showattsigs="601" showstereotype="2" drawascircle="0"/>
|
||||
</widgets>
|
||||
<messages/>
|
||||
<associations>
|
||||
<assocwidget xmi.id="u9QtQxnpj4vuJ" localid="uZh4r2me5JpsW" textcolor="#000000" linecolor="#ff0000" linewidth="0" usefillcolor="1" usesdiagramfillcolor="1" usesdiagramusefillcolor="1" fillcolor="none" font="Sans Serif,9,-1,5,50,0,0,0,0,0" autoresize="1" seqnum="" xmi.id="u9QtQxnpj4vuJ" type="503" widgetaid="uM9WbW5m0wVLC" widgetbid="uTF86nYfnsaSR" indexa="1" totalcounta="2" indexb="1" totalcountb="2">
|
||||
<floatingtext xmi.id="umzQZrZZG31P1" localid="ucXRk3v9qJj7A" textcolor="none" linecolor="#ff0000" linewidth="0" usefillcolor="1" usesdiagramfillcolor="1" usesdiagramusefillcolor="1" fillcolor="none" font="Sans Serif,9,-1,5,50,0,0,0,0,0" autoresize="1" x="-1003" y="-559" width="25" height="18" isinstance="0" showstereotype="2" text="0..*" pretext="" posttext="" role="701"/>
|
||||
<floatingtext xmi.id="uwASA5TqxiWzQ" localid="utZmb200c1ATz" textcolor="none" linecolor="#ff0000" linewidth="0" usefillcolor="1" usesdiagramfillcolor="1" usesdiagramusefillcolor="1" fillcolor="none" font="Sans Serif,9,-1,5,50,0,0,0,0,0" autoresize="1" x="-1006" y="-542" width="83" height="18" isinstance="0" showstereotype="2" text="listeEtudiants" pretext="-" posttext="" role="709"/>
|
||||
<floatingtext xmi.id="uqw7rpAz9PhBy" localid="ukqlhullvLl7w" textcolor="none" linecolor="#ff0000" linewidth="0" usefillcolor="1" usesdiagramfillcolor="1" usesdiagramusefillcolor="1" fillcolor="none" font="Sans Serif,9,-1,5,50,0,0,0,0,0" autoresize="1" x="-803" y="-559" width="25" height="18" isinstance="0" showstereotype="2" text="1..*" pretext="" posttext="" role="702"/>
|
||||
<floatingtext xmi.id="uvsFKUz1gnIlc" localid="ulE9GwJdTGZL5" textcolor="none" linecolor="#ff0000" linewidth="0" usefillcolor="1" usesdiagramfillcolor="1" usesdiagramusefillcolor="1" fillcolor="none" font="Sans Serif,9,-1,5,50,0,0,0,0,0" autoresize="1" x="-841.835" y="-526.694" width="78" height="18" isinstance="0" showstereotype="2" text="listeModules" pretext="-" posttext="" role="710"/>
|
||||
<assocwidget xmi.id="uabVpj4Htw6zJ" localid="uohvaZ9GslQ6e" textcolor="none" linecolor="#ff0000" linewidth="0" usefillcolor="1" usesdiagramfillcolor="1" usesdiagramusefillcolor="1" fillcolor="none" font="Sans Serif,9,-1,5,50,0,0,0,0,0" autoresize="1" seqnum="" xmi.id="uabVpj4Htw6zJ" type="511" widgetaid="uUBNbkEj4AjFA" widgetbid="u9AwXkK2bqFjG" indexa="1" totalcounta="2" indexb="1" totalcountb="2">
|
||||
<linepath layout="Direct">
|
||||
<startpoint startx="-1004.92" starty="-541.002"/>
|
||||
<endpoint endx="-788.216" endy="-541.002"/>
|
||||
<startpoint startx="-887.6" starty="-642"/>
|
||||
<endpoint endx="-887.6" endy="-698"/>
|
||||
</linepath>
|
||||
</assocwidget>
|
||||
<assocwidget xmi.id="u9QtQxnpj4vuJ" localid="uZh4r2me5JpsW" textcolor="#000000" linecolor="#ff0000" linewidth="0" usefillcolor="1" usesdiagramfillcolor="1" usesdiagramusefillcolor="1" fillcolor="none" font="Sans Serif,9,-1,5,50,0,0,0,0,0" autoresize="1" seqnum="" xmi.id="u9QtQxnpj4vuJ" type="503" widgetaid="uM9WbW5m0wVLC" widgetbid="uTF86nYfnsaSR" indexa="1" totalcounta="2" indexb="1" totalcountb="2">
|
||||
<floatingtext xmi.id="umzQZrZZG31P1" localid="ucXRk3v9qJj7A" textcolor="none" linecolor="#ff0000" linewidth="0" usefillcolor="1" usesdiagramfillcolor="1" usesdiagramusefillcolor="1" fillcolor="none" font="Sans Serif,9,-1,5,50,0,0,0,0,0" autoresize="1" x="-995.8" y="-548.6" width="27" height="19" isinstance="0" showstereotype="2" text="0..*" pretext="" posttext="" role="701"/>
|
||||
<floatingtext xmi.id="uwASA5TqxiWzQ" localid="utZmb200c1ATz" textcolor="none" linecolor="#ff0000" linewidth="0" usefillcolor="1" usesdiagramfillcolor="1" usesdiagramusefillcolor="1" fillcolor="none" font="Sans Serif,9,-1,5,50,0,0,0,0,0" autoresize="1" x="-995.745" y="-565.636" width="90" height="19" isinstance="0" showstereotype="2" text="listeEtudiants" pretext="-" posttext="" role="709"/>
|
||||
<floatingtext xmi.id="uqw7rpAz9PhBy" localid="ukqlhullvLl7w" textcolor="none" linecolor="#ff0000" linewidth="0" usefillcolor="1" usesdiagramfillcolor="1" usesdiagramusefillcolor="1" fillcolor="none" font="Sans Serif,9,-1,5,50,0,0,0,0,0" autoresize="1" x="-808.8" y="-547.8" width="27" height="19" isinstance="0" showstereotype="2" text="1..*" pretext="" posttext="" role="702"/>
|
||||
<floatingtext xmi.id="uvsFKUz1gnIlc" localid="ulE9GwJdTGZL5" textcolor="none" linecolor="#ff0000" linewidth="0" usefillcolor="1" usesdiagramfillcolor="1" usesdiagramusefillcolor="1" fillcolor="none" font="Sans Serif,9,-1,5,50,0,0,0,0,0" autoresize="1" x="-864.763" y="-565.586" width="84" height="19" isinstance="0" showstereotype="2" text="listeModules" pretext="-" posttext="" role="710"/>
|
||||
<linepath layout="Direct">
|
||||
<startpoint startx="-995.209" starty="-546.56"/>
|
||||
<endpoint endx="-781.993" endy="-546.56"/>
|
||||
</linepath>
|
||||
</assocwidget>
|
||||
<assocwidget xmi.id="uHvG3y1yc0ekw" localid="ucwqVNQPqqYWC" textcolor="#000000" linecolor="#ff0000" linewidth="0" usefillcolor="1" usesdiagramfillcolor="1" usesdiagramusefillcolor="1" fillcolor="none" font="Sans Serif,9,-1,5,50,0,0,0,0,0" autoresize="1" seqnum="" xmi.id="uHvG3y1yc0ekw" type="512" widgetaid="uTF86nYfnsaSR" widgetbid="uM9WbW5m0wVLC" indexa="1" totalcounta="2" indexb="1" totalcountb="2">
|
||||
<floatingtext xmi.id="u57vyijtFxwJB" localid="ulgPiqXje5fIe" textcolor="none" linecolor="#ff0000" linewidth="0" usefillcolor="1" usesdiagramfillcolor="1" usesdiagramusefillcolor="1" fillcolor="none" font="Sans Serif,9,-1,5,50,0,0,0,0,0" autoresize="1" x="-816" y="-562" width="25" height="18" isinstance="0" showstereotype="2" text="0..*" pretext="" posttext="" role="701"/>
|
||||
<floatingtext xmi.id="uk2zxVWIuxCtt" localid="u0LDQNbHkG1Rj" textcolor="none" linecolor="#ff0000" linewidth="0" usefillcolor="1" usesdiagramfillcolor="1" usesdiagramusefillcolor="1" fillcolor="none" font="Sans Serif,9,-1,5,50,0,0,0,0,0" autoresize="1" x="-876.216" y="-541" width="86" height="18" isinstance="0" showstereotype="2" text="moduleDeleg" pretext="+" posttext="" role="709"/>
|
||||
<floatingtext xmi.id="uHkUwKMKTfv7a" localid="ujSPzw2FK5ht7" textcolor="none" linecolor="#ff0000" linewidth="0" usefillcolor="1" usesdiagramfillcolor="1" usesdiagramusefillcolor="1" fillcolor="none" font="Sans Serif,9,-1,5,50,0,0,0,0,0" autoresize="1" x="-1006" y="-540" width="58" height="18" isinstance="0" showstereotype="2" text="delegue" pretext="+" posttext="" role="710"/>
|
||||
<floatingtext xmi.id="u57vyijtFxwJB" localid="ulgPiqXje5fIe" textcolor="none" linecolor="#ff0000" linewidth="0" usefillcolor="1" usesdiagramfillcolor="1" usesdiagramusefillcolor="1" fillcolor="none" font="Sans Serif,9,-1,5,50,0,0,0,0,0" autoresize="1" x="-807.197" y="-497.863" width="27" height="19" isinstance="0" showstereotype="2" text="0..*" pretext="" posttext="" role="701"/>
|
||||
<floatingtext xmi.id="uk2zxVWIuxCtt" localid="u0LDQNbHkG1Rj" textcolor="none" linecolor="#ff0000" linewidth="0" usefillcolor="1" usesdiagramfillcolor="1" usesdiagramusefillcolor="1" fillcolor="none" font="Sans Serif,9,-1,5,50,0,0,0,0,0" autoresize="1" x="-872.845" y="-520.16" width="92" height="19" isinstance="0" showstereotype="2" text="moduleDeleg" pretext="+" posttext="" role="709"/>
|
||||
<floatingtext xmi.id="uNhZPf6pK3Bhk" localid="ugT7mDW8MCusq" textcolor="none" linecolor="#ff0000" linewidth="0" usefillcolor="1" usesdiagramfillcolor="1" usesdiagramusefillcolor="1" fillcolor="none" font="Sans Serif,9,-1,5,50,0,0,0,0,0" autoresize="1" x="-987.49" y="-500.964" width="15" height="19" isinstance="0" showstereotype="2" text="1" pretext="" posttext="" role="702"/>
|
||||
<floatingtext xmi.id="uHkUwKMKTfv7a" localid="ujSPzw2FK5ht7" textcolor="none" linecolor="#ff0000" linewidth="0" usefillcolor="1" usesdiagramfillcolor="1" usesdiagramusefillcolor="1" fillcolor="none" font="Sans Serif,9,-1,5,50,0,0,0,0,0" autoresize="1" x="-996.476" y="-519.919" width="62" height="19" isinstance="0" showstereotype="2" text="delegue" pretext="+" posttext="" role="710"/>
|
||||
<linepath layout="Direct">
|
||||
<startpoint startx="-788.216" starty="-541.002"/>
|
||||
<endpoint endx="-1004.92" endy="-541.002"/>
|
||||
<startpoint startx="-781.993" starty="-499.93"/>
|
||||
<endpoint endx="-995.209" endy="-499.93"/>
|
||||
</linepath>
|
||||
</assocwidget>
|
||||
<assocwidget xmi.id="u2FIP6FDcPU5j" localid="ui1nNIqjN4Z4a" textcolor="none" linecolor="#ff0000" linewidth="0" usefillcolor="1" usesdiagramfillcolor="1" usesdiagramusefillcolor="1" fillcolor="none" font="Sans Serif,9,-1,5,50,0,0,0,0,0" autoresize="1" seqnum="" xmi.id="u2FIP6FDcPU5j" type="500" widgetaid="urwHufhFF4vLp" widgetbid="uM9WbW5m0wVLC" indexa="1" totalcounta="2" indexb="1" totalcountb="2">
|
||||
<linepath layout="Direct">
|
||||
<startpoint startx="-1028.51" starty="-443.839"/>
|
||||
<endpoint endx="-1028.51" endy="-485.53"/>
|
||||
</linepath>
|
||||
</assocwidget>
|
||||
<assocwidget xmi.id="udaL3cDy4l1L0" localid="ugbSJe8QeXUix" textcolor="none" linecolor="#ff0000" linewidth="0" usefillcolor="1" usesdiagramfillcolor="1" usesdiagramusefillcolor="1" fillcolor="none" font="Sans Serif,9,-1,5,50,0,0,0,0,0" autoresize="1" seqnum="" xmi.id="udaL3cDy4l1L0" type="500" widgetaid="uUBNbkEj4AjFA" widgetbid="uM9WbW5m0wVLC" indexa="1" totalcounta="2" indexb="1" totalcountb="2">
|
||||
<linepath layout="Direct">
|
||||
<startpoint startx="-1011.6" starty="-605"/>
|
||||
<endpoint endx="-1011.6" endy="-553.967"/>
|
||||
</linepath>
|
||||
</assocwidget>
|
||||
<assocwidget xmi.id="uIpdHMRl21wBL" localid="uXhSThuPMJ07W" textcolor="none" linecolor="#ff0000" linewidth="0" usefillcolor="1" usesdiagramfillcolor="1" usesdiagramusefillcolor="1" fillcolor="none" font="Sans Serif,9,-1,5,50,0,0,0,0,0" autoresize="1" seqnum="" xmi.id="uIpdHMRl21wBL" type="500" widgetaid="uQhddWrWPAAKg" widgetbid="uUBNbkEj4AjFA" indexa="1" totalcounta="2" indexb="1" totalcountb="2">
|
||||
<linepath layout="Direct">
|
||||
<startpoint startx="-1064.09" starty="-619.738"/>
|
||||
<endpoint endx="-1011.6" endy="-619.738"/>
|
||||
</linepath>
|
||||
</assocwidget>
|
||||
</associations>
|
||||
|
@ -147,13 +210,17 @@
|
|||
</UML:Model>
|
||||
</XMI.content>
|
||||
<XMI.extensions xmi.extender="umbrello">
|
||||
<docsettings viewid="ukWb80TYkb1md" documentation="" uniqueid="ua9gitqbHgI4x"/>
|
||||
<docsettings viewid="ukWb80TYkb1md" documentation="" uniqueid="u8PaZio1G2PMN"/>
|
||||
<listview>
|
||||
<listitem id="Views" type="800" open="1">
|
||||
<listitem id="Component_View" type="821" open="1"/>
|
||||
<listitem id="Deployment_View" type="827" open="1"/>
|
||||
<listitem id="Entity_Relationship_Model" type="836" open="1"/>
|
||||
<listitem id="Logical_View" type="801" open="1">
|
||||
<listitem id="uQhddWrWPAAKg" type="813" open="1"/>
|
||||
<listitem id="uUBNbkEj4AjFA" type="813" open="1">
|
||||
<listitem id="uRvylK6Z3Z5GT" type="814" open="0"/>
|
||||
</listitem>
|
||||
<listitem id="ukWb80TYkb1md" type="807" label="class diagram" open="0"/>
|
||||
<listitem id="Datatypes" type="830" open="0">
|
||||
<listitem id="ua62zddJsCBVT" type="829" open="1"/>
|
||||
|
@ -179,6 +246,7 @@
|
|||
<listitem id="uIGF900tCjQij" type="813" open="1"/>
|
||||
<listitem id="uZVQJH4ROhKCy" type="813" open="1"/>
|
||||
<listitem id="uM9WbW5m0wVLC" type="813" open="1"/>
|
||||
<listitem id="urwHufhFF4vLp" type="813" open="1"/>
|
||||
<listitem id="uTF86nYfnsaSR" type="813" open="1">
|
||||
<listitem id="uoEFWC2wXflye" type="814" open="0"/>
|
||||
<listitem id="uQOn3ypA6tiGz" type="814" open="0"/>
|
||||
|
@ -188,9 +256,9 @@
|
|||
<listitem id="ucPu7IeMrTnan" type="814" open="0"/>
|
||||
<listitem id="uwqOVb1yoeRTp" type="815" open="0"/>
|
||||
</listitem>
|
||||
<listitem id="uC7xrPz5pe1yS" type="813" open="1">
|
||||
<listitem id="uLgicjW74H1Gw" type="814" open="0"/>
|
||||
<listitem id="uLpxk4epP39PR" type="814" open="0"/>
|
||||
<listitem id="u9AwXkK2bqFjG" type="817" open="1">
|
||||
<listitem id="ul1LOkswo8EjV" type="815" open="0"/>
|
||||
<listitem id="uVwImXLLmsxyg" type="815" open="0"/>
|
||||
</listitem>
|
||||
<listitem id="uqNYPiD6SISla" type="813" open="1"/>
|
||||
</listitem>
|
||||
|
|
Loading…
Reference in a new issue