Ajout TDs COO
BIN
Conception/Class diagram/Class Diagram.png
Normal file
After Width: | Height: | Size: 187 KiB |
BIN
Conception/Class diagram/MVC Class Diagram.png
Normal file
After Width: | Height: | Size: 196 KiB |
After Width: | Height: | Size: 44 KiB |
BIN
Conception/Sequence diagram/Déconnexion.png
Normal file
After Width: | Height: | Size: 29 KiB |
BIN
Conception/Sequence diagram/Main.png
Normal file
After Width: | Height: | Size: 83 KiB |
BIN
Conception/Sequence diagram/Modification Pseudonyme.png
Normal file
After Width: | Height: | Size: 42 KiB |
BIN
Conception/Sequence diagram/Réduction de l'agent.png
Normal file
After Width: | Height: | Size: 57 KiB |
BIN
Conception/Sequence diagram/Session de clavardage .png
Normal file
After Width: | Height: | Size: 149 KiB |
BIN
Conception/State Machine Diagram/Machine a etat Chatapp.png
Normal file
After Width: | Height: | Size: 199 KiB |
BIN
Conception/Use case diagram/USE_CASE.png
Normal file
After Width: | Height: | Size: 563 KiB |
6
Implementation/.classpath
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<classpath>
|
||||||
|
<classpathentry kind="src" path="src"/>
|
||||||
|
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
|
||||||
|
<classpathentry kind="output" path="bin"/>
|
||||||
|
</classpath>
|
1
Implementation/.gitignore
vendored
Normal file
|
@ -0,0 +1 @@
|
||||||
|
/bin/
|
17
Implementation/.project
Normal file
|
@ -0,0 +1,17 @@
|
||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<projectDescription>
|
||||||
|
<name>Implementation</name>
|
||||||
|
<comment></comment>
|
||||||
|
<projects>
|
||||||
|
</projects>
|
||||||
|
<buildSpec>
|
||||||
|
<buildCommand>
|
||||||
|
<name>org.eclipse.jdt.core.javabuilder</name>
|
||||||
|
<arguments>
|
||||||
|
</arguments>
|
||||||
|
</buildCommand>
|
||||||
|
</buildSpec>
|
||||||
|
<natures>
|
||||||
|
<nature>org.eclipse.jdt.core.javanature</nature>
|
||||||
|
</natures>
|
||||||
|
</projectDescription>
|