Click here to Skip to main content
15,895,709 members
Articles / Desktop Programming / WPF

PlantUML Editor: A Fast and Simple UML Editor using WPF

Rate me:
Please Sign up or sign in to vote.
4.98/5 (65 votes)
11 Jun 2011CPOL16 min read 239.5K   6.4K   233  
A WPF smart client to generate UML diagrams from plain text using plantuml tool
@startuml img/usecase_img07.png
title Simple demonstration
:Main Admin: as Admin
:Local Admin: as LAdmin
Admin -|> LAdmin
User <|- Expert
(UC1\nTo administrate application) as (UC1)
(UC2\nTo manage cards) as (UC2)
(UC3\nTo manage users) as (UC3)
(UC4\nTo manage data) as (UC4)
(UC5\nTo manage useractivity) as (UC5)
Admin --> (UC1)
LAdmin --> (UC2) : To delete
LAdmin ---> (UC3)
LAdmin --> (UC4) : Migration init
LAdmin --> (UC5)
(UC2) <-- Expert : To create/modify
(UC2) <-- User : To consult
(UC4) <-- User : Help, Search
@enduml
28	

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Architect BT, UK (ex British Telecom)
United Kingdom United Kingdom

Comments and Discussions