Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Corentin GUILLEVIC
Not Alone
Commits
350deaad
Commit
350deaad
authored
Dec 05, 2020
by
Killian LUCAS
Browse files
conception.adoc + User.java
parent
23b124f7
Changes
2
Hide whitespace changes
Inline
Side-by-side
not-alone-database/src/main/java/fr/univnantes/alma/data/item/User.java
View file @
350deaad
...
...
@@ -24,7 +24,7 @@ public class User {
@Override
public
String
toString
()
{
return
String
.
format
(
"
Custom
er[id=%d, mail='%s', password='%s',pseudo='%s']"
,
"
Us
er[id=%d, mail='%s', password='%s',pseudo='%s']"
,
id
,
mail
,
passwordHash
,
pseudo
);
}
public
Long
getId
(){
...
...
not-alone-doc/src/doc/asciidoc/_sections/conception.adoc
View file @
350deaad
...
...
@@ -616,7 +616,7 @@ package planet{
class Planet{
- mapPlaceToJetons : Map<Place, Jeton[*]>
- blockedPlaces : Map<Place, Boolean>
- placeSurvivalCardMap : Map<Place, SurvivalCard>
- placeSurvivalCardMap : Map<Place, SurvivalCard
[*]
>
- numberMovesAllowInRound : Integer
- placeDistribution : PlaceDistribution
- planetPawn : PlanetPawn
...
...
@@ -624,8 +624,8 @@ package planet{
+ getPlaceDistribution() : PlaceDistribution
+ reset()
+ placeJeton(placedJeton : PlacedJeton)
+
get
PlacesWhereJetonIs(symbol : JetonSymbol) : Place[*]
+
get
PlaceCardsWhereJetonIs(symbol : JetonSymbol) : PlaceCard[*]
+
find
PlacesWhereJetonIs(symbol : JetonSymbol) : Place[*]
+
find
PlaceCardsWhereJetonIs(symbol : JetonSymbol) : PlaceCard[*]
- removeJeton(symbol : JetonSymbol)
- blockPlaces(places : Place[*])
- blockPlaces(place : Place)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment