root/components/xmlSequence/XmlSequenceMessage.class.php
| 59 | 86 | ||
|---|---|---|---|
1 | <?php | 1 | <?php |
2 | /** | 2 | /** |
3 | * XmlSequenceMessage - Class with the UML description of the sequence diagram message | ||
4 | * @package XmlSequence | ||
5 | */ | ||
6 | |||
7 | /** | ||
3 | * Message send between actors into the XmlSequence object as the Sequence | 8 | * Message send between actors into the XmlSequence object as the Sequence |
4 | * Diagram UML guidelines append of more attributes as the code context make | 9 | * Diagram UML guidelines append of more attributes as the code context make |
5 | * usefull | 10 | * usefull |
6 | * @author Thiago Henrique Ramos da Mata <thiago.henrique.mata@gmail.com> | 11 | * @author Thiago Henrique Ramos da Mata <thiago.henrique.mata@gmail.com> |
7 | * @package XmlSequence | ||
8 | */ | 12 | */ |
9 | class XmlSequenceMessage | 13 | class XmlSequenceMessage |
10 | { | 14 | { |
Download diff