Go to the source code of this file.
Namespaces | |
| namespace | public |
Variables | |
| $intZoom = (integer)CorujaArrayManipulation::getArrayField( $_POST , "zoom" , 100 ) | |
| $strFile = (string)CorujaArrayManipulation::getArrayField( $_REQUEST , "file" , "threeLittlePigs") | |
| switch($strFile) | $strXml = CorujaArrayManipulation::getArrayField( $_POST , "xml" , file_get_contents( $strXmlFile ) ) |
| $objXmlSequence = UmlSequenceDiagramFactoryFromXml::getInstance()->setXml( $strXml )->perform() | |
| </style >< title > Automatic Sequence Diagram</title > </head >< body >< h3 > Code To Diagram</h3 >< h4 > Interpreting XML into Sequence Diagrams</h4 >< h5 > Sequence Diagrams</h5 > < divclass="intro">< p > Sequence diagrams are simple and easy to understand | However |
| </style >< title > Automatic Sequence Diagram</title > </head >< body >< h3 > Code To Diagram</h3 >< h4 > Interpreting XML into Sequence Diagrams</h4 >< h5 > Sequence Diagrams</h5 > < divclass="intro">< p > Sequence diagrams are simple and easy to understand create sequence diagrams automatically can be very complex by XMI | interpratation |
| </style >< title > Automatic Sequence Diagram</title > </head >< body >< h3 > Code To Diagram</h3 >< h4 > Interpreting XML into Sequence Diagrams</h4 >< h5 > Sequence Diagrams</h5 > < divclass="intro">< p > Sequence diagrams are simple and easy to understand create sequence diagrams automatically can be very complex by XMI image generation and still very restrict to some kind language or output</p >< h5 > Code to Diagram Proposal</h5 > < divstyle="width:50%;float:left"> < p > To make this process | easier |
| $intZoom = (integer)CorujaArrayManipulation::getArrayField( $_POST , "zoom" , 100 ) |
This file make a little intro about what is the xml to diagram and how it works, its projects, team, etc. After that it create a html web form what make possible the creation of real time diagrams just changing the xml and posting the form.
Definition at line 17 of file xmlToDiagram.php.
| $objXmlSequence = UmlSequenceDiagramFactoryFromXml::getInstance()->setXml( $strXml )->perform() |
Definition at line 38 of file xmlToDiagram.php.
| $strFile = (string)CorujaArrayManipulation::getArrayField( $_REQUEST , "file" , "threeLittlePigs") |
Definition at line 18 of file xmlToDiagram.php.
| $strXml = CorujaArrayManipulation::getArrayField( $_POST , "xml" , file_get_contents( $strXmlFile ) ) |
Definition at line 35 of file xmlToDiagram.php.
| </style><title> Automatic Sequence Diagram</title></head><body><h3> Code To Diagram</h3><h4> Interpreting XML into Sequence Diagrams</h4><h5> Sequence Diagrams</h5><divclass="intro"><p> Sequence diagrams are simple and easy to understand create sequence diagrams automatically can be very complex by XMI image generation and still very restrict to some kind language or output</p><h5> Code to Diagram Proposal</h5><divstyle="width:50%;float:left"><p> To make this process easier |
Definition at line 49 of file xmlToDiagram.php.
| </style><title> Automatic Sequence Diagram</title></head><body><h3> Code To Diagram</h3><h4> Interpreting XML into Sequence Diagrams</h4><h5> Sequence Diagrams</h5><divclass="intro"><p> Sequence diagrams are simple and easy to understand However |
Definition at line 49 of file xmlToDiagram.php.
| </style><title> Automatic Sequence Diagram</title></head><body><h3> Code To Diagram</h3><h4> Interpreting XML into Sequence Diagrams</h4><h5> Sequence Diagrams</h5><divclass="intro"><p> Sequence diagrams are simple and easy to understand create sequence diagrams automatically can be very complex by XMI interpratation |
Definition at line 49 of file xmlToDiagram.php.
1.5.9