This repository contains the scripts and the ABL file for the GRAPHxx Modeling Tool
In order to use GRAPHxx you will firstly need to download ADOxx https://www.adoxx.org/live/download-guided ADOxx comes with 2 parts: ADOxx Development Toolkit and ADOxx Modeling Toolkit The GRAPHxx.abl file needs to be imported in the ADOxx Development Toolkit as a new library and then a user must be created and assigned to it The Scripts folder contains all the files that implement the functionalities of the modeling tool such as generating Turtle code from diagrams. After the folder is downloaded, in the ADOxx Development Toolkit the following actions need to be done:
- Select the "Library Management" tab
- Click on "Settings"
- Expand the GRAPHxx 1.0 library and click on "GRAPHxx 1.0 Dynamic"
- Click on "Library attributes" from the side menu
- Click on the "Add-ons" tab
- In the "External Coupling" part click on "Large text field" (icon looking like a square)
- You'll see some file paths that need to be modified in order to point to the location of the Scripts folder
The Evaluation_Scripts folder contains some AdoScript that generates graph instances automatically All the Python scrips where developed on Python 3.10.4