DOC

org.liveontologies : protege-justification-explanation

Maven & Gradle

May 10, 2024

Protege Justification Explanation · A plug-in for the Protégé Desktop ontology editor that adds an explanation service for displaying minimal subset of axioms (justifications) for entailments. Compared to the explanation-workbench plug-in bundled with Protégé, this plug-in can use multiple providers for computing justifications. Each of these providers should be a plug-in that implements the new extension points (see plugin.xml).

Table Of Contents

Latest Version

Download org.liveontologies : protege-justification-explanation Javadoc & API Documentation - Latest Versions:

All Versions

Download org.liveontologies : protege-justification-explanation Javadoc & API Documentation - All Versions:

Version Size Javadoc Updated
0.1.x

How to open Javadoc JAR file in web browser

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