This repository has been archived by the owner on Feb 22, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #270 from eclipse/issues/GH-52-javadoc-cleanup
javadoc cleanup
- Loading branch information
Showing
19 changed files
with
53 additions
and
49 deletions.
There are no files selected for viewing
4 changes: 4 additions & 0 deletions
4
elasticsearch/src/main/java/org/eclipse/rdf4j/sail/elasticsearch/package-info.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
/** | ||
* ElasticSearch index for the {@link LuceneSail}. | ||
*/ | ||
package org.eclipse.rdf4j.sail.elasticsearch; |
4 changes: 4 additions & 0 deletions
4
federation/src/main/java/org/eclipse/rdf4j/sail/federation/package-info.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
/** | ||
* A Sail implementation for federated access to multiple databases. | ||
*/ | ||
package org.eclipse.rdf4j.sail.federation; |
4 changes: 4 additions & 0 deletions
4
inferencer/src/main/java/org/eclipse/rdf4j/sail/inferencer/fc/package-info.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
/** | ||
* Forward-chaining inferencers, implemented as {@link StackableSail}s. | ||
*/ | ||
package org.eclipse.rdf4j.sail.inferencer.fc; |
5 changes: 0 additions & 5 deletions
5
inferencer/src/main/java/org/eclipse/rdf4j/sail/inferencer/fc/package.html
This file was deleted.
Oops, something went wrong.
4 changes: 4 additions & 0 deletions
4
lucene-api/src/main/java/org/eclipse/rdf4j/sail/lucene/package-info.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
/** | ||
* A Sail implementation that supports full-text indexing via the Lucene API. | ||
*/ | ||
package org.eclipse.rdf4j.sail.lucene; |
13 changes: 0 additions & 13 deletions
13
memory/src/main/java/org/eclipse/rdf4j/sail/memory/design.txt
This file was deleted.
Oops, something went wrong.
6 changes: 6 additions & 0 deletions
6
memory/src/main/java/org/eclipse/rdf4j/sail/memory/package-info.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
/** | ||
* An implementation of the RDF SAIL API that uses main memory for storage. | ||
* | ||
* This implementation uses a bipartite graph as data structure. | ||
*/ | ||
package org.eclipse.rdf4j.sail.memory; |
7 changes: 0 additions & 7 deletions
7
memory/src/main/java/org/eclipse/rdf4j/sail/memory/package.html
This file was deleted.
Oops, something went wrong.
4 changes: 4 additions & 0 deletions
4
nativerdf/src/main/java/org/eclipse/rdf4j/sail/nativerdf/package-info.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
/** | ||
* The Native Store. | ||
*/ | ||
package org.eclipse.rdf4j.sail.nativerdf; |
5 changes: 0 additions & 5 deletions
5
nativerdf/src/main/java/org/eclipse/rdf4j/sail/nativerdf/package.html
This file was deleted.
Oops, something went wrong.
4 changes: 4 additions & 0 deletions
4
repository-sail/src/main/java/org/eclipse/rdf4j/repository/sail/helpers/package-info.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
/** | ||
* Helper and utility classes for the {@link SailRepository} | ||
*/ | ||
package org.eclipse.rdf4j.repository.sail.helpers; |
4 changes: 4 additions & 0 deletions
4
repository-sail/src/main/java/org/eclipse/rdf4j/repository/sail/package-info.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
/** | ||
* Repository implementation for local RDF databases that implement the SAIL SPI. | ||
*/ | ||
package org.eclipse.rdf4j.repository.sail; |
5 changes: 0 additions & 5 deletions
5
repository-sail/src/main/java/org/eclipse/rdf4j/repository/sail/package.html
This file was deleted.
Oops, something went wrong.
4 changes: 4 additions & 0 deletions
4
sail-api/src/main/java/org/eclipse/rdf4j/sail/helpers/package-info.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
/** | ||
* Abstract base implementation and internal helper classes for Sail implementations. | ||
*/ | ||
package org.eclipse.rdf4j.sail.helpers; |
5 changes: 0 additions & 5 deletions
5
sail-api/src/main/java/org/eclipse/rdf4j/sail/helpers/package.html
This file was deleted.
Oops, something went wrong.
7 changes: 7 additions & 0 deletions
7
sail-api/src/main/java/org/eclipse/rdf4j/sail/package-info.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
/** | ||
* RDF Storage And Inference Layer (RDF Sail): a set of interfaces defining an SPI for RDF databases. | ||
* | ||
* The main interface is {@link org.eclipse.rdf4j.sail.Sail}, which defines methods for initialization, querying and | ||
* starting transactions. | ||
*/ | ||
package org.eclipse.rdf4j.sail; |
This file was deleted.
Oops, something went wrong.
4 changes: 4 additions & 0 deletions
4
sail-base/src/main/java/org/eclipse/rdf4j/sail/base/package-info.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
/** | ||
* Base functionality for Sail implementations that require multi-versioned concurrency control (MVCC). | ||
*/ | ||
package org.eclipse.rdf4j.sail.base; |
4 changes: 4 additions & 0 deletions
4
shacl/src/main/java/org/eclipse/rdf4j/sail/shacl/package-info.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
/** | ||
* A Sail implementation for <a href="https://www.w3.org/TR/shacl/">SHACL</a> constraint checking. | ||
*/ | ||
package org.eclipse.rdf4j.sail.shacl; |