Uses of Annotation Type
org.eclipse.rdf4j.common.annotation.InternalUseOnly
Packages that use InternalUseOnly
Package
Description
The rdf4j SPARQL 1.1 parser.
A Sail implementation that supports full-text indexing via the Lucene API.
The Native Store.
A Sail implementation for SHACL constraint checking.
Packages with annotations of type InternalUseOnly
Package
Description
-
Uses of InternalUseOnly in org.eclipse.rdf4j.query.algebra.evaluation
Classes in org.eclipse.rdf4j.query.algebra.evaluation with annotations of type InternalUseOnly -
Uses of InternalUseOnly in org.eclipse.rdf4j.query.algebra.evaluation.iterator
Classes in org.eclipse.rdf4j.query.algebra.evaluation.iterator with annotations of type InternalUseOnly -
Uses of InternalUseOnly in org.eclipse.rdf4j.query.algebra.evaluation.util
Classes in org.eclipse.rdf4j.query.algebra.evaluation.util with annotations of type InternalUseOnlyModifier and TypeClassDescriptionclass
This class will take over for QueryEvaluationUtil. -
Uses of InternalUseOnly in org.eclipse.rdf4j.query.algebra.helpers
Classes in org.eclipse.rdf4j.query.algebra.helpers with annotations of type InternalUseOnlyModifier and TypeClassDescriptionclass
Convert TupleExpr (QueryModelNode) to GenericPlanNode for the Query.explain(...) feature. -
Uses of InternalUseOnly in org.eclipse.rdf4j.query.parser.sparql
Classes in org.eclipse.rdf4j.query.parser.sparql with annotations of type InternalUseOnlyModifier and TypeClassDescriptionclass
Resolves relative URIs in a query model using either an external base URI or using the base URI specified in the query model itself.class
Processes blank nodes in the query body, replacing them with variables while retaining scope.class
class
Extracts a SPARQLDataset
from an ASTQueryContainer, if one is contained.class
A graph pattern consisting of (required and optional) tuple expressions, binding assignments and boolean constraints.class
Processes the prefix declarations in a SPARQL query model.class
class
Processes escape sequences in strings, replacing the escape sequence with their actual value.class
A SPARQL AST visitor implementation that creates a query algebra representation of the query.class
Extension of TupleExprBuilder that builds Update Expressions. -
Uses of InternalUseOnly in org.eclipse.rdf4j.sail.lucene
Classes in org.eclipse.rdf4j.sail.lucene with annotations of type InternalUseOnly -
Uses of InternalUseOnly in org.eclipse.rdf4j.sail.lucene.util
Classes in org.eclipse.rdf4j.sail.lucene.util with annotations of type InternalUseOnlyModifier and TypeClassDescriptionclass
MapOfListMaps<Index1Type,Index2Type,DataType>
Deprecated.since 3.0. -
Uses of InternalUseOnly in org.eclipse.rdf4j.sail.model
Classes in org.eclipse.rdf4j.sail.model with annotations of type InternalUseOnlyModifier and TypeClassDescriptionclass
A registry to support (de)serialization of objects (over the lifetime of the VM).class
Model implementation for aSailConnection
. -
Uses of InternalUseOnly in org.eclipse.rdf4j.sail.nativerdf
Classes in org.eclipse.rdf4j.sail.nativerdf with annotations of type InternalUseOnlyModifier and TypeClassDescriptionclass
File-based indexed storage and retrieval of RDF values.class
AValueStore
revision forNativeValue
objects. -
Uses of InternalUseOnly in org.eclipse.rdf4j.sail.shacl
Classes in org.eclipse.rdf4j.sail.shacl with annotations of type InternalUseOnlyModifier and TypeClassDescriptionclass
CloseablePeakableIteration<E,X extends Exception>
class
class
class
class
Very simple RDFS backwardschaining connection that supports type inference on hasStatement and getStatement.Methods in org.eclipse.rdf4j.sail.shacl with annotations of type InternalUseOnlyModifier and TypeMethodDescriptionList<org.eclipse.rdf4j.sail.shacl.ast.Shape>
ShaclSail.getCurrentShapes()
List<org.eclipse.rdf4j.sail.shacl.ast.Shape>
ShaclSail.getShapes(RepositoryConnection shapesRepoConnection)
-
Uses of InternalUseOnly in org.eclipse.rdf4j.sail.shacl.results.lazy
Classes in org.eclipse.rdf4j.sail.shacl.results.lazy with annotations of type InternalUseOnlyModifier and TypeClassDescriptionclass
A ValidationReport that will defer calculating any ValidationResults until the user asks for themclass