From b3afa84f3727850b70f72b335cb8f54eb7a4134f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Antoine=20Gu=C3=A9rin?= Date: Fri, 4 Dec 2020 16:43:21 +0100 Subject: [PATCH] correction des erreurs --- not-alone-doc/pom.xml | 2 +- .../doc/asciidoc/_sections/conception.adoc | 22 +++++++++---------- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/not-alone-doc/pom.xml b/not-alone-doc/pom.xml index 0c71583..54bc24b 100644 --- a/not-alone-doc/pom.xml +++ b/not-alone-doc/pom.xml @@ -48,7 +48,7 @@ pdf font diff --git a/not-alone-doc/src/doc/asciidoc/_sections/conception.adoc b/not-alone-doc/src/doc/asciidoc/_sections/conception.adoc index e1d1fb5..86dcd3f 100644 --- a/not-alone-doc/src/doc/asciidoc/_sections/conception.adoc +++ b/not-alone-doc/src/doc/asciidoc/_sections/conception.adoc @@ -1,7 +1,14 @@ += Conception détaillée + :source-highlighter: rouge -= Conception détaillée +[source,java] +---- +public class Usine{ + int stmth; +} +---- == ServeurNotAlone @@ -55,6 +62,8 @@ note right of Game : Uncompleted! === Opérations du ServeurNotAloneController + + .Create Game [source,OCL] ---- @@ -80,7 +89,6 @@ post: .Retirer Pion [source,OCL] -//TODO est ce que le contexte est bien ServeurNotAloneController ---- context : ServeurNotAloneController::retirerPion(nbPion : Integer) pre: @@ -89,7 +97,6 @@ post: self.pionVolonte = self.pionVolonte@pre - nbPion ---- . Reprendre Carte -//TODO est ce que le contexte est bien ServeurNotAloneController [source,OCL] ---- context : ServeurNotAloneController::reprendreCarte(nbCarte : Integer) @@ -100,7 +107,6 @@ post: ---- . Defausse Carte -//TODO est ce que le contexte est bien ServeurNotAloneController [source,OCL] ---- context : ServeurNotAloneController::defausseCarte(card : CarteLieu) @@ -112,7 +118,6 @@ post: . Avancer Pion Assimilation [source,OCL] -//TODO est ce que le contexte est bien ServeurNotAloneController ---- context : ServeurNotAloneController::avancerPionAssimilation() pre: @@ -122,7 +127,6 @@ post: ---- . Poser Jeton Creature -//TODO est ce que le contexte est bien ServeurNotAloneController [source,OCL] ---- context : ServeurNotAloneController::poserJetonCreature(card : CarteLieu) @@ -133,7 +137,6 @@ post: ---- . Poser Jeton Cible -//TODO est ce que le contexte est bien ServeurNotAloneController [source,OCL] ---- ServeurNotAloneController::poserJetonCible(card1 : CarteLieu, card2 : CarteLieu) @@ -144,7 +147,6 @@ post: ---- . Poser Jeton Artemia -//TODO est ce que le contexte est bien ServeurNotAloneController [source,OCL] ---- ServeurNotAloneController::poserJetonArtemia(card : CarteLieu) @@ -155,7 +157,6 @@ post: ---- . Recuperer Jeton -//TODO est ce que le contexte est bien ServeurNotAloneController [source,OCL] ---- ServeurNotAloneController::recupererJeton() @@ -166,7 +167,6 @@ post: ---- . Piocher Carte Traque -//TODO est ce que le contexte est bien ServeurNotAloneController [source,OCL] ---- ServeurNotAloneController::piocherCarteTraque() @@ -175,7 +175,7 @@ post: ---- . Effet -//TODO est ce que le contexte est bien ServeurNotAloneController +//TODO [source,OCL] ---- ServeurNotAloneController::effet(Carte) : String -- GitLab