Needed to randomly create ElkT files that only contain nodes. Edges may be added later.
You will need to have Java and Maven installed.
A step by step series of examples that tell you how to get the program running.
Clean previous builds (not always necessary)
mvn clean
Compile project
mvn package
Set properties in the 'properties.config' file. There is a property for the amount of files to be printed and bounds regarding number of nodes and their width and height.
Execute program. After compiling go to the 'target' directory and execute
java -jar NAMEOFJAR
- Maven - Dependency Management
- Daniel Lucas - Initial work - dalu2104
See also the list of contributors who participated in this project.
This project is licensed under the GNU General Public License - see the LICENSE file for details