root/components/xmlSequence/XmlSequence.class.php

7886
1
<?php
1
<?php
2
/**
2
/**
3
 * XmlSequence - Uml Object of the sequence diagram
4
 * @package XmlSequence
5
 */
6
7
/**
3
 * Class what represent the UML sequence diagram
8
 * Class what represent the UML sequence diagram
4
 * using the object oriented strutcture to do that
9
 * using the object oriented strutcture to do that
5
 * 
10
 * 
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 XmlSequence
13
class XmlSequence
10
{
14
{