efrei/uml-poo/compte-bancaire.xmi

137 lines
12 KiB
Text
Raw Normal View History

2021-09-08 15:53:55 +02:00
<?xml version="1.0" encoding="UTF-8"?>
<XMI xmi.version="1.2" timestamp="2021-09-08T16:00:01" 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>
<XMI.exporterVersion>1.7.3</XMI.exporterVersion>
<XMI.exporterEncoding>UnicodeUTF8</XMI.exporterEncoding>
</XMI.documentation>
<XMI.metamodel xmi.name="UML" xmi.version="1.4" href="UML.xml"/>
</XMI.header>
<XMI.content>
<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: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">
<UML:Namespace.ownedElement>
<UML:DataType isSpecification="false" isLeaf="false" isRoot="false" isAbstract="false" xmi.id="uYXetj4JwCmu5" name="char" namespace="Datatypes" visibility="public"/>
<UML:DataType isSpecification="false" isLeaf="false" isRoot="false" isAbstract="false" xmi.id="uzWdxvniBNgaR" name="int" namespace="Datatypes" visibility="public"/>
<UML:DataType isSpecification="false" isLeaf="false" isRoot="false" isAbstract="false" xmi.id="ufcwgci24Glaa" name="float" namespace="Datatypes" visibility="public"/>
<UML:DataType isSpecification="false" isLeaf="false" isRoot="false" isAbstract="false" xmi.id="uIHafLDdWXFAL" name="double" namespace="Datatypes" visibility="public"/>
<UML:DataType isSpecification="false" isLeaf="false" isRoot="false" isAbstract="false" xmi.id="uVLhjVhVn6xAk" name="bool" namespace="Datatypes" visibility="public"/>
<UML:DataType isSpecification="false" isLeaf="false" isRoot="false" isAbstract="false" xmi.id="unPOqv2OW7UbU" name="string" namespace="Datatypes" visibility="public"/>
<UML:DataType isSpecification="false" isLeaf="false" isRoot="false" isAbstract="false" xmi.id="upVcDwnopDYU2" name="unsigned char" namespace="Datatypes" visibility="public"/>
<UML:DataType isSpecification="false" isLeaf="false" isRoot="false" isAbstract="false" xmi.id="ucHdAcZqHIlI6" name="signed char" namespace="Datatypes" visibility="public"/>
<UML:DataType isSpecification="false" isLeaf="false" isRoot="false" isAbstract="false" xmi.id="u5HKyGdAIERJU" name="unsigned int" namespace="Datatypes" visibility="public"/>
<UML:DataType isSpecification="false" isLeaf="false" isRoot="false" isAbstract="false" xmi.id="urW0uC3YUCWvz" name="signed int" namespace="Datatypes" visibility="public"/>
<UML:DataType isSpecification="false" isLeaf="false" isRoot="false" isAbstract="false" xmi.id="u2IXKj1x9C7k2" name="short int" namespace="Datatypes" visibility="public"/>
<UML:DataType isSpecification="false" isLeaf="false" isRoot="false" isAbstract="false" xmi.id="ugmJpWNS5s13U" name="unsigned short int" namespace="Datatypes" visibility="public"/>
<UML:DataType isSpecification="false" isLeaf="false" isRoot="false" isAbstract="false" xmi.id="u6uXDVetvhIdw" name="signed short int" namespace="Datatypes" visibility="public"/>
<UML:DataType isSpecification="false" isLeaf="false" isRoot="false" isAbstract="false" xmi.id="u3Cd14D6Yqmnt" name="long int" namespace="Datatypes" visibility="public"/>
<UML:DataType isSpecification="false" isLeaf="false" isRoot="false" isAbstract="false" xmi.id="uvtbDJV5TC3o2" name="signed long int" namespace="Datatypes" visibility="public"/>
<UML:DataType isSpecification="false" isLeaf="false" isRoot="false" isAbstract="false" xmi.id="uQJ0q35DiWdoz" name="unsigned long int" namespace="Datatypes" visibility="public"/>
<UML:DataType isSpecification="false" isLeaf="false" isRoot="false" isAbstract="false" xmi.id="uwnEcVrdMSR2z" name="long double" namespace="Datatypes" visibility="public"/>
<UML:DataType isSpecification="false" isLeaf="false" isRoot="false" isAbstract="false" xmi.id="uO35OuAZhC3Bp" name="wchar_t" namespace="Datatypes" visibility="public"/>
</UML:Namespace.ownedElement>
</UML:Package>
<UML:Class isSpecification="false" isLeaf="false" isRoot="false" isAbstract="false" xmi.id="uytRl8OIZmKC9" name="Compte" namespace="Logical_View" visibility="public">
<UML:Classifier.feature>
<UML:Attribute isSpecification="false" xmi.id="uYVGA20A8cKdq" name="idCompte" visibility="private" type="uzWdxvniBNgaR"/>
</UML:Classifier.feature>
</UML:Class>
<UML:Class isSpecification="false" isLeaf="false" isRoot="false" isAbstract="false" xmi.id="uxtXiOmSsBPNI" name="Client" namespace="Logical_View" visibility="public">
<UML:Classifier.feature>
<UML:Attribute isSpecification="false" xmi.id="ubXFjn3xTQiov" name="idClient" visibility="private" type="uzWdxvniBNgaR"/>
</UML:Classifier.feature>
</UML:Class>
<UML:Association isSpecification="false" xmi.id="uXRBO8QSGZp1N" name="" namespace="Logical_View" visibility="public">
<UML:Association.connection>
<UML:AssociationEnd isSpecification="false" xmi.id="uG1RDdWKjG0Yw" name="" visibility="public" type="uxtXiOmSsBPNI" aggregation="none" isNavigable="true" visibility="public" changeability="changeable"/>
<UML:AssociationEnd isSpecification="false" xmi.id="u9f7lNImgPwtI" name="" visibility="public" type="uytRl8OIZmKC9" aggregation="none" isNavigable="true" visibility="public" changeability="changeable"/>
</UML:Association.connection>
</UML:Association>
</UML:Namespace.ownedElement>
<XMI.extension xmi.extender="umbrello">
<diagrams resolution="96">
<diagram xmi.id="uj9QbxZylOs0W" 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="500" canvasheight="38.6" canvaswidth="246" isopen="1">
<widgets>
<floatingtext xmi.id="u058EKzmU90uH" localid="ubsZ5DMx6jfPS" 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="-1498.2" y="-461.4" width="25" height="18" isinstance="0" showstereotype="2" text="1..*" pretext="" posttext="" role="700"/>
<classwidget xmi.id="uxtXiOmSsBPNI" localid="umeFpzjLDD4xm" 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="-1614.4" y="-464.8" width="81" height="35" isinstance="0" showstereotype="2" showoperations="1" showpubliconly="0" showopsigs="601" showpackage="1" showscope="1" showattributes="1" showattsigs="601" showstereotype="2"/>
<floatingtext xmi.id="u3maVHkRM9Sk1" localid="uOGjACtopW3D2" 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="-1538.4" y="-458.4" width="15" height="18" isinstance="0" showstereotype="2" text="1" pretext="" posttext="" role="700"/>
<classwidget xmi.id="uytRl8OIZmKC9" localid="u2FO6bzz5JZl4" 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="-1472.8" y="-461.2" width="104.4" height="35" isinstance="0" showstereotype="2" showoperations="1" showpubliconly="0" showopsigs="601" showpackage="1" showscope="1" showattributes="1" showattsigs="601" showstereotype="2"/>
</widgets>
<messages/>
<associations>
<assocwidget xmi.id="uXRBO8QSGZp1N" localid="uDRI38LMForQ2" 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="uXRBO8QSGZp1N" type="503" widgetaid="uxtXiOmSsBPNI" widgetbid="uytRl8OIZmKC9" indexa="1" totalcounta="2" indexb="1" totalcountb="2">
<linepath layout="Direct">
<startpoint startx="-1533.4" starty="-445.9"/>
<endpoint endx="-1472.8" endy="-445.9"/>
</linepath>
</assocwidget>
</associations>
</diagram>
</diagrams>
</XMI.extension>
</UML:Model>
<UML:Model isSpecification="false" isLeaf="false" isRoot="false" isAbstract="false" xmi.id="Use_Case_View" name="Use Case View" namespace="m1" visibility="public">
<UML:Namespace.ownedElement/>
</UML:Model>
<UML:Model isSpecification="false" isLeaf="false" isRoot="false" isAbstract="false" xmi.id="Component_View" name="Component View" namespace="m1" visibility="public">
<UML:Namespace.ownedElement/>
</UML:Model>
<UML:Model isSpecification="false" isLeaf="false" isRoot="false" isAbstract="false" xmi.id="Deployment_View" name="Deployment View" namespace="m1" visibility="public">
<UML:Namespace.ownedElement/>
</UML:Model>
<UML:Model isSpecification="false" isLeaf="false" isRoot="false" isAbstract="false" xmi.id="Entity_Relationship_Model" name="Entity Relationship Model" namespace="m1" visibility="public">
<UML:Namespace.ownedElement/>
</UML:Model>
</UML:Namespace.ownedElement>
</UML:Model>
</XMI.content>
<XMI.extensions xmi.extender="umbrello">
<docsettings viewid="uj9QbxZylOs0W" documentation="" uniqueid="ubsZ5DMx6jfPS"/>
<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="uj9QbxZylOs0W" type="807" label="class diagram" open="0"/>
<listitem id="uxtXiOmSsBPNI" type="813" open="1">
<listitem id="ubXFjn3xTQiov" type="814" open="0"/>
</listitem>
<listitem id="uytRl8OIZmKC9" type="813" open="1">
<listitem id="uYVGA20A8cKdq" type="814" open="0"/>
</listitem>
<listitem id="Datatypes" type="830" open="0">
<listitem id="uVLhjVhVn6xAk" type="829" open="0"/>
<listitem id="uYXetj4JwCmu5" type="829" open="0"/>
<listitem id="uIHafLDdWXFAL" type="829" open="0"/>
<listitem id="ufcwgci24Glaa" type="829" open="0"/>
<listitem id="uzWdxvniBNgaR" type="829" open="0"/>
<listitem id="uwnEcVrdMSR2z" type="829" open="0"/>
<listitem id="u3Cd14D6Yqmnt" type="829" open="0"/>
<listitem id="u2IXKj1x9C7k2" type="829" open="0"/>
<listitem id="ucHdAcZqHIlI6" type="829" open="0"/>
<listitem id="urW0uC3YUCWvz" type="829" open="0"/>
<listitem id="uvtbDJV5TC3o2" type="829" open="0"/>
<listitem id="u6uXDVetvhIdw" type="829" open="0"/>
<listitem id="unPOqv2OW7UbU" type="829" open="0"/>
<listitem id="upVcDwnopDYU2" type="829" open="0"/>
<listitem id="u5HKyGdAIERJU" type="829" open="0"/>
<listitem id="uQJ0q35DiWdoz" type="829" open="0"/>
<listitem id="ugmJpWNS5s13U" type="829" open="0"/>
<listitem id="uO35OuAZhC3Bp" type="829" open="0"/>
</listitem>
</listitem>
<listitem id="Use_Case_View" type="802" open="1"/>
</listitem>
</listview>
<codegeneration>
<codegenerator language="C++"/>
</codegeneration>
</XMI.extensions>
</XMI>