DOC

fr.lirmm.graphik : graal-main-project

Maven & Gradle

Jul 29, 2016
44 stars

fr.lirmm.graphik:graal-main-project · Graal is a java toolkit dedicated to ontological query answering in the framework of existential rules. We consider knowledge bases composed of data and an ontology expressed by existential rules. The main features of Graal are the following: a basic layer that provides generic interfaces to store and query various kinds of data, forward chaining and query rewriting algorithms, structural analysis of decidability properties of a rule set, a textual format and its parser, and import of OWL 2 files. We describe in more detail the query rewriting algorithms, which rely on original techniques, and report some experiments.

Table Of Contents

Latest Version

Download fr.lirmm.graphik : graal-main-project Javadoc & API Documentation - Latest Versions:

All Versions

Download fr.lirmm.graphik : graal-main-project Javadoc & API Documentation - All Versions:

Version Size Javadoc Updated
1.2.x
1.1.x
1.0.x
0.9.x
0.8.x

How to open Javadoc JAR file in web browser

  1. Rename the file graal-main-project-1.2.0-javadoc.jar to graal-main-project-1.2.0-javadoc.zip
  2. Use your favourite unzip tool (WinRAR / WinZIP) to extract it, now you have a folder graal-main-project-1.2.0-javadoc
  3. Double click index.html will open the index page on your default web browser.

How to generate Javadoc from a source JAR?

Running the command javadoc:

javadoc --ignore-source-errors -encoding UTF-8 -sourcepath "graal-main-project-1.2.0-sources.jar" -d "graal-main-project-1.2.0-javadoc" -subpackages 

Advertisement