UML
Jump to navigation
Jump to search
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>
