User:Magodra: Difference between revisions

From PSwiki
Jump to navigation Jump to search
Magodra (talk | contribs)
Magodra (talk | contribs)
 
(5 intermediate revisions by the same user not shown)
Line 1: Line 1:
== My UML test suff ==
== My UML test suff ==
=== Classes ===
Using the PlantUML [http://www.mediawiki.org/wiki/Extension:PlantUML] extention to generate uml code. See the PlantUML [http://plantuml.sourceforge.net/index.html] web page for detailes on syntax. See the [[UML]] page for how to use [[UML]] for design.
<uml>
PSClient .. PSServer
PSServer .. NPCClient
</uml>
 
 
 
=== Sequence diagrams ===
<uml>
NPCClient-\\PSServer : NPCAuthent
NPCClient//-PSServer : MSGStrings
</uml>

Latest revision as of 14:20, 22 December 2013

My UML test suff

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