Skip to content

Elk Text random generator for quantitative evaluation of my bachelor thesis. Elk text format as documented here: https://github.com/eclipse/elk/pull/106#issuecomment-268772479. Random number of nodes with random sizes are generated as .elkt files, so they can be used by the developed algorithm in the official ELK project.

License

Notifications You must be signed in to change notification settings

dalu2104/ElkT-RanGen

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Automatic random ELkT Generator

Needed to randomly create ElkT files that only contain nodes. Edges may be added later.

Prerequisites

You will need to have Java and Maven installed.

Usage

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

Built With

  • Maven - Dependency Management

Authors

  • Daniel Lucas - Initial work - dalu2104

See also the list of contributors who participated in this project.

License

This project is licensed under the GNU General Public License - see the LICENSE file for details

About

Elk Text random generator for quantitative evaluation of my bachelor thesis. Elk text format as documented here: https://github.com/eclipse/elk/pull/106#issuecomment-268772479. Random number of nodes with random sizes are generated as .elkt files, so they can be used by the developed algorithm in the official ELK project.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages