####
####FlowerVisualizer (Robotanism) This project was created to show the information about Java source code as flowers. Each flower represents a file and the features of the flowers represent something about the file; for instance, number of petals is the number of methods and the height of the flowers shows how many lines of code there are. Arrows between flowers represent the connection between classes. It is useful as one might look on the overall structure of the code and determine whether something needs refactoring.
####Purpose of Creation Term project for UBC CPSC 410 – Advanced Software Engineering.
####Code https://github.com/yyssahn/410project
####Video