DOC

gov.nasa.pds.model : model-ontology

Maven & Gradle

Jun 17, 2022
9 stars

Model Ontology · The PDS4 Model Ontology component conains the Protégé ontology instances for the PDS4 information and data model, and uses the Maven plugin "model-dmdocument" to generate documentation and other artifcats from the ontology into a generated JAR file.

Table Of Contents

Latest Version

Download gov.nasa.pds.model : model-ontology Javadoc & API Documentation - Latest Versions:

All Versions

Download gov.nasa.pds.model : model-ontology Javadoc & API Documentation - All Versions:

Version Size Javadoc Updated
14.0.x
13.1.x
13.0.x
12.1.x
12.0.x
11.3.x
11.2.x
11.1.x
11.0.x
10.1.x
10.0.x

How to open Javadoc JAR file in web browser

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

Advertisement