This project aims to extract diagrams data and convert for UML structure.
For installation this project your require Java 8 installed. Read how use before installation. For use this project compile this program using javac project\folder.
- Java 8
Change file path in src\Aplicacao.java. Compile program how mentioned in Installation section and run javac Aplicacao.class.component.gif)
Above contains list of the diagrams for this parser convert to UML sctructure.
| Diagram | Description |
|---|---|
Activity |
Diagram for represents system flow |
Use Case |
Diagram contains who can use each feature |
Contributions are what make the open source community an incredible place to learn, inspire and create. Any contribution you make will be much appreciated.
- Make a project Fork
- Create a Branch for your feature (
git checkout -b feature/amazing-feature) - Insert your changes (
git add .) - Make a commit with your changes (
git commit -m 'feat(<diagram-name>): Inserting a Amazing Feature !) - Push the branch (
git push origin feature/amazing-feature) - Open a Pul Request
Distributed under the MIT license. See LICENSE for more information.
Yury Alencar - Github - [email protected]