| Recommend this page to a friend! |
| Author | ||
![]() |
|
Innovation award![]() Nominee: 1x | |||||||||||||||||||
| Classes of Teoni Valois | > | UML 2 Classes | > | Download .zip .tar.gz | > | > | > | |||||
|
|||||||||||||||||||||||
| Groups | Freshmeat project | |||||
| Applications | ||||||
| Groups | ||
| PHP 5 | Classes using PHP 5 specific features | View top rated classes | |
| Utilities and Tools | General purpose tools to simplify software development | View top rated classes | |
| Code Generation | Compilers and tools that generate code automatically | View top rated classes |
![]() |
|
| Innovation Award | ||
![]() August 2005 Number 8 Prize: One subscription to the PDF edition of the magazine by PHP Architect |
UML is a visual language defined by the OMG (Object Management Group) committee. It specifies notations and conventions to create several types of diagrams that are used to represent elements involved in the design of software systems. Nowadays, there are many commercial and Open Source visual tools that let developers design aspects of their software systems using UML standard notations. The UML standard also specifies an XML format named XMI that is used to describe the details of UML diagrams. Many UML visual tools are capable of exporting UML diagrams in XMI format. One the types of diagrams that can be created using an UML tool is the diagram of classes. This kind of diagram is used to describe the classes of objects that are used in a system. It may include class variables, functions, relationships, etc.. This package is a tool that is able to parse UML class diagram definitions exported to a XMI file. It can generate all the code of the classes described in a class diagram. This tool can help providing greater productivity in the aspect of going from a UML design to the implementation of an object oriented software project in PHP. Manuel Lemos |
| Freshmeat project | ||
|
| User ratings | ||
| Ratings | ||||||||
|---|---|---|---|---|---|---|---|---|
| All time: | ||||||||
| Month: | ||||||||
| Applications that use this class | ||
| Files | / | |||
| File | Role | Description | ||
|---|---|---|---|---|
| |
Class | Class that starts the classes generation | ||
| Files | / | src | / | |||
| File | Role | Description | ||
|---|---|---|---|---|
| Files | / | src | / | Classes | / | |||
| File | Role | Description |
|---|---|---|
| |
Class | Class that recognizes the attributes of a class in the XMI file |
| Files | / | src | / | Classes | / | |||
| File | Role | Description |
|---|---|---|
| |
Class | Class that recognizes the block of a class in the XMI file |
| Files | / | src | / | Classes | / | |||
| File | Role | Description |
|---|---|---|
| |
Class | Class that recognizes an abstraction in the XMI file |
| |
Class | Class that recognizes the class generalization in the XMI file |
| Files | / | src | / | Classes | / | |||
| File | Role | Description |
|---|---|---|
| |
Class | Class that generates the PHP-GTK interface of the application |
| Files | / | src | / | Classes | / | |||
| File | Role | Description |
|---|---|---|
| |
Class | Class that recognizes the Interfaces contained in the XMI file |
| Files | / | src | / | Classes | / | |||
| File | Role | Description |
|---|---|---|
| |
Class | Class that recognizes the methods of a Class in the XMI file |
| Files | / | src | / | Classes | / | |||
| File | Role | Description |
|---|---|---|
| |
Class | recognizes the packages in the XMI file |
| Files | / | src | / | Classes | / | |||
| File | Role | Description |
|---|---|---|
| |
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. |
| Files | / | src | / | Classes | / | |||
| File | Role | Description |
|---|---|---|
| |
Class | A XMLParser to work together with the application |
| Download all files: uml2classes.tar.gz uml2classes.zip |