| File |
Role |
Description |
GUI.php |
Appl. |
Script to run the tool in PHP-GTK |
src/Classes/Attributes |
AttributeParser.class.php |
Class |
Class that recognizes the attributes of a class in the XMI file |
src/Classes/Classes |
ClassParser.class.php |
Class |
Class that recognizes the block of a class in the XMI file |
src/Classes/Dependencies |
AbstractionParser.class.php |
Class |
Class that recognizes an abstraction in the XMI file |
GeneralizationParser.class.php |
Class |
Class that recognizes the class generalization in the XMI file |
src/Classes/GUI |
UML2Classes.class.php |
Class |
Class that generates the PHP-GTK interface of the application |
src/Classes/Interfaces |
InterfaceParser.class.php |
Class |
Class that recognizes the Interfaces contained in the XMI file |
src/Classes/Methods |
MethodParser.class.php |
Class |
Class that recognizes the methods of a Class in the XMI file |
src/Classes/Packages |
PackageParser.class.php |
Class |
recognizes the packages in the XMI file |
src/Classes/XMI |
XMIParser.class.php |
Class |
The core class of the application. This one recognizes the requested blocks in the XMI file and its attributes. This one is needed by all the other Classes of the application. |
src/Classes/XMLParser |
XMLParser.class.php |
Class |
A XMLParser to work together with the application |
src |
Generator.class.php |
Class |
Class that starts the classes generation |