From ce2ad12c66c058a03a84c82710e1ed588dbffaa2 Mon Sep 17 00:00:00 2001 From: = <=> Date: Wed, 16 Nov 2022 13:08:49 +0100 Subject: [PATCH] Ajout des blocs --- rapport/architecture/schema.adoc | 36 +++++++++++++------------------- 1 file changed, 14 insertions(+), 22 deletions(-) diff --git a/rapport/architecture/schema.adoc b/rapport/architecture/schema.adoc index a4dde11..30ccf1d 100644 --- a/rapport/architecture/schema.adoc +++ b/rapport/architecture/schema.adoc @@ -9,29 +9,21 @@ raffiné dans un second schéma ; ou des schémas en plusieurs parties. Voir la liste des outils supportés par http://asciidoctor.org/docs/asciidoctor-diagram/[asciidoctor-diagram]. **(Vous pouvez, bien sûr, utiliser votre outil de dessin préféré).** -[graphviz, arch-diag, svg] +[blockdiag] .... -digraph MonGraph { - graph [rankdir = LR, splines=ortho]; - - node[shape=record]; - BlocIn[label="La source", height=2]; - Hub[label="Le «dispatcheur»", height=4]; - - BlocOut1[label="Première sortie", height=2]; - BlocOut2[label="Seconde Sortie", height=2]; - - BlocIn -> Hub [label="Image"]; - BlocIn -> Hub [label="Son"]; - BlocIn -> Hub [label="Émotion"]; - - Hub -> BlocOut1 [label="Musique"]; - Hub -> BlocOut1 [label="Chant"]; - BlocOut1 -> Hub [label="commande"]; - - - Hub -> BlocOut2 [label="Image"]; - Hub -> BlocOut2 [label="commande"]; +blockdiag{ + reseaux_sociaux[label="Réseaux sociaux"] + interface_avis[label="Interface retours d'avis"] + micro[label="Microphone"] + cam[label="Caméra"] + traitement_audio[label="Traitement du signal audio"] + ia_vocal[label="Reconnaissance vocale"] + ia_image[label="Reconnaissance d'image"] + traitement_image[label="Traitement du signal"] + droit[label="Droit"] + bdd[label="Base de donnée"] + analyse[label="Analyse des données"] + interface_admin[label="Interface administrateur"] } ....