Deprecated: Use of MediaWiki\Parser\ParserOutput::getText was deprecated in MediaWiki 1.42. [Called from SMW\MediaWiki\Hooks\OutputPageParserOutput::getParserOutput in /home/jltryoen/www/MediaWiki/extensions/SemanticMediaWiki/src/MediaWiki/Hooks/OutputPageParserOutput.php at line 161] in /home/jltryoen/www/MediaWiki/includes/debug/MWDebug.php on line 386
« PlantUML » : différence entre les versions — La FAQ de JLT

« PlantUML » : différence entre les versions

 
(4 versions intermédiaires par le même utilisateur non affichées)
Ligne 4 : Ligne 4 :
}}
}}
{{ToolsVersion|Name=Winscp|Version= v1.2025.2|OS=Windows|width=64|image=/images/Plantuml_Logo.svg.png}}
{{ToolsVersion|Name=Winscp|Version= v1.2025.2|OS=Windows|width=64|image=/images/Plantuml_Logo.svg.png}}
== Description ==
<wikipedia  name=PlantUML no=2/>
== Téléchargement ==
== Téléchargement ==
{{download|keyword=plantuml_download}}
{{download|keyword=plantuml_download}}
== Exemple ==
{| class="wikitable"
|-
| {{#!: {{syntaxhighlight |lang=text|code=
@startuml
class Annee {
- id : int
- name: String
- tranche1 : int
- tranche2 : int
- tranche3 : int
- tranche4 : int
- taux1 : float
- taux2 : float
- taux3 : float
- taux4 : float
}
class Impot {
- name: String
- revenu : int
- nbparts: float
- dons: int
- placements: int
- annee: int
}
Impot .. Annee : id->annee(name)
@enduml
}} }} || &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; || {{#!: {{img |src=/images/plantuml.png}}}}
|}<br>
<br>


== Liens Externes ==
== Liens Externes ==

Dernière version du 16 mars 2025 à 15:47


PlantUML
Version v1.2025.2
OS Windows

Article publié le :  10 mars 2025 10:57:52




Description

PlantUML est un outil open-source permettant aux utilisateurs de créer des diagrammes à partir d'un langage de texte brut. Outre divers diagrammes UML, PlantUML prend en charge divers autres formats liés au développement de logiciels (tels que Archimate, schéma fonctionnel, BPMN, C4, Computer network diagram, modèle entité-association, diagramme de Gantt, carte heuristique et organigramme des tâches du projet), ainsi que la visualisation de fichiers JSON et YAML.

Lire la suite ...

Téléchargement

https://plantuml.com/fr/download

Exemple

@startuml
class Annee {
 - id : int
 - name: String
 - tranche1 : int
 - tranche2 : int
 - tranche3 : int
 - tranche4 : int
 - taux1 : float
 - taux2 : float
 - taux3 : float
 - taux4 : float
}
class Impot {
 - name: String
 - revenu : int
 - nbparts: float
 - dons: int
 - placements: int
 - annee: int
}
Impot .. Annee : id->annee(name)
@enduml
         



Liens Externes