DOC

fr.lirmm.graphik : integraal

Maven & Gradle

Nov 10, 2023

InteGraal : Knowledge-Representation and Reasoning for Data Integration · InteGraal has been designed in a modular way, in order to facilitate software reuse and extension. It should make it easy to test new scenarios and techniques, in particular by combining algorithms. The main features of Graal are currently the following: (1) internal storage to store data by using a SQL or RDF representation (Postgres, MySQL, HSQL, SQLite, Remote SPARQL endpoints, Local in-memory triplestores) as well as a native in-memory representation (2) data-integration capabilities for exploiting federated heterogeneous data-sources through mappings able to target systems such as SQL, RDF, and black-box (eg. Web-APIs) (3) algorithms for query-answering over heterogeneous and federated data based on query rewriting and/or forward chaining (or chase)

Table Of Contents

Latest Version

Download fr.lirmm.graphik : integraal Javadoc & API Documentation - Latest Versions:

All Versions

Download fr.lirmm.graphik : integraal Javadoc & API Documentation - All Versions:

Version Size Javadoc Updated
1.0.x

How to open Javadoc JAR file in web browser

  1. Rename the file integraal-1.0.0-javadoc.jar to integraal-1.0.0-javadoc.zip
  2. Use your favourite unzip tool (WinRAR / WinZIP) to extract it, now you have a folder integraal-1.0.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 "integraal-1.0.0-sources.jar" -d "integraal-1.0.0-javadoc" -subpackages