Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
N
Not Alone
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Environments
Packages & Registries
Packages & Registries
Package Registry
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Anthony ROZEN
Not Alone
Commits
b3afa84f
Commit
b3afa84f
authored
Dec 04, 2020
by
Antoine Guérin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
correction des erreurs
parent
f6fb4c59
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
12 deletions
+12
-12
not-alone-doc/pom.xml
not-alone-doc/pom.xml
+1
-1
not-alone-doc/src/doc/asciidoc/_sections/conception.adoc
not-alone-doc/src/doc/asciidoc/_sections/conception.adoc
+11
-11
No files found.
not-alone-doc/pom.xml
View file @
b3afa84f
...
@@ -48,7 +48,7 @@
...
@@ -48,7 +48,7 @@
<configuration>
<configuration>
<backend>
pdf
</backend>
<backend>
pdf
</backend>
<!--
<!--
<sourceHighlighter>
coderay
</sourceHighlighter>
<sourceHighlighter>
rouge
</sourceHighlighter>
-->
-->
<attributes>
<attributes>
<icons>
font
</icons>
<icons>
font
</icons>
...
...
not-alone-doc/src/doc/asciidoc/_sections/conception.adoc
View file @
b3afa84f
=
Conception
d
é
taill
é
e
:
source
-
highlighter
:
rouge
:
source
-
highlighter
:
rouge
=
Conception
d
é
taill
é
e
[
source
,
java
]
----
public
class
Usine
{
int
stmth
;
}
----
==
ServeurNotAlone
==
ServeurNotAlone
...
@@ -55,6 +62,8 @@ note right of Game : Uncompleted!
...
@@ -55,6 +62,8 @@ note right of Game : Uncompleted!
===
Op
é
rations
du
ServeurNotAloneController
===
Op
é
rations
du
ServeurNotAloneController
.
Create
Game
.
Create
Game
[
source
,
OCL
]
[
source
,
OCL
]
----
----
...
@@ -80,7 +89,6 @@ post:
...
@@ -80,7 +89,6 @@ post:
.
Retirer
Pion
.
Retirer
Pion
[
source
,
OCL
]
[
source
,
OCL
]
//
TODO
est
ce
que
le
contexte
est
bien
ServeurNotAloneController
----
----
context
:
ServeurNotAloneController
::
retirerPion
(
nbPion
:
Integer
)
context
:
ServeurNotAloneController
::
retirerPion
(
nbPion
:
Integer
)
pre
:
pre
:
...
@@ -89,7 +97,6 @@ post:
...
@@ -89,7 +97,6 @@ post:
self
.
pionVolonte
=
self
.
pionVolonte
@
pre
-
nbPion
self
.
pionVolonte
=
self
.
pionVolonte
@
pre
-
nbPion
----
----
.
Reprendre
Carte
.
Reprendre
Carte
//
TODO
est
ce
que
le
contexte
est
bien
ServeurNotAloneController
[
source
,
OCL
]
[
source
,
OCL
]
----
----
context
:
ServeurNotAloneController
::
reprendreCarte
(
nbCarte
:
Integer
)
context
:
ServeurNotAloneController
::
reprendreCarte
(
nbCarte
:
Integer
)
...
@@ -100,7 +107,6 @@ post:
...
@@ -100,7 +107,6 @@ post:
----
----
.
Defausse
Carte
.
Defausse
Carte
//
TODO
est
ce
que
le
contexte
est
bien
ServeurNotAloneController
[
source
,
OCL
]
[
source
,
OCL
]
----
----
context
:
ServeurNotAloneController
::
defausseCarte
(
card
:
CarteLieu
)
context
:
ServeurNotAloneController
::
defausseCarte
(
card
:
CarteLieu
)
...
@@ -112,7 +118,6 @@ post:
...
@@ -112,7 +118,6 @@ post:
.
Avancer
Pion
Assimilation
.
Avancer
Pion
Assimilation
[
source
,
OCL
]
[
source
,
OCL
]
//
TODO
est
ce
que
le
contexte
est
bien
ServeurNotAloneController
----
----
context
:
ServeurNotAloneController
::
avancerPionAssimilation
()
context
:
ServeurNotAloneController
::
avancerPionAssimilation
()
pre
:
pre
:
...
@@ -122,7 +127,6 @@ post:
...
@@ -122,7 +127,6 @@ post:
----
----
.
Poser
Jeton
Creature
.
Poser
Jeton
Creature
//
TODO
est
ce
que
le
contexte
est
bien
ServeurNotAloneController
[
source
,
OCL
]
[
source
,
OCL
]
----
----
context
:
ServeurNotAloneController
::
poserJetonCreature
(
card
:
CarteLieu
)
context
:
ServeurNotAloneController
::
poserJetonCreature
(
card
:
CarteLieu
)
...
@@ -133,7 +137,6 @@ post:
...
@@ -133,7 +137,6 @@ post:
----
----
. Poser Jeton Cible
. Poser Jeton Cible
//TODO est ce que le contexte est bien ServeurNotAloneController
[source,OCL]
[source,OCL]
----
----
ServeurNotAloneController::poserJetonCible(card1 : CarteLieu, card2 : CarteLieu)
ServeurNotAloneController::poserJetonCible(card1 : CarteLieu, card2 : CarteLieu)
...
@@ -144,7 +147,6 @@ post:
...
@@ -144,7 +147,6 @@ post:
----
----
.
Poser
Jeton
Artemia
.
Poser
Jeton
Artemia
//
TODO
est
ce
que
le
contexte
est
bien
ServeurNotAloneController
[
source
,
OCL
]
[
source
,
OCL
]
----
----
ServeurNotAloneController
::
poserJetonArtemia
(
card
:
CarteLieu
)
ServeurNotAloneController
::
poserJetonArtemia
(
card
:
CarteLieu
)
...
@@ -155,7 +157,6 @@ post:
...
@@ -155,7 +157,6 @@ post:
----
----
. Recuperer Jeton
. Recuperer Jeton
//TODO est ce que le contexte est bien ServeurNotAloneController
[source,OCL]
[source,OCL]
----
----
ServeurNotAloneController::recupererJeton()
ServeurNotAloneController::recupererJeton()
...
@@ -166,7 +167,6 @@ post:
...
@@ -166,7 +167,6 @@ post:
----
----
.
Piocher
Carte
Traque
.
Piocher
Carte
Traque
//
TODO
est
ce
que
le
contexte
est
bien
ServeurNotAloneController
[
source
,
OCL
]
[
source
,
OCL
]
----
----
ServeurNotAloneController
::
piocherCarteTraque
()
ServeurNotAloneController
::
piocherCarteTraque
()
...
@@ -175,7 +175,7 @@ post:
...
@@ -175,7 +175,7 @@ post:
----
----
.
Effet
.
Effet
//
TODO
est
ce
que
le
contexte
est
bien
ServeurNotAloneController
//
TODO
[
source
,
OCL
]
[
source
,
OCL
]
----
----
ServeurNotAloneController
::
effet
(
Carte
)
:
String
ServeurNotAloneController
::
effet
(
Carte
)
:
String
...
...
Write
Preview
Markdown
is supported
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