Click here to Skip to main content
15,881,600 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 233.9K   6.4K   233  
A WPF smart client to generate UML diagrams from plain text using plantuml tool
@startuml img/sequence_img014.png
participant User

User -> A: DoWork
activate A

	A -> A: Internal call
	activate A

		A -> B: << createRequest >>
		activate B
			B --> A: RequestCreated
		deactivate B
	deactivate A
	A -> User: Done
deactivate A

@enduml

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