This module is dedicated to the analysis of a set of existential rules.
It can check if this set belongs to a known decidable class of rules,
either directly or by means of its Graph of Rule Dependencies (GRD).
This module allows to analyze the properties of the strongly connected components in the GRD,
which allows to determine properties of the rule set with respect to decidability
as well as the kind of paradigm (forward or backward chaining) ensuring decidability.
There are no modules declared in this project.
Graal
See Graal homepage
How to build graal?
- install git
- clone the repository
git clone https://github.com/graphik-team/graal.git
mvn package
How to generate Javadoc?
mvn javadoc:javadoc
mvn javadoc:aggregate
How to check code with code analyzer?
mvn pmd:check
mvn findbugs:check
How to build graal when you don't want to get all stuff maven brings?
./prepare_ant.sh
ant