an internal/external dependency analyzer for software written in Prolog
An internal/external dependency analyzer for software written in Prolog, useful for a quick overview about the internal structure.
Software's core is written in Prolog, while the GUI is implemented in Java.
This project was developed in the context of the Artificial Intelligence course (taught by F. Esposito and S. Ferilli), MSc in Computer Science, Università degli Studi di Bari 'Aldo Moro'.
dep-jaeger is able to run only on YAP.
Further info are available in the documentation (Italian Only).
Given a predicate P declared in a module, dep-jaeger can obtain:
Given a module A, dep-jaeger can obtain:
Nicola Alessandro Natilla - alessandro.natilla@gmail.com
Damiano Romita - d.romita@gmail.com
Unix/Linux O.S.
YAP 6.2.2 - http://www.dcc.fc.up.pt/vsc/Yap/yap-6.2.2.tar.gz
graphviz - http://www.graphviz.org
Prolog sources are available both in folder 'prolog' and in folder named 'core' contained in 'dep-jaeger'. Java sources are available in folder 'java'.
First, rename folder 'prolog' in 'core'. This directory needs to be placed in the same path of jarfile.
Then, in terminal, type:
$ java -jar jaeger.jar <path-assoluto\\to\\yap>
Also if your prefer console interaction, type:
$ cd //path//to//core//
$ yap
$ ['core'].
$ help.