Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
app_mobile_projet
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
POTEL Guillaume
app_mobile_projet
Commits
80b07b4a
Commit
80b07b4a
authored
2 months ago
by
@potel5u
Browse files
Options
Downloads
Patches
Plain Diff
first commit
parent
19ad29a6
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
diag.png
+0
-0
0 additions, 0 deletions
diag.png
diag.txt
+0
-49
0 additions, 49 deletions
diag.txt
maquette.png
+0
-0
0 additions, 0 deletions
maquette.png
with
0 additions
and
49 deletions
diag.png
deleted
100644 → 0
+
0
−
0
View file @
19ad29a6
63.4 KiB
This diff is collapsed.
Click to expand it.
diag.txt
deleted
100644 → 0
+
0
−
49
View file @
19ad29a6
@startuml
class Pièce{
Int id
String nom
String photoNord, photoSud, photoEst, photoOuest
Pièce(String nom, String photoNord, String photoSud, String photoEst, String photoOuest)
String toJson()
}
class Accès{
Int id
Int xCoinHautGauche
Int yCoinHautGauche
Int xCoinBasDroit
Int yCoinBasDroit
Acces(Pièce destination)
}
Pièce -"*" Accès
Accès -"1" Pièce
class Modèle{
Boolean pieceAffichee
String fichierJson
String orientationCourante
Modèle()
Pièce getPieceCourante()
String getFichierJson()
void setPieceCourante(Pièce pieceCourante)
void setPieceAffichee(Boolean valeur)
void ajouterPiece(String nom, String photoNord, String photoSud, String photoEst, String photoOuest)
void supprimerPiece(Int idPiece)
void modifierPieceCourante(String nom, String photoNord, String photoSud, String photoEst, String photoOuest)
void tournerHoraire()
void tournerAntiHoraire()
void enregistrerModele()
void chargerModele(String fichierJson)
void ajouterAcces(Pièce destination, Int x1, Int y1, Int x2, Int y2)
void utiliserAcces(Int idAcces)
void supprimerAcces(Int idAcces)
}
Modèle -"*" Pièce
@enduml
\ No newline at end of file
This diff is collapsed.
Click to expand it.
maquette.png
deleted
100644 → 0
+
0
−
0
View file @
19ad29a6
28.1 KiB
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment