You are on page 1of 4

Package Example: TikZ UML Diagrams

Nicolas Kielbasiewicz 13 dcembre 2013

Class Diagram
p sp1 T A n : uint t : oat Je suis une note qui concerne la relation dimport

B d : double setB(b : B) : void getB() : B toto 1

sp2 interface C n : uint s : string

Je suis une note qui concerne la classe B

* tata

1 tutu D n : uint vector

titi *

Sequence Diagram

a:A opa() opt alt [condition]

b:B

c:C

d:D

opb() opc()

[default] 1 opt assert

opd() 3

ope() opf() 5 4

0 create e:E

opt

opg() create 6 oph() 7 f:F

State Diagram
Etat global de lobjet A graphe B

op2

op1

test1

op3

op4

Visualisation

test2

op5

Component Diagram
I am the node named B-westinterface I am the node named C-eastinterface

D DA

B-interface
delegate

C I am the node named totointerface

C-interface

I am the node named A-southport I am the node named AE-interface

AE

EF G GHF F

H I am the node named F-east-port

You might also like