User:Magodra

From PSwiki
Revision as of 21:25, 29 April 2011 by Magodra (talk | contribs)
Jump to navigation Jump to search

My UML test suff

Using the PlantUML [1] extention to generate uml code. See the PlantUML [2] web page for detailes on syntax.

Classes

<uml>
PSClient .. PSServer
PSServer .right. NPCClient
</uml>

Sequence diagrams

<uml>
NPCClient-\\PSServer : NPCAuthent
NPCClient//-PSServer : MSGStrings
</uml>

Use Cases

<uml>
:User: -> (Login)
</uml>