Uses of Interface
org.eclipse.rdf4j.model.Resource
Packages that use Resource
Package
Description
The RDF Model API
Abstract base classes for RDF Model API interfaces.
Default implementations of the RDF model interfaces
Helper classes for working with RDF models.
Functionality to convert tuple query results to and from the
Data Access Working Group Test Result Set RDF Vocabulary
The rdf4j SPARQL 1.1 parser.
Parsers and writers for the
SPARQL Query Results XML Format
The Repository API: the main API for accessing rdf databases and SPARQL endpoints.
Abstract base classes and wrappers for the main Repository API interfaces.
Repository configuration interfaces.
A repository wrapper with convenience functions for handling contexts.
Interfaces for notification/interception of events happening on Repositories and RepositoryConnections
Wrapper/adapter base implementations.
A repository that serves as a proxy client for a remote repository on an RDF4J Server.
Repository implementation for local RDF databases that implement the SAIL SPI.
Helper and utility classes for the
SailRepositoryA
Repository that serves as a SPARQL endpoint client.Helper classes for working with Repositories.
Rio: The RDF4J parser/writer API.
Parser/writer for the RDF4J binary RDF format.
Parser/writer for the HDT v1.0 format.
Provides helpers classes for Rio.
Parser/writer for the JSON-L format.
Parser/writer for the N-Quads format.
Parser/writer for the N-Triples format.
Parser/writer for the RDF/JSON format.
Parser/writer for the RDF/XML format.
Pretty-printing for the RDF/XML format.
Parser/writer for the TriG format.
Parser/writer for the TriX format.
Parser/writer for the Turtle format.
RDF Storage And Inference Layer (RDF Sail): a set of interfaces defining an SPI for RDF databases.
Base functionality for Sail implementations that require multi-versioned concurrency control (MVCC).
Abstract base implementation and internal helper classes for Sail implementations.
Forward-chaining inferencers, implemented as
StackableSails.A Sail implementation that supports full-text indexing via the Lucene API.
An implementation of the RDF SAIL API that uses main memory for storage.
MemoryStore-specific implementations of the core RDF model objects.
A Sail implementation for SHACL constraint checking.
See discussion at https://github.com/eclipse/rdf4j/issues/1262
Core functions required for SPIN.
-
Uses of Resource in org.eclipse.rdf4j.http.client
Methods in org.eclipse.rdf4j.http.client with parameters of type ResourceModifier and TypeMethodDescriptionvoidRDF4JProtocolSession.addData(InputStream contents, String baseURI, RDFFormat dataFormat, Resource... contexts) voidRDF4JProtocolSession.getStatements(Resource subj, IRI pred, Value obj, boolean includeInferred, RDFHandler handler, Resource... contexts) voidRDF4JProtocolSession.removeData(InputStream contents, String baseURI, RDFFormat dataFormat, Resource... contexts) longprotected voidRDF4JProtocolSession.upload(InputStream contents, String baseURI, RDFFormat dataFormat, boolean overwrite, boolean preserveNodeIds, Protocol.Action action, Resource... contexts) voidRDF4JProtocolSession.upload(InputStream contents, String baseURI, RDFFormat dataFormat, boolean overwrite, boolean preserveNodeIds, Resource... contexts) protected voidRDF4JProtocolSession.upload(Reader contents, String baseURI, RDFFormat dataFormat, boolean overwrite, boolean preserveNodeIds, Protocol.Action action, Resource... contexts) voidRDF4JProtocolSession.upload(Reader contents, String baseURI, RDFFormat dataFormat, boolean overwrite, boolean preserveNodeIds, Resource... contexts) protected voidRDF4JProtocolSession.upload(org.apache.http.HttpEntity reqEntity, String baseURI, boolean overwrite, boolean preserveNodeIds, Protocol.Action action, Resource... contexts) -
Uses of Resource in org.eclipse.rdf4j.http.protocol
Methods in org.eclipse.rdf4j.http.protocol that return ResourceModifier and TypeMethodDescriptionstatic ResourceProtocol.decodeContext(String encodedValue, ValueFactory valueFactory) Decode a previously encoded context Resource.static Resource[]Protocol.decodeContexts(String[] encodedValues, ValueFactory valueFactory) Decode previously encoded contexts.static ResourceProtocol.decodeResource(String encodedValue, ValueFactory valueFactory) Decode a previously encoded Resource.Methods in org.eclipse.rdf4j.http.protocol with parameters of type ResourceModifier and TypeMethodDescriptionstatic StringProtocol.encodeContext(Resource context) Encodes a context resource for use in a URL.static String[]Protocol.encodeContexts(Resource... contexts) Encode context resources for use in a URL. -
Uses of Resource in org.eclipse.rdf4j.http.protocol.transaction
Methods in org.eclipse.rdf4j.http.protocol.transaction that return ResourceModifier and TypeMethodDescriptionprivate Resource[]TransactionSAXParser.createContexts(int startIdx) Methods in org.eclipse.rdf4j.http.protocol.transaction with parameters of type Resource -
Uses of Resource in org.eclipse.rdf4j.http.protocol.transaction.operations
Fields in org.eclipse.rdf4j.http.protocol.transaction.operations declared as ResourceModifier and TypeFieldDescriptionprotected Resource[]ContextOperation.contextsprivate ResourceStatementOperation.subjectMethods in org.eclipse.rdf4j.http.protocol.transaction.operations that return ResourceModifier and TypeMethodDescriptionResource[]ContextOperation.getContexts()StatementOperation.getSubject()Methods in org.eclipse.rdf4j.http.protocol.transaction.operations with parameters of type ResourceModifier and TypeMethodDescriptionvoidContextOperation.setContexts(Resource... contexts) voidStatementOperation.setSubject(Resource subject) Constructors in org.eclipse.rdf4j.http.protocol.transaction.operations with parameters of type ResourceModifierConstructorDescriptionAddStatementOperation(Resource subj, IRI pred, Value obj, Resource... contexts) Create an AddStatementOperation.ClearOperation(Resource... contexts) protectedContextOperation(Resource... contexts) RemoveStatementsOperation(Resource subj, IRI pred, Value obj, Resource... contexts) Creates a RemoveStatementsOperation.protectedStatementOperation(Resource... contexts) -
Uses of Resource in org.eclipse.rdf4j.model
Subinterfaces of Resource in org.eclipse.rdf4j.modelModifier and TypeInterfaceDescriptioninterfaceAn RDF-1.1 blank node (aka bnode, aka anonymous node).interfaceAn Internationalized Resource Identifier (IRI).interfaceAn RDF-star embedded triple.Methods in org.eclipse.rdf4j.model that return ResourceModifier and TypeMethodDescriptionStatement.getContext()Gets the context of this statement.Statement.getSubject()Gets the subject of this statement.Triple.getSubject()Gets the subject of this triple.Methods in org.eclipse.rdf4j.model that return types with arguments of type ResourceModifier and TypeMethodDescriptionModel.contexts()Returns aSetview of the contexts contained in this model.Model.subjects()Returns aSetview of the subjects contained in this model.Methods in org.eclipse.rdf4j.model with parameters of type ResourceModifier and TypeMethodDescriptionbooleanAdds one or more statements to the model.booleanRemoves statements with the specified context exist in this model.booleanDetermines if statements with the specified subject, predicate, object and (optionally) context exist in this model.ValueFactory.createStatement(Resource subject, IRI predicate, Value object) Creates a new statement with the supplied subject, predicate and object.ValueFactory.createStatement(Resource subject, IRI predicate, Value object, Resource context) Creates a new statement with the supplied subject, predicate and object and associated context.default TripleValueFactory.createTriple(Resource subject, IRI predicate, Value object) Creates a new RDF-star triple with the supplied subject, predicate and object.Returns a filtered view of the statements with the specified subject, predicate, object and (optionally) context.Model.getStatements(Resource subject, IRI predicate, Value object, Resource... contexts) booleanRemoves statements with the specified subject, predicate, object and (optionally) context exist in this model. -
Uses of Resource in org.eclipse.rdf4j.model.base
Classes in org.eclipse.rdf4j.model.base that implement ResourceModifier and TypeClassDescriptionclassBase class forBNode, offering common functionality.(package private) static classclassBase class forIRI, offering common functionality.(package private) static classclassBase class forTriple, offering common functionality.(package private) static classfinal classAn IRI implementation that interns the stringValue so that two objects can be compared by their stringValue reference.Fields in org.eclipse.rdf4j.model.base declared as ResourceModifier and TypeFieldDescriptionprivate final ResourceAbstractValueFactory.GenericStatement.contextprivate final ResourceAbstractTriple.GenericTriple.subjectprivate final ResourceAbstractValueFactory.GenericStatement.subjectMethods in org.eclipse.rdf4j.model.base that return ResourceModifier and TypeMethodDescriptionAbstractValueFactory.GenericStatement.getContext()AbstractTriple.GenericTriple.getSubject()AbstractValueFactory.GenericStatement.getSubject()Methods in org.eclipse.rdf4j.model.base with parameters of type ResourceModifier and TypeMethodDescriptionAbstractValueFactory.createStatement(Resource subject, IRI predicate, Value object) AbstractValueFactory.createStatement(Resource subject, IRI predicate, Value object, Resource context) AbstractValueFactory.createTriple(Resource subject, IRI predicate, Value object) Constructors in org.eclipse.rdf4j.model.base with parameters of type ResourceModifierConstructorDescription(package private)GenericStatement(Resource subject, IRI predicate, Value object, Resource context) (package private)GenericTriple(Resource subject, IRI predicate, Value object) -
Uses of Resource in org.eclipse.rdf4j.model.impl
Classes in org.eclipse.rdf4j.model.impl with type parameters of type ResourceModifier and TypeClassDescriptionclassGenericStatement<R extends Resource, I extends IRI, V extends Value>An implementation of the Statement interface with support for Java Generics.Classes in org.eclipse.rdf4j.model.impl that implement ResourceModifier and TypeClassDescriptionclassAn simple default implementation of theBNodeinterface.classThe default implementation of theIRIinterface.classA simple default implementation of theTripleinterface.Fields in org.eclipse.rdf4j.model.impl declared as ResourceModifier and TypeFieldDescriptionprivate final ResourceContextStatement.contextDeprecated, for removal: This API element is subject to removal in a future version.The statement's context, if applicable.protected final RGenericStatement.contextprotected Resource[]FilteredModel.contextsprivate static final Resource[]DynamicModel.NULL_CTX(package private) static final Resource[]LinkedHashModel.NULL_CTXprotected ResourceFilteredModel.subjprotected final RGenericStatement.subjectprivate final ResourceSimpleStatement.subjectDeprecated, for removal: This API element is subject to removal in a future version.The statement's subject.private final ResourceSimpleTriple.subjectThe triple's subject.Fields in org.eclipse.rdf4j.model.impl with type parameters of type ResourceModifier and TypeFieldDescription(package private) LinkedHashModel.ModelNode<Resource> LinkedHashModel.ModelStatement.ctx(package private) LinkedHashModel.ModelNode<Resource> LinkedHashModel.ModelStatement.subjMethods in org.eclipse.rdf4j.model.impl that return ResourceModifier and TypeMethodDescriptionContextStatement.getContext()Deprecated, for removal: This API element is subject to removal in a future version.LinkedHashModel.ModelStatement.getContext()SimpleStatement.getContext()Deprecated, for removal: This API element is subject to removal in a future version.LinkedHashModel.ModelStatement.getSubject()SimpleStatement.getSubject()Deprecated, for removal: This API element is subject to removal in a future version.SimpleTriple.getSubject()private Resource[]Methods in org.eclipse.rdf4j.model.impl that return types with arguments of type ResourceModifier and TypeMethodDescriptionAbstractModel.contexts()DynamicModel.contexts()AbstractModel.subjects()DynamicModel.subjects()Methods in org.eclipse.rdf4j.model.impl with parameters of type ResourceModifier and TypeMethodDescriptionprivate booleanbooleanbooleanbooleanbooleanbooleanbooleanprivate Set<LinkedHashModel.ModelStatement> booleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanSimpleValueFactory.createStatement(Resource subject, IRI predicate, Value object) SimpleValueFactory.createStatement(Resource subject, IRI predicate, Value object, Resource context) ValidatingValueFactory.createStatement(Resource subject, IRI predicate, Value object) ValidatingValueFactory.createStatement(Resource subject, IRI predicate, Value object, Resource context) SimpleValueFactory.createTriple(Resource subject, IRI predicate, Value object) ValidatingValueFactory.createTriple(Resource subject, IRI predicate, Value object) booleanContextStatement.exactSameContext(Resource context) Deprecated, for removal: This API element is subject to removal in a future version.booleanSimpleStatement.exactSameSubject(Resource subject) Deprecated, for removal: This API element is subject to removal in a future version.DynamicModel.getStatements(Resource subject, IRI predicate, Value object, Resource... contexts) private booleanprivate booleanprivate LinkedHashModel.ModelIteratorLinkedHashModel.matchPattern(Resource subj, IRI pred, Value obj, Resource... contexts) TreeModel.matchPattern(Resource subj, IRI pred, Value obj, Resource ctx) private Resource[]booleanbooleanbooleanbooleanbooleanbooleanprotected abstract voidFilteredModel.removeFilteredTermIteration(Iterator<Statement> iter, Resource subj, IRI pred, Value obj, Resource... contexts) Called by aggregate sets when a term has been removed from a term iterator.abstract voidAbstractModel.removeTermIteration(Iterator<Statement> iter, Resource subj, IRI pred, Value obj, Resource... contexts) Called by aggregate sets when a term has been removed from a term iterator.voidEmptyModel.removeTermIteration(Iterator<Statement> iter, Resource subj, IRI pred, Value obj, Resource... contexts) final voidFilteredModel.removeTermIteration(Iterator<Statement> iter, Resource s, IRI p, Value o, Resource... c) voidLinkedHashModel.removeTermIteration(Iterator iterator, Resource subj, IRI pred, Value obj, Resource... contexts) voidTreeModel.removeTermIteration(Iterator<Statement> iterator, Resource subj, IRI pred, Value obj, Resource... contexts) voidUnmodifiableModel.removeTermIteration(Iterator<Statement> iter, Resource subj, IRI pred, Value obj, Resource... contexts) Constructors in org.eclipse.rdf4j.model.impl with parameters of type ResourceModifierConstructorDescriptionprotectedContextStatement(Resource subject, IRI predicate, Value object, Resource context) Deprecated, for removal: This API element is subject to removal in a future version.Creates a new Statement with the supplied subject, predicate and object for the specified associated context.protectedFilteredModel(AbstractModel model, Resource subj, IRI pred, Value obj, Resource... contexts) protectedSimpleStatement(Resource subject, IRI predicate, Value object) Deprecated, for removal: This API element is subject to removal in a future version.Creates a new Statement with the supplied subject, predicate and object.protectedSimpleTriple(Resource subject, IRI predicate, Value object) Creates a new Triple with the supplied subject, predicate and object.TreeStatement(Resource subject, IRI predicate, Value object, Resource ctx) Constructor parameters in org.eclipse.rdf4j.model.impl with type arguments of type ResourceModifierConstructorDescriptionModelStatement(LinkedHashModel.ModelNode<Resource> subj, LinkedHashModel.ModelNode<IRI> pred, LinkedHashModel.ModelNode<Value> obj, LinkedHashModel.ModelNode<Resource> ctx) ModelStatement(LinkedHashModel.ModelNode<Resource> subj, LinkedHashModel.ModelNode<IRI> pred, LinkedHashModel.ModelNode<Value> obj, LinkedHashModel.ModelNode<Resource> ctx, Statement statement) -
Uses of Resource in org.eclipse.rdf4j.model.util
Fields in org.eclipse.rdf4j.model.util declared as ResourceModifier and TypeFieldDescriptionprivate ResourceModelBuilder.currentNamedGraphprivate ResourceModelBuilder.currentSubjectFields in org.eclipse.rdf4j.model.util with type parameters of type ResourceMethods in org.eclipse.rdf4j.model.util that return ResourceModifier and TypeMethodDescriptionprivate static ResourceStatements.createReifiedStatement(ValueFactory vf, Function<Triple, Resource> reifiedIdMapper, Triple triple, Resource context, Consumer<Statement> consumer) Converts the supplied RDF-star triple to a series of RDF reification statements and sends the statements to the supplied consumer.Methods in org.eclipse.rdf4j.model.util that return types with arguments of type ResourceModifier and TypeMethodDescriptionSynchronizedModel.contexts()Models.getPropertyResource(Model m, Resource subject, IRI property, Resource... contexts) Retrieve a property value as an IRI for the supplied subject from the given model.Models.getPropertyResources(Model m, Resource subject, IRI property, Resource... contexts) Retrieve all property Resource values for the supplied subject and property from the given model.Configurations.getResourceValue(Model model, Resource subject, IRI property, IRI legacyProperty) Retrieve a property value for the supplied subject as aResourceif present, falling back to a supplied legacy property .Models.objectResource(Iterable<Statement> statements) Retrieves an objectResourcevalue from the supplied statements.Models.objectResource(Model m) Retrieves an objectResourcevalue from the statements in the given model.Models.objectResources(Iterable<Statement> statements) Retrieves all objectResourcevalues from the supplied statements.Models.objectResources(Model m) Retrieves all objectResourcevalues from the supplied model.Retrieves a subjectResourcefrom the supplied statements.Retrieves a subjectResourcefrom the statements in the given model.SynchronizedModel.subjects()Methods in org.eclipse.rdf4j.model.util with parameters of type ResourceModifier and TypeMethodDescriptionAdd an RDF statement with the given subject, predicate and object to the model, using the current graph (either named or default).booleanstatic <C extends Collection<Statement>>
CConverts the suppliedIterableto an RDF Collection, using the suppliedheadresource as the starting resource of the RDF Collection.static <C extends Collection<Statement>>
CRDFCollections.asRDF(Iterable<?> values, Resource head, C sink, ValueFactory valueFactory, Resource... contexts) Converts the suppliedIterableto an RDF Collection, using the suppliedheadresource as the starting resource of the RDF Collection.static <C extends Collection<Value>>
CConverts an RDF Collection to a JavaCollectionofValueobjects.booleanstatic voidStatements.consume(ValueFactory vf, Resource subject, IRI predicate, Value object, Consumer<Statement> consumer, Resource... contexts) static voidRDFCollections.consumeCollection(Iterable<?> values, Resource head, Consumer<Statement> consumer, Resource... contexts) Converts the suppliedIterableto an RDF Collection, using the suppliedheadresource as the starting resource of the RDF Collection.static voidRDFCollections.consumeCollection(Iterable<?> values, Resource head, Consumer<Statement> consumer, ValueFactory vf, Resource... contexts) Converts the suppliedIterableto an RDF Collection, using the suppliedheadresource as the starting resource of the RDF Collection.static voidRDFContainers.consumeContainer(IRI containerType, Iterable<?> values, Resource container, Consumer<Statement> consumer, Resource... contexts) Converts the suppliedIterableto an RDF Container, using the suppliedheadresource as the starting resource of the RDF Containter.static voidRDFContainers.consumeContainer(IRI containerType, Iterable<?> values, Resource container, Consumer<Statement> consumer, ValueFactory vf, Resource... contexts) Converts the suppliedIterableto an RDF Container, using the suppliedheadresource as the starting resource of the RDF Container.static voidRDFCollections.consumeValues(Model m, Resource head, Consumer<Value> consumer, Resource... contexts) static voidRDFContainers.consumeValues(Model m, Resource container, IRI containerType, Consumer<Value> consumer, Resource... contexts) booleanstatic <C extends Collection<Statement>>
CStatements.create(ValueFactory vf, Resource subject, IRI predicate, Value object, C collection, Resource... contexts) Creates one or moreStatementobjects with the given subject, predicate and object, one for each given context.private static ResourceStatements.createReifiedStatement(ValueFactory vf, Function<Triple, Resource> reifiedIdMapper, Triple triple, Resource context, Consumer<Statement> consumer) Converts the supplied RDF-star triple to a series of RDF reification statements and sends the statements to the supplied consumer.static voidRDFCollections.extract(Model sourceModel, Resource head, Consumer<Statement> consumer, Resource... contexts) Extracts the RDF Collection starting with suppliedheadresource from the supplied sourceModeland sends the statements that make up the collection to the suppliedConsumer.static <E extends RDF4JException>
voidRDFCollections.extract(GetStatementOptional statementSupplier, Resource head, Consumer<Statement> collectionConsumer, Function<String, Supplier<E>> exceptionSupplier, Resource... contexts) Extracts an RDF Collection starting with the supplied list head from the statement supplier and sends all statements that make up the collection to the suppliedConsumerfunction.static voidRDFContainers.extract(IRI containerType, Model sourceModel, Resource container, Consumer<Statement> consumer, Resource... contexts) Extracts the RDF Container starting with suppliedheadresource from the supplied sourceModeland sends the statements that make up the collection to the suppliedConsumer.static <E extends RDF4JException>
voidRDFContainers.extract(IRI containerType, GetStatementOptional statementSupplier, Resource container, Consumer<Statement> collectionConsumer, Function<String, Supplier<E>> exceptionSupplier, Resource... contexts) Extracts an RDF Container starting with the supplied container head from the statement supplier and sends all statements that make up the collection to the suppliedConsumerfunction.Either supplies a statement matching the given pattern, orOptional.empty()otherwise.static <C extends Collection<Statement>>
CRDFCollections.getCollection(Model sourceModel, Resource head, C sink, Resource... contexts) Extracts the RDF Collection starting with the suppliedheadresource from the supplied sourceModel.static <C extends Collection<Statement>>
CRDFContainers.getContainer(IRI containerType, Model sourceModel, Resource container, C sink, Resource... contexts) Configurations.getIRIValue(Model model, Resource subject, IRI property, IRI legacyProperty) Retrieve a property value for the supplied subject as aIRIif present, falling back to a supplied legacy property .Configurations.getLiteralValue(Model model, Resource subject, IRI property, IRI legacyProperty) Retrieve a property value for the supplied subject as aLiteralif present, falling back to a supplied legacy property .Models.getProperties(Model m, Resource subject, IRI property, Resource... contexts) Retrieve all property values for the supplied subject and property from the given model.Models.getProperty(Model m, Resource subject, IRI property, Resource... contexts) Retrieve a property value for the supplied subject from the given model.Models.getPropertyIRI(Model m, Resource subject, IRI property, Resource... contexts) Retrieve a property value as an IRI for the supplied subject from the given model.Models.getPropertyIRIs(Model m, Resource subject, IRI property, Resource... contexts) Retrieve all property IRI values for the supplied subject and property from the given model.Models.getPropertyLiteral(Model m, Resource subject, IRI property, Resource... contexts) Retrieve a property value as aLiteralfor the supplied subject from the given model.Models.getPropertyLiterals(Model m, Resource subject, IRI property, Resource... contexts) Retrieve all property Literal values for the supplied subject and property from the given model.Models.getPropertyResource(Model m, Resource subject, IRI property, Resource... contexts) Retrieve a property value as an IRI for the supplied subject from the given model.Models.getPropertyResources(Model m, Resource subject, IRI property, Resource... contexts) Retrieve all property Resource values for the supplied subject and property from the given model.Models.getPropertyString(Model m, Resource subject, IRI property, Resource... contexts) Retrieve a property value as a String for the supplied subject from the given model.Models.getPropertyStrings(Model m, Resource subject, IRI property, Resource... contexts) Retrieve all property values as Strings for the supplied subject and property from the given model.Configurations.getPropertyValues(Model model, Resource subject, IRI property, IRI legacyProperty) Retrieve all property values for the supplied subject as a Set of values and include all values for any legacy property.Configurations.getResourceValue(Model model, Resource subject, IRI property, IRI legacyProperty) Retrieve a property value for the supplied subject as aResourceif present, falling back to a supplied legacy property .ModelBuilder.namedGraph(Resource namedGraph) Set the current graph in which to add new statements to the supplied named graph.booleanstatic ModelSets the property value for the given subject to the given object value, replacing any existing value(s) for the subject's property.static StatementCreate aStatementfrom the supplied subject, predicate, object and context.static StatementCreate aStatementfrom the suppliedRDF-star tripleand context.static StatementStatements.statement(ValueFactory vf, Resource subject, IRI predicate, Value object, Resource context) Create aStatementfrom the supplied subject, predicate, object and context.static StatementStatements.statement(ValueFactory vf, Triple triple, Resource context) Create aStatementfrom the suppliedRDF-star tripleand context.static ModelModels.stripContexts(Model model, Resource... contexts) Strips contexts from the input model.Set the subject resource about which statements are to be added to the model.static <C extends Collection<Statement>>
CRDFContainers.toRDF(IRI containerType, Iterable<?> values, Resource container, C sink, Resource... contexts) Converts the suppliedIterableto an RDF Container, using the suppliedheadresource as the starting resource of the RDF Containter.static <C extends Collection<Statement>>
CRDFContainers.toRDF(IRI containerType, Iterable<?> values, Resource container, C sink, ValueFactory vf, Resource... contexts) Converts the suppliedIterableto an RDF Container, using the suppliedheadresource as the starting resource of the RDF Containter.static StatementStatements.toStatement(Triple triple, Resource context) Deprecated.static StatementStatements.toStatement(ValueFactory vf, Triple triple, Resource context) Deprecated.static <C extends Collection<Value>>
CRDFContainers.toValues(IRI containerType, Model m, Resource container, C collection, Resource... contexts) Converts an RDF Containter to a JavaCollectionofValueobjects.static TripleCreates a newRDF-star embedded triplewith the supplied subject, predicate, and object.static TripleValues.triple(ValueFactory vf, Resource subject, IRI predicate, Value object) Creates a newRDF-star embedded triplewith the supplied subject, predicate, and object.Method parameters in org.eclipse.rdf4j.model.util with type arguments of type ResourceModifier and TypeMethodDescriptionprivate static booleanprivate static booleanstatic voidStatements.convertRDFStarToReification(ValueFactory vf, Function<Triple, Resource> reifiedIdMapper, Statement st, Consumer<Statement> consumer) Converts the supplied RDF-star statement to RDF reification statements, and sends the resultant statements to the supplied consumer.private static ResourceStatements.createReifiedStatement(ValueFactory vf, Function<Triple, Resource> reifiedIdMapper, Triple triple, Resource context, Consumer<Statement> consumer) Converts the supplied RDF-star triple to a series of RDF reification statements and sends the statements to the supplied consumer.private static booleanprivate static boolean -
Uses of Resource in org.eclipse.rdf4j.query.algebra.evaluation
Methods in org.eclipse.rdf4j.query.algebra.evaluation with parameters of type ResourceModifier and TypeMethodDescriptionCloseableIteration<? extends Triple, QueryEvaluationException> RDFStarTripleSource.getRdfStarTriples(Resource subj, IRI pred, Value obj) Gets all Triple nodes that have a specific subject, predicate and/or object.CloseableIteration<? extends Statement, QueryEvaluationException> TripleSource.getStatements(Resource subj, IRI pred, Value obj, Resource... contexts) Gets all statements that have a specific subject, predicate and/or object. -
Uses of Resource in org.eclipse.rdf4j.query.algebra.evaluation.impl.evaluationsteps
Fields in org.eclipse.rdf4j.query.algebra.evaluation.impl.evaluationsteps declared as ResourceModifier and TypeFieldDescriptionstatic final Resource[]StatementPatternQueryEvaluationStep.ALL_CONTEXTstatic final Resource[]StatementPatternQueryEvaluationStep.DEFAULT_CONTEXTMethods in org.eclipse.rdf4j.query.algebra.evaluation.impl.evaluationsteps that return ResourceModifier and TypeMethodDescriptionprivate static Resource[]StatementPatternQueryEvaluationStep.contextsGivenContextVal(Value contextValue) private static Resource[]StatementPatternQueryEvaluationStep.fillContextsFromDatasSetGraphs(Set<IRI> graphs) Methods in org.eclipse.rdf4j.query.algebra.evaluation.impl.evaluationsteps with parameters of type ResourceModifier and TypeMethodDescriptionStatementPatternQueryEvaluationStep.filterContextOrEqualVariables(StatementPattern statementPattern, Value subjValue, Value predValue, Value objValue, Resource[] contexts) Generate a predicate that tests for Named contexts are matched by retrieving all statements from the store and filtering out the statements that do not have a context.private CloseableIteration<? extends Statement, QueryEvaluationException> StatementPatternQueryEvaluationStep.handleFilter(Resource[] contexts, Resource subject, IRI predicate, Value object, CloseableIteration<? extends Statement, QueryEvaluationException> iteration) -
Uses of Resource in org.eclipse.rdf4j.query.algebra.evaluation.util
Methods in org.eclipse.rdf4j.query.algebra.evaluation.util that return types with arguments of type ResourceModifier and TypeMethodDescriptionTripleSources.getObjectResources(Resource subject, IRI predicate, TripleSource store) Deprecated, for removal: This API element is subject to removal in a future version.static Iteration<Resource, QueryEvaluationException> TripleSources.listResources(Resource subj, TripleSource store) Deprecated, for removal: This API element is subject to removal in a future version.Methods in org.eclipse.rdf4j.query.algebra.evaluation.util with parameters of type ResourceModifier and TypeMethodDescriptionstatic booleanTripleSources.booleanValue(Resource subj, IRI pred, TripleSource store) Deprecated, for removal: This API element is subject to removal in a future version.TripleSources.getObjectLiterals(Resource subject, IRI predicate, TripleSource store) Deprecated, for removal: This API element is subject to removal in a future version.TripleSources.getObjectResources(Resource subject, IRI predicate, TripleSource store) Deprecated, for removal: This API element is subject to removal in a future version.TripleSources.getObjectURIs(Resource subject, IRI predicate, TripleSource store) Deprecated, for removal: This API element is subject to removal in a future version.static Iteration<Value, QueryEvaluationException> TripleSources.list(Resource subj, TripleSource store) Deprecated, for removal: This API element is subject to removal in a future version.static Iteration<Resource, QueryEvaluationException> TripleSources.listResources(Resource subj, TripleSource store) Deprecated, for removal: This API element is subject to removal in a future version.static StatementTripleSources.single(Resource subj, IRI pred, Value obj, TripleSource store) Deprecated, for removal: This API element is subject to removal in a future version.Returns the single statement with the given subject, predicate and object or null if none exists.static ValueTripleSources.singleValue(Resource subj, IRI pred, TripleSource store) Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of Resource in org.eclipse.rdf4j.query.dawg
Methods in org.eclipse.rdf4j.query.dawg with parameters of type ResourceModifier and TypeMethodDescriptionprivate BindingDAWGTestResultSetParser.getBinding(Resource bindingNode) DAWGTestResultSetParser.getBindingNames(Resource resultSetNode) private voidDAWGTestResultSetParser.reportSolution(Resource solutionNode, List<String> bindingNames) private voidDAWGTestResultSetWriter.reportStatement(Resource subject, IRI predicate, Value object) -
Uses of Resource in org.eclipse.rdf4j.query.parser.sparql
Methods in org.eclipse.rdf4j.query.parser.sparql that return ResourceModifier and TypeMethodDescriptionprotected ResourceSPARQLUpdateDataBlockParser.parseImplicitBlank()protected ResourceSPARQLUpdateDataBlockParser.parseNodeID() -
Uses of Resource in org.eclipse.rdf4j.query.resultio.sparqlxml
Fields in org.eclipse.rdf4j.query.resultio.sparqlxml declared as ResourceMethods in org.eclipse.rdf4j.query.resultio.sparqlxml that return ResourceMethods in org.eclipse.rdf4j.query.resultio.sparqlxml with parameters of type ResourceModifier and TypeMethodDescriptionvoidSPARQLResultsSAXParser.TripleContainer.setSubject(Resource subject) -
Uses of Resource in org.eclipse.rdf4j.query.resultio.text.csv
Methods in org.eclipse.rdf4j.query.resultio.text.csv with parameters of type ResourceModifier and TypeMethodDescriptionprotected voidSPARQLResultsCSVWriter.writeResource(Resource res) -
Uses of Resource in org.eclipse.rdf4j.query.resultio.text.tsv
Methods in org.eclipse.rdf4j.query.resultio.text.tsv with parameters of type ResourceModifier and TypeMethodDescriptionprotected voidSPARQLResultsTSVWriter.writeResource(Resource res) -
Uses of Resource in org.eclipse.rdf4j.repository
Methods in org.eclipse.rdf4j.repository that return types with arguments of type ResourceModifier and TypeMethodDescriptionRepositoryConnection.getContextIDs()Gets all resources that are used as content identifiers.Methods in org.eclipse.rdf4j.repository with parameters of type ResourceModifier and TypeMethodDescriptionvoidAdds RDF data from the specified file to a specific contexts in the repository.default voidAdds RDF data from the specified file to a specific contexts in the repository.default voidAdds RDF data from the specified file to a specific contexts in the repository.voidRepositoryConnection.add(InputStream in, String baseURI, RDFFormat dataFormat, Resource... contexts) Adds RDF data from an InputStream to the repository, optionally to one or more named contexts.default voidRepositoryConnection.add(InputStream in, RDFFormat dataFormat, Resource... contexts) Adds RDF data from an InputStream to the repository, optionally to one or more named contexts.voidAdds RDF data from a Reader to the repository, optionally to one or more named contexts.default voidAdds RDF data from a Reader to the repository, optionally to one or more named contexts.voidAdds the supplied statements to this repository, optionally to one or more named contexts.voidAdds the RDF data that can be found at the specified URL to the repository, optionally to one or more named contexts.default voidAdds the RDF data that can be found at the specified URL to the repository, optionally to one or more named contexts.default voidAdds the RDF data that can be found at the specified URL to the repository, optionally to one or more named contexts.default <E extends Exception>
voidRepositoryConnection.add(CloseableIteration<? extends Statement, E> statements, Resource... contexts) Adds the supplied statements to this repository, optionally to one or more named contexts.<E extends Exception>
voidDeprecated, for removal: This API element is subject to removal in a future version.voidAdds a statement with the specified subject, predicate and object to this repository, optionally to one or more named contexts.voidAdds the supplied statement to this repository, optionally to one or more named contexts.default voidRepositoryConnection.add(RepositoryResult<Statement> statements, Resource... contexts) Adds the supplied statements to this repository, optionally to one or more named contexts.voidRemoves all statements from a specific contexts in the repository.voidRepositoryConnection.export(RDFHandler handler, Resource... contexts) Exports all explicit statements in the specified contexts to the supplied RDFHandler.voidRepositoryConnection.exportStatements(Resource subj, IRI pred, Value obj, boolean includeInferred, RDFHandler handler, Resource... contexts) Exports all statements with a specific subject, predicate and/or object from the repository, optionally from the specified contexts.RepositoryConnection.getStatements(Resource subj, IRI pred, Value obj, boolean includeInferred, Resource... contexts) Gets all statements with a specific subject, predicate and/or object from the repository.default RepositoryResult<Statement> RepositoryConnection.getStatements(Resource subj, IRI pred, Value obj, Resource... contexts) Gets all statements with a specific subject, predicate and/or object from the repository.booleanRepositoryConnection.hasStatement(Resource subj, IRI pred, Value obj, boolean includeInferred, Resource... contexts) Checks whether the repository contains statements with a specific subject, predicate and/or object, optionally in the specified contexts.booleanRepositoryConnection.hasStatement(Statement st, boolean includeInferred, Resource... contexts) Checks whether the repository contains the specified statement, optionally in the specified contexts.voidRemoves the supplied statements from the specified contexts in this repository.default <E extends Exception>
voidRepositoryConnection.remove(CloseableIteration<? extends Statement, E> statements, Resource... contexts) Removes the supplied statements from a specific context in this repository, ignoring any context information carried by the statements themselves.<E extends Exception>
voidDeprecated, for removal: This API element is subject to removal in a future version.voidRemoves the statement(s) with the specified subject, predicate and object from the repository, optionally restricted to the specified contexts.voidRemoves the supplied statement from the specified contexts in the repository.default voidRepositoryConnection.remove(RepositoryResult<Statement> statements, Resource... contexts) Removes the supplied statements from a specific context in this repository, ignoring any context information carried by the statements themselves.longReturns the number of (explicit) statements that are in the specified contexts in this repository. -
Uses of Resource in org.eclipse.rdf4j.repository.base
Methods in org.eclipse.rdf4j.repository.base that return types with arguments of type ResourceMethods in org.eclipse.rdf4j.repository.base with parameters of type ResourceModifier and TypeMethodDescriptionvoidAbstractRepositoryConnection.add(File file, String baseURI, RDFFormat dataFormat, Resource... contexts) voidAbstractRepositoryConnection.add(InputStream in, String baseURI, RDFFormat dataFormat, Resource... contexts) voidAbstractRepositoryConnection.add(Reader reader, String baseURI, RDFFormat dataFormat, Resource... contexts) voidvoidAbstractRepositoryConnection.add(URL url, String baseURI, RDFFormat dataFormat, Resource... contexts) <E extends Exception>
voidAbstractRepositoryConnection.add(Iteration<? extends Statement, E> statements, Resource... contexts) voidAbstractRepositoryConnection.add(Resource subject, IRI predicate, Value object, Resource... contexts) voidvoidRepositoryConnectionWrapper.add(File file, String baseURI, RDFFormat dataFormat, Resource... contexts) voidRepositoryConnectionWrapper.add(InputStream in, String baseURI, RDFFormat dataFormat, Resource... contexts) voidRepositoryConnectionWrapper.add(Reader reader, String baseURI, RDFFormat dataFormat, Resource... contexts) voidvoidRepositoryConnectionWrapper.add(URL url, String baseURI, RDFFormat dataFormat, Resource... contexts) <E extends Exception>
voidRepositoryConnectionWrapper.add(Iteration<? extends Statement, E> statementIter, Resource... contexts) voidRepositoryConnectionWrapper.add(Resource subject, IRI predicate, Value object, Resource... contexts) voidprotected abstract voidAbstractRepositoryConnection.addWithoutCommit(Resource subject, IRI predicate, Value object, Resource... contexts) protected voidAbstractRepositoryConnection.addWithoutCommit(Statement st, Resource... contexts) protected voidRepositoryConnectionWrapper.addWithoutCommit(Resource subject, IRI predicate, Value object, Resource... contexts) voidvoidvoidAbstractRepositoryConnection.export(RDFHandler handler, Resource... contexts) voidRepositoryConnectionWrapper.exportStatements(Resource subj, IRI pred, Value obj, boolean includeInferred, RDFHandler handler, Resource... contexts) RepositoryConnectionWrapper.getStatements(Resource subj, IRI pred, Value obj, boolean includeInferred, Resource... contexts) booleanAbstractRepositoryConnection.hasStatement(Resource subj, IRI pred, Value obj, boolean includeInferred, Resource... contexts) booleanAbstractRepositoryConnection.hasStatement(Statement st, boolean includeInferred, Resource... contexts) booleanRepositoryConnectionWrapper.hasStatement(Resource subj, IRI pred, Value obj, boolean includeInferred, Resource... contexts) booleanRepositoryConnectionWrapper.hasStatement(Statement st, boolean includeInferred, Resource... contexts) void<E extends Exception>
voidAbstractRepositoryConnection.remove(Iteration<? extends Statement, E> statements, Resource... contexts) voidAbstractRepositoryConnection.remove(Resource subject, IRI predicate, Value object, Resource... contexts) voidvoid<E extends Exception>
voidRepositoryConnectionWrapper.remove(Iteration<? extends Statement, E> statementIter, Resource... contexts) voidRepositoryConnectionWrapper.remove(Resource subject, IRI predicate, Value object, Resource... contexts) voidprotected abstract voidAbstractRepositoryConnection.removeWithoutCommit(Resource subject, IRI predicate, Value object, Resource... contexts) protected voidAbstractRepositoryConnection.removeWithoutCommit(Statement st, Resource... contexts) protected voidRepositoryConnectionWrapper.removeWithoutCommit(Resource subject, IRI predicate, Value object, Resource... contexts) long -
Uses of Resource in org.eclipse.rdf4j.repository.config
Methods in org.eclipse.rdf4j.repository.config that return ResourceModifier and TypeMethodDescriptionExport thisRepositoryImplConfigto its RDF representationstatic ResourceRepositoryConfigUtil.getContext(RepositoryConnection con, String repositoryID) Deprecated.Methods in org.eclipse.rdf4j.repository.config with parameters of type ResourceModifier and TypeMethodDescriptionstatic RepositoryImplConfigUtility method to create a newRepositoryImplConfigby reading data from the suppliedModel.static RepositoryConfigCreates a newRepositoryConfigobject and initializes it by supplying themodelandrepositoryNodeto itsparsemethod.voidExports the configuration into RDF using the given repositoryNodevoidvoidvoidvoidReads the properties of thisRepositoryImplConfigfrom the supplied Model and sets them accordingly. -
Uses of Resource in org.eclipse.rdf4j.repository.contextaware
Methods in org.eclipse.rdf4j.repository.contextaware with parameters of type ResourceModifier and TypeMethodDescriptionvoidvoidvoidContextAwareConnection.add(InputStream in, String baseURI, RDFFormat dataFormat, Resource... contexts) voidContextAwareConnection.add(InputStream in, RDFFormat dataFormat, Resource... contexts) voidContextAwareConnection.add(Reader reader, String baseURI, RDFFormat dataFormat, Resource... contexts) voidvoidvoidvoid<E extends Exception>
voidvoidvoidvoidvoidContextAwareConnection.export(RDFHandler handler, Resource... contexts) voidContextAwareConnection.exportStatements(Resource subj, IRI pred, Value obj, boolean includeInferred, RDFHandler handler, Resource... contexts) voidContextAwareConnection.exportStatements(Resource subj, IRI pred, Value obj, RDFHandler handler, Resource... contexts) Exports all statements with a specific subject, predicate and/or object from the repository, optionally from the specified contexts.ContextAwareConnection.getStatements(Resource subj, IRI pred, Value obj, boolean includeInferred, Resource... contexts) ContextAwareConnection.getStatements(Resource subj, IRI pred, Value obj, Resource... contexts) Gets all statements with a specific subject, predicate and/or object from the repository.booleanContextAwareConnection.hasStatement(Resource subj, IRI pred, Value obj, boolean includeInferred, Resource... contexts) booleanContextAwareConnection.hasStatement(Resource subj, IRI pred, Value obj, Resource... contexts) Checks whether the repository contains statements with a specific subject, predicate and/or object, optionally in the specified contexts.booleanContextAwareConnection.hasStatement(Statement st, boolean includeInferred, Resource... contexts) booleanContextAwareConnection.hasStatement(Statement st, Resource... contexts) Checks whether the repository contains the specified statement, optionally in the specified contexts.private booleanContextAwareConnection.isAllContext(Resource[] contexts) private booleanContextAwareConnection.isNilContext(Resource[] contexts) void<E extends Exception>
voidContextAwareConnection.remove(Iteration<? extends Statement, E> statementIter, Resource... contexts) Removes the supplied statements from a specific context in this repository, ignoring any context information carried by the statements themselves.voidRemoves the statement with the specified subject, predicate and object from the repository, optionally restricted to the specified contexts.voidRemoves the supplied statement from the specified contexts in the repository.protected voidContextAwareConnection.removeWithoutCommit(Resource subject, IRI predicate, Value object, Resource... contexts) longReturns the number of (explicit) statements that are in the specified contexts in this repository. -
Uses of Resource in org.eclipse.rdf4j.repository.contextaware.config
Methods in org.eclipse.rdf4j.repository.contextaware.config that return ResourceMethods in org.eclipse.rdf4j.repository.contextaware.config with parameters of type Resource -
Uses of Resource in org.eclipse.rdf4j.repository.evaluation
Methods in org.eclipse.rdf4j.repository.evaluation with parameters of type ResourceModifier and TypeMethodDescriptionCloseableIteration<? extends Statement, QueryEvaluationException> RepositoryTripleSource.getStatements(Resource subj, IRI pred, Value obj, Resource... contexts) -
Uses of Resource in org.eclipse.rdf4j.repository.event
Methods in org.eclipse.rdf4j.repository.event with parameters of type ResourceModifier and TypeMethodDescriptionbooleanRepositoryConnectionInterceptor.add(RepositoryConnection conn, Resource subject, IRI predicate, Value object, Resource... contexts) voidRepositoryConnectionListener.add(RepositoryConnection conn, Resource subject, IRI predicate, Value object, Resource... contexts) booleanRepositoryConnectionInterceptor.clear(RepositoryConnection conn, Resource... contexts) voidRepositoryConnectionListener.clear(RepositoryConnection conn, Resource... contexts) booleanRepositoryConnectionInterceptor.remove(RepositoryConnection conn, Resource subject, IRI predicate, Value object, Resource... contexts) voidRepositoryConnectionListener.remove(RepositoryConnection conn, Resource subject, IRI predicate, Value object, Resource... contexts) -
Uses of Resource in org.eclipse.rdf4j.repository.event.base
Methods in org.eclipse.rdf4j.repository.event.base with parameters of type ResourceModifier and TypeMethodDescriptionbooleanRepositoryConnectionInterceptorAdapter.add(RepositoryConnection conn, Resource subject, IRI predicate, Value object, Resource... contexts) voidRepositoryConnectionListenerAdapter.add(RepositoryConnection conn, Resource subject, IRI predicate, Value object, Resource... contexts) voidInterceptingRepositoryConnectionWrapper.addWithoutCommit(Resource subject, IRI predicate, Value object, Resource... contexts) voidNotifyingRepositoryConnectionWrapper.addWithoutCommit(Resource subject, IRI predicate, Value object, Resource... contexts) voidvoidbooleanRepositoryConnectionInterceptorAdapter.clear(RepositoryConnection conn, Resource... contexts) voidRepositoryConnectionListenerAdapter.clear(RepositoryConnection conn, Resource... contexts) booleanRepositoryConnectionInterceptorAdapter.remove(RepositoryConnection conn, Resource subject, IRI predicate, Value object, Resource... contexts) voidRepositoryConnectionListenerAdapter.remove(RepositoryConnection conn, Resource subject, IRI predicate, Value object, Resource... contexts) voidInterceptingRepositoryConnectionWrapper.removeWithoutCommit(Resource subject, IRI predicate, Value object, Resource... contexts) voidNotifyingRepositoryConnectionWrapper.removeWithoutCommit(Resource subj, IRI pred, Value obj, Resource... ctx) -
Uses of Resource in org.eclipse.rdf4j.repository.event.util
Methods in org.eclipse.rdf4j.repository.event.util with parameters of type ResourceModifier and TypeMethodDescriptionvoidDebugRepositoryConnectionListener.add(RepositoryConnection conn, Resource subject, IRI predicate, Value object, Resource... contexts) voidDebugRepositoryConnectionListener.clear(RepositoryConnection conn, Resource... contexts) voidDebugRepositoryConnectionListener.remove(RepositoryConnection conn, Resource subject, IRI predicate, Value object, Resource... contexts) -
Uses of Resource in org.eclipse.rdf4j.repository.filters
Methods in org.eclipse.rdf4j.repository.filters with parameters of type ResourceModifier and TypeMethodDescriptionbooleanAccurateRepositoryBloomFilter.mayHaveStatement(RepositoryConnection conn, Resource subj, IRI pred, Value obj, Resource... contexts) booleanInaccurateRepositoryBloomFilter.mayHaveStatement(RepositoryConnection conn, Resource subj, IRI pred, Value obj, Resource... contexts) booleanRepositoryBloomFilter.mayHaveStatement(RepositoryConnection conn, Resource subj, IRI pred, Value obj, Resource... ctxs) Returns true if the repository may have such a statement or false if it definitely does not. -
Uses of Resource in org.eclipse.rdf4j.repository.http
Methods in org.eclipse.rdf4j.repository.http that return types with arguments of type ResourceMethods in org.eclipse.rdf4j.repository.http with parameters of type ResourceModifier and TypeMethodDescriptionvoidvoidHTTPRepositoryConnection.add(InputStream in, String baseURI, RDFFormat dataFormat, Resource... contexts) voidHTTPRepositoryConnection.add(Reader reader, String baseURI, RDFFormat dataFormat, Resource... contexts) voidvoidvoidprotected voidHTTPRepositoryConnection.addWithoutCommit(Resource subject, IRI predicate, Value object, Resource... contexts) voidvoidHTTPRepositoryConnection.exportStatements(Resource subj, IRI pred, Value obj, boolean includeInferred, RDFHandler handler, Resource... contexts) HTTPRepositoryConnection.getStatements(Resource subj, IRI pred, Value obj, boolean includeInferred, Resource... contexts) protected voidHTTPRepositoryConnection.removeWithoutCommit(Resource subject, IRI predicate, Value object, Resource... contexts) long -
Uses of Resource in org.eclipse.rdf4j.repository.http.config
Methods in org.eclipse.rdf4j.repository.http.config that return ResourceMethods in org.eclipse.rdf4j.repository.http.config with parameters of type Resource -
Uses of Resource in org.eclipse.rdf4j.repository.sail
Methods in org.eclipse.rdf4j.repository.sail that return types with arguments of type ResourceMethods in org.eclipse.rdf4j.repository.sail with parameters of type ResourceModifier and TypeMethodDescriptionprotected voidSailRepositoryConnection.addWithoutCommit(Resource subject, IRI predicate, Value object, Resource... contexts) voidvoidSailRepositoryConnection.exportStatements(Resource subj, IRI pred, Value obj, boolean includeInferred, RDFHandler handler, Resource... contexts) SailRepositoryConnection.getStatements(Resource subj, IRI pred, Value obj, boolean includeInferred, Resource... contexts) booleanSailRepositoryConnection.hasStatement(Resource subj, IRI pred, Value obj, boolean includeInferred, Resource... contexts) protected voidSailRepositoryConnection.removeWithoutCommit(Resource subject, IRI predicate, Value object, Resource... contexts) long -
Uses of Resource in org.eclipse.rdf4j.repository.sail.config
Methods in org.eclipse.rdf4j.repository.sail.config that return ResourceModifier and TypeMethodDescriptionMethods in org.eclipse.rdf4j.repository.sail.config with parameters of type Resource -
Uses of Resource in org.eclipse.rdf4j.repository.sail.helpers
Fields in org.eclipse.rdf4j.repository.sail.helpers declared as ResourceModifier and TypeFieldDescriptionprivate Resource[]RDFSailRemover.contextsThe contexts to remove the statements from.Methods in org.eclipse.rdf4j.repository.sail.helpers that return ResourceModifier and TypeMethodDescriptionResource[]RDFSailRemover.getContexts()Gets the contexts that this RDFRemover enforces upon all statements that are reported to it (in case enforcesContext() returns true).Methods in org.eclipse.rdf4j.repository.sail.helpers with parameters of type ResourceModifier and TypeMethodDescriptionprotected voidRDFSailInserter.addStatement(Resource subj, IRI pred, Value obj, Resource ctxt) private voidRDFSailInserter.addStatement(UpdateContext uc, Resource subj, IRI pred, Value obj, Resource... ctxts) voidRDFSailRemover.enforceContext(Resource... contexts) Enforces the supplied contexts upon all statements that are reported to this RDFSailRemover. -
Uses of Resource in org.eclipse.rdf4j.repository.sparql
Methods in org.eclipse.rdf4j.repository.sparql that return types with arguments of type ResourceMethods in org.eclipse.rdf4j.repository.sparql with parameters of type ResourceModifier and TypeMethodDescriptionvoidvoidSPARQLConnection.add(InputStream in, String baseURI, RDFFormat dataFormat, Resource... contexts) voidvoidvoidvoidprotected voidSPARQLConnection.addWithoutCommit(Resource subject, IRI predicate, Value object, Resource... contexts) protected voidSPARQLConnection.addWithoutCommit(Statement st, Resource... contexts) voidprivate voidSPARQLConnection.createBGP(StringBuilder qb, Resource subject, IRI predicate, Value object) private StringSPARQLConnection.createDeleteDataCommand(Iterable<? extends Statement> statements, Resource... contexts) private StringSPARQLConnection.createDeletePatternCommand(Resource subject, IRI predicate, Value object, Resource[] contexts) private StringSPARQLConnection.createInsertDataCommand(Iterable<? extends Statement> statements, Resource... contexts) voidSPARQLConnection.exportStatements(Resource subj, IRI pred, Value obj, boolean includeInferred, RDFHandler handler, Resource... contexts) private RepositoryResult<Statement> SPARQLConnection.getStatementGeneral(Resource subj, IRI pred, Value obj, boolean includeInferred, Resource... contexts) SPARQLConnection.getStatements(Resource subj, IRI pred, Value obj, boolean includeInferred, Resource... contexts) private RepositoryResult<Statement> SPARQLConnection.getStatementsQuadMode(Resource subj, IRI pred, Value obj, boolean includeInferred, Resource... contexts) private RepositoryResult<Statement> SPARQLConnection.getStatementsSingleTriple(Resource subj, IRI pred, Value obj, boolean includeInferred, Resource... contexts) booleanSPARQLConnection.hasStatement(Resource subj, IRI pred, Value obj, boolean includeInferred, Resource... contexts) voidvoidprotected voidSPARQLConnection.removeWithoutCommit(Resource subject, IRI predicate, Value object, Resource... contexts) protected voidSPARQLConnection.removeWithoutCommit(Statement st, Resource... contexts) private voidlongprotected Iteration<Statement, QueryEvaluationException> SPARQLConnection.toStatementIteration(TupleQueryResult iter, Resource subj, IRI pred, Value obj) Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of Resource in org.eclipse.rdf4j.repository.sparql.config
Methods in org.eclipse.rdf4j.repository.sparql.config that return ResourceMethods in org.eclipse.rdf4j.repository.sparql.config with parameters of type Resource -
Uses of Resource in org.eclipse.rdf4j.repository.util
Fields in org.eclipse.rdf4j.repository.util declared as ResourceModifier and TypeFieldDescriptionprivate ResourceRDFRemover.contextThe context to remove the statements from; null to indicate the null context.protected Resource[]AbstractRDFInserter.contextsThe contexts to add the statements to.Methods in org.eclipse.rdf4j.repository.util that return ResourceModifier and TypeMethodDescriptionRDFRemover.getContext()Gets the context identifier that this RDFRemover enforces upon all statements that are reported to it (in case enforcesContext() returns true).Resource[]AbstractRDFInserter.getContexts()Gets the contexts that this RDFInserter enforces upon all statements that are reported to it (in case enforcesContext() returns true).Methods in org.eclipse.rdf4j.repository.util with parameters of type ResourceModifier and TypeMethodDescriptionprotected abstract voidAbstractRDFInserter.addStatement(Resource subj, IRI pred, Value obj, Resource ctxt) protected voidRDFInserter.addStatement(Resource subj, IRI pred, Value obj, Resource ctxt) static voidConnections.consumeRDFCollection(RepositoryConnection conn, Resource head, Consumer<Statement> collectionConsumer, Resource... contexts) voidAbstractRDFInserter.enforceContext(Resource... contexts) Enforces the supplied contexts upon all statements that are reported to this RDFInserter.voidRDFRemover.enforceContext(Resource context) Enforces the supplied context upon all statements that are reported to this RDFRemover.static <C extends Collection<Statement>>
CConnections.getRDFCollection(RepositoryConnection conn, Resource head, C statementCollection, Resource... contexts) Retrieve allStatements that together form the RDF Collection starting with the supplied starting resource.Connections.getStatement(RepositoryConnection conn, Resource subject, IRI predicate, Value object, Resource... contexts) Retrieve a singleStatementmatching with the supplied subject, predicate, object and context(s) from the givenRepositoryConnection. -
Uses of Resource in org.eclipse.rdf4j.rio
Methods in org.eclipse.rdf4j.rio with parameters of type ResourceModifier and TypeMethodDescriptionstatic ModelRio.parse(InputStream in, String baseURI, RDFFormat dataFormat, Resource... contexts) Adds RDF data from anInputStreamto aModel, optionally to one or more named contexts.static ModelRio.parse(InputStream in, String baseURI, RDFFormat dataFormat, ParserConfig settings, Resource... contexts) Adds RDF data from anInputStreamto aModel, optionally to one or more named contexts.static ModelRio.parse(InputStream in, String baseURI, RDFFormat dataFormat, ParserConfig settings, ValueFactory valueFactory, ParseErrorListener errors, ModelFactory modelFactory, Resource... contexts) Adds RDF data from anInputStreamto aModel, optionally to one or more named contexts.static ModelRio.parse(InputStream in, String baseURI, RDFFormat dataFormat, ParserConfig settings, ValueFactory valueFactory, ParseErrorListener errors, Resource... contexts) Adds RDF data from anInputStreamto aModel, optionally to one or more named contexts.static ModelRio.parse(InputStream in, RDFFormat dataFormat, Resource... contexts) Adds RDF data from anInputStreamto aModel, optionally to one or more named contexts.static ModelRio.parse(InputStream in, RDFFormat dataFormat, ParserConfig settings, Resource... contexts) Adds RDF data from anInputStreamto aModel, optionally to one or more named contexts.static Modelstatic ModelRio.parse(Reader reader, String baseURI, RDFFormat dataFormat, ParserConfig settings, ValueFactory valueFactory, ParseErrorListener errors, ModelFactory modelFactory, Resource... contexts) static ModelRio.parse(Reader reader, String baseURI, RDFFormat dataFormat, ParserConfig settings, ValueFactory valueFactory, ParseErrorListener errors, Resource... contexts) static Modelstatic ModelRio.parse(Reader reader, RDFFormat dataFormat, ParserConfig settings, Resource... contexts) -
Uses of Resource in org.eclipse.rdf4j.rio.binary
Methods in org.eclipse.rdf4j.rio.binary that return Resource -
Uses of Resource in org.eclipse.rdf4j.rio.hdt
Methods in org.eclipse.rdf4j.rio.hdt that return ResourceModifier and TypeMethodDescriptionprivate ResourceHDTParser.createSubject(byte[] b) Create subject IRI or blank node -
Uses of Resource in org.eclipse.rdf4j.rio.helpers
Fields in org.eclipse.rdf4j.rio.helpers declared as ResourceFields in org.eclipse.rdf4j.rio.helpers with type parameters of type ResourceMethods in org.eclipse.rdf4j.rio.helpers that return ResourceModifier and TypeMethodDescriptionprotected ResourceAbstractRDFParser.createNode()protected ResourceAbstractRDFParser.createNode(String nodeID) RDFStarEncodingStatement.getContext()RDFStarEncodingStatement.getSubject()static ResourceNTriplesUtil.parseResource(String nTriplesResource, ValueFactory valueFactory) Parses an N-Triples resource, creates an object for it using the supplied ValueFactory and returns this object.Methods in org.eclipse.rdf4j.rio.helpers with parameters of type ResourceModifier and TypeMethodDescriptionstatic voidNTriplesUtil.append(Resource resource, Appendable appendable) Appends the N-Triples representation of the givenResourceto the givenAppendable.protected StatementAbstractRDFParser.createStatement(Resource subj, IRI pred, Value obj) Creates a newStatementobject with the supplied components.protected StatementAbstractRDFParser.createStatement(Resource subj, IRI pred, Value obj, Resource context) Creates a newStatementobject with the supplied components.RDFStarDecodingValueFactory.createStatement(Resource subject, IRI predicate, Value object) RDFStarDecodingValueFactory.createStatement(Resource subject, IRI predicate, Value object, Resource context) RDFStarDecodingValueFactory.createTriple(Resource subject, IRI predicate, Value object) static StringNTriplesUtil.toNTriplesString(Resource resource) Creates an N-Triples string for the supplied resource.Constructors in org.eclipse.rdf4j.rio.helpers with parameters of type ResourceModifierConstructorDescriptionContextStatementCollector(Collection<Statement> statements, Map<String, String> namespaces, ValueFactory vf, Resource... contexts) Creates a new StatementCollector that stores reported statements and namespaces in the supplied containers.ContextStatementCollector(Collection<Statement> statements, ValueFactory vf, Resource... contexts) Creates a new StatementCollector that stores reported statements in the supplied collection and that uses a new LinkedHashMap to store the reported namespaces.ContextStatementCollector(ValueFactory vf, Resource... contexts) Creates a new StatementCollector that uses a new ArrayList to store the reported statements and a new LinkedHashMap to store the reported namespaces. -
Uses of Resource in org.eclipse.rdf4j.rio.jsonld
Fields in org.eclipse.rdf4j.rio.jsonld with type parameters of type ResourceModifier and TypeFieldDescriptionJSONLDInternalTripleCallback.anonymousBNodeCreatorJSONLDInternalTripleCallback.namedBNodeCreatorMethods in org.eclipse.rdf4j.rio.jsonld that return ResourceModifier and TypeMethodDescriptionprivate ResourceJSONLDInternalTripleCallback.createResource(String resource) Methods in org.eclipse.rdf4j.rio.jsonld with parameters of type ResourceModifier and TypeMethodDescriptionprivate StringJSONLDInternalRDFParser.getResourceValue(Resource subject) Constructor parameters in org.eclipse.rdf4j.rio.jsonld with type arguments of type ResourceModifierConstructorDescriptionJSONLDInternalTripleCallback(RDFHandler nextHandler, ValueFactory vf, ParserConfig parserConfig, ParseErrorListener parseErrorListener, Function<String, Resource> namedBNodeCreator, Supplier<Resource> anonymousBNodeCreator) JSONLDInternalTripleCallback(RDFHandler nextHandler, ValueFactory vf, ParserConfig parserConfig, ParseErrorListener parseErrorListener, Function<String, Resource> namedBNodeCreator, Supplier<Resource> anonymousBNodeCreator) -
Uses of Resource in org.eclipse.rdf4j.rio.nquads
Fields in org.eclipse.rdf4j.rio.nquads declared as Resource -
Uses of Resource in org.eclipse.rdf4j.rio.ntriples
Fields in org.eclipse.rdf4j.rio.ntriples declared as ResourceMethods in org.eclipse.rdf4j.rio.ntriples that return Resource -
Uses of Resource in org.eclipse.rdf4j.rio.rdfjson
Fields in org.eclipse.rdf4j.rio.rdfjson declared as ResourceMethods in org.eclipse.rdf4j.rio.rdfjson with parameters of type ResourceModifier and TypeMethodDescriptionstatic StringRDFJSONWriter.resourceToString(Resource uriOrBnode) Returns the correct syntax for a Resource, depending on whether it is a URI or a Blank Node (ie, BNode)Method parameters in org.eclipse.rdf4j.rio.rdfjson with type arguments of type ResourceModifier and TypeMethodDescriptionstatic voidRDFJSONWriter.writeObject(Value object, Set<Resource> contexts, com.fasterxml.jackson.core.JsonGenerator jg) Helper method to reduce complexity of the JSON serialisation algorithm Any null contexts will only be serialised to JSON if there are also non-null contexts in the contexts array -
Uses of Resource in org.eclipse.rdf4j.rio.rdfxml
Fields in org.eclipse.rdf4j.rio.rdfxml declared as ResourceModifier and TypeFieldDescriptionprivate ResourceRDFXMLParser.PropertyElement.lastListResourceThe resource that was used to append the last part of an rdf:List.protected ResourceRDFXMLWriter.lastWrittenSubjectprivate final ResourceRDFXMLParser.NodeElement.resourceMethods in org.eclipse.rdf4j.rio.rdfxml that return ResourceModifier and TypeMethodDescriptionprotected ResourceRDFXMLParser.createNode(String nodeID) RDFXMLParser.PropertyElement.getLastListResource()private ResourceRDFXMLParser.getNodeResource(Atts atts) Retrieves the resource of a node element (subject or object) using relevant attributes (rdf:ID, rdf:about and rdf:nodeID) from its attributes list.private ResourceRDFXMLParser.getPropertyResource(Atts atts) Retrieves the object resource of a property element using relevant attributes (rdf:resource and rdf:nodeID) from its attributes list.RDFXMLParser.NodeElement.getResource()Methods in org.eclipse.rdf4j.rio.rdfxml with parameters of type ResourceModifier and TypeMethodDescriptionprivate voidRDFXMLParser.reifyStatement(Resource reifNode, Resource subj, IRI pred, Value obj) private voidRDFXMLParser.reportStatement(Resource subject, IRI predicate, Value object) Reports a stament to the configured RDFHandlerException.voidRDFXMLParser.PropertyElement.setLastListResource(Resource resource) Constructors in org.eclipse.rdf4j.rio.rdfxml with parameters of type Resource -
Uses of Resource in org.eclipse.rdf4j.rio.rdfxml.util
Fields in org.eclipse.rdf4j.rio.rdfxml.util declared as ResourceMethods in org.eclipse.rdf4j.rio.rdfxml.util that return ResourceMethods in org.eclipse.rdf4j.rio.rdfxml.util with parameters of type Resource -
Uses of Resource in org.eclipse.rdf4j.rio.trig
Fields in org.eclipse.rdf4j.rio.trig declared as ResourceModifier and TypeFieldDescriptionprivate ResourceTriGParser.contextprivate ResourceTriGWriter.currentContextMethods in org.eclipse.rdf4j.rio.trig that return ResourceMethods in org.eclipse.rdf4j.rio.trig with parameters of type ResourceModifier and TypeMethodDescriptionprivate static booleanTriGWriter.contextsEquals(Resource context1, Resource context2) protected voidTriGParser.reportStatement(Resource subj, IRI pred, Value obj) protected voidTriGParser.setContext(Resource context) protected voidTriGWriter.writeStatement(Resource subj, IRI pred, Value obj, Resource context, boolean canShortenSubject, boolean canShortenObject) -
Uses of Resource in org.eclipse.rdf4j.rio.trigstar
Methods in org.eclipse.rdf4j.rio.trigstar with parameters of type Resource -
Uses of Resource in org.eclipse.rdf4j.rio.trix
Fields in org.eclipse.rdf4j.rio.trix declared as ResourceModifier and TypeFieldDescriptionprivate ResourceTriXParser.TriXSAXHandler.currentContextprivate ResourceTriXWriter.currentContextMethods in org.eclipse.rdf4j.rio.trix with parameters of type ResourceModifier and TypeMethodDescriptionprivate static booleanTriXWriter.contextsEquals(Resource context1, Resource context2) -
Uses of Resource in org.eclipse.rdf4j.rio.turtle
Fields in org.eclipse.rdf4j.rio.turtle declared as ResourceModifier and TypeFieldDescriptionprivate final ResourceArrangedWriter.SubjectInContext.contextprotected ResourceTurtleWriter.lastWrittenSubjectprivate final ResourceArrangedWriter.SubjectInContext.subjectprotected ResourceTurtleParser.subjectFields in org.eclipse.rdf4j.rio.turtle with type parameters of type ResourceMethods in org.eclipse.rdf4j.rio.turtle that return ResourceModifier and TypeMethodDescriptionArrangedWriter.SubjectInContext.getContext()ArrangedWriter.SubjectInContext.getSubject()protected ResourceTurtleParser.parseCollection()Parses a collection, e.g.protected ResourceTurtleParser.parseImplicitBlank()Parses an implicit blank node.protected ResourceTurtleParser.parseNodeID()Parses a blank node ID, e.g.Methods in org.eclipse.rdf4j.rio.turtle that return types with arguments of type ResourceModifier and TypeMethodDescriptionTurtleWriter.nextSubject(Model contextData, Set<Resource> processedSubjects) Methods in org.eclipse.rdf4j.rio.turtle with parameters of type ResourceModifier and TypeMethodDescriptionprivate voidTurtleWriter.closeNestedResources(Resource subj) private booleanTurtleWriter.isWellFormedCollection(Resource subj) Check that the collection started with the supplied subject node is a well-formed RDF Collection.private voidTurtleWriter.processPredicate(Model contextData, Resource subject, IRI predicate, Set<Resource> processedSubjects, Set<IRI> processedPredicates) private voidTurtleWriter.processSubject(Model contextData, Resource subject, Set<Resource> processedSubjects) protected voidTurtleParser.reportStatement(Resource subj, IRI pred, Value obj) protected voidTurtleWriter.writeResource(Resource res) Deprecated.UseTurtleWriter.writeResource(Resource, boolean)instead.protected voidTurtleWriter.writeResource(Resource res, boolean canShorten) protected voidTurtleWriter.writeStatement(Resource subj, IRI pred, Value obj, Resource context, boolean canShortenSubjectBNode, boolean canShortenObjectBNode) Method parameters in org.eclipse.rdf4j.rio.turtle with type arguments of type ResourceModifier and TypeMethodDescriptionTurtleWriter.nextSubject(Model contextData, Set<Resource> processedSubjects) private voidTurtleWriter.processPredicate(Model contextData, Resource subject, IRI predicate, Set<Resource> processedSubjects, Set<IRI> processedPredicates) private voidTurtleWriter.processSubject(Model contextData, Resource subject, Set<Resource> processedSubjects) Constructors in org.eclipse.rdf4j.rio.turtle with parameters of type Resource -
Uses of Resource in org.eclipse.rdf4j.sail
Methods in org.eclipse.rdf4j.sail that return types with arguments of type ResourceModifier and TypeMethodDescriptionCloseableIteration<? extends Resource, SailException> SailConnection.getContextIDs()Returns the set of all unique context identifiers that are used to store statements.Methods in org.eclipse.rdf4j.sail with parameters of type ResourceModifier and TypeMethodDescriptionvoidSailConnection.addStatement(Resource subj, IRI pred, Value obj, Resource... contexts) Adds a statement to the store.voidSailConnection.addStatement(UpdateContext op, Resource subj, IRI pred, Value obj, Resource... contexts) Adds a statement to the store.voidRemoves all statements from the specified/all contexts.CloseableIteration<? extends Statement, SailException> SailConnection.getStatements(Resource subj, IRI pred, Value obj, boolean includeInferred, Resource... contexts) Gets all statements from the specified contexts that have a specific subject, predicate and/or object.default booleanSailConnection.hasStatement(Resource subj, IRI pred, Value obj, boolean includeInferred, Resource... contexts) Determines if the store contains any statements from the specified contexts that have a specific subject, predicate and/or object.voidSailConnection.removeStatement(UpdateContext op, Resource subj, IRI pred, Value obj, Resource... contexts) Removes all statements matching the specified subject, predicate and object from the repository.voidSailConnection.removeStatements(Resource subj, IRI pred, Value obj, Resource... contexts) Removes all statements matching the specified subject, predicate and object from the repository.longReturns the number of (explicit) statements in the store, or in specific contexts. -
Uses of Resource in org.eclipse.rdf4j.sail.base
Fields in org.eclipse.rdf4j.sail.base declared as ResourceModifier and TypeFieldDescriptionprivate final ResourceChangeset.SimpleStatementPattern.context(package private) static final Resource[]SailSourceConnection.NULL_CTXprivate final ResourceChangeset.SimpleStatementPattern.subjectFields in org.eclipse.rdf4j.sail.base with type parameters of type ResourceModifier and TypeFieldDescriptionChangeset.approvedContextsSet of contexts of theChangeset.approvedstatements.Changeset.deprecatedContextsSet of contexts that were passed toChangeset.clear(Resource...).Methods in org.eclipse.rdf4j.sail.base that return ResourceModifier and TypeMethodDescriptionChangeset.SimpleStatementPattern.getContext()Changeset.SimpleStatementPattern.getSubject()Methods in org.eclipse.rdf4j.sail.base that return types with arguments of type ResourceModifier and TypeMethodDescriptionChangeset.getApprovedContexts()CloseableIteration<? extends Resource, SailException> DelegatingSailDataset.getContextIDs()CloseableIteration<? extends Resource, SailException> ObservingSailDataset.getContextIDs()CloseableIteration<? extends Resource, SailException> SailDataset.getContextIDs()Returns the set of all unique context identifiers that are used to store statements.CloseableIteration<? extends Resource, SailException> SailDatasetImpl.getContextIDs()CloseableIteration<? extends Resource, SailException> UnionSailDataset.getContextIDs()protected CloseableIteration<? extends Resource, SailException> SailSourceConnection.getContextIDsInternal()Changeset.getDeprecatedContexts()Methods in org.eclipse.rdf4j.sail.base with parameters of type ResourceModifier and TypeMethodDescriptionprivate voidSailSourceConnection.add(Resource subj, IRI pred, Value obj, SailDataset dataset, SailSink sink, Resource... contexts) booleanSailSourceConnection.addInferredStatement(Resource subj, IRI pred, Value obj, Resource... contexts) voidSailSourceConnection.addStatement(UpdateContext op, Resource subj, IRI pred, Value obj, Resource... contexts) voidvoidAdds a statement to the store.voidvoidRemoves all statements from the specified/all contexts.voidSailSourceConnection.clearInferred(Resource... contexts) protected voidSailSourceConnection.clearInternal(Resource... contexts) default voidDeprecated.default booleanSailSink.deprecateByQuery(Resource subj, IRI pred, Value obj, Resource[] contexts) Removes all statements with the specified subject, predicate, object, and context.Changeset.getApprovedStatements(Resource subj, IRI pred, Value obj, Resource[] contexts) Changeset.getApprovedTriples(Resource subj, IRI pred, Value obj) CloseableIteration<? extends Triple, QueryEvaluationException> SailDatasetTripleSource.getRdfStarTriples(Resource subj, IRI pred, Value obj) CloseableIteration<? extends Statement, SailException> DelegatingSailDataset.getStatements(Resource subj, IRI pred, Value obj, Resource... contexts) CloseableIteration<? extends Statement, SailException> ObservingSailDataset.getStatements(Resource subj, IRI pred, Value obj, Resource... contexts) CloseableIteration<? extends Statement, SailException> SailDataset.getStatements(Resource subj, IRI pred, Value obj, Resource... contexts) Gets all statements that have a specific subject, predicate and/or object.CloseableIteration<? extends Statement, SailException> SailDatasetImpl.getStatements(Resource subj, IRI pred, Value obj, Resource... contexts) CloseableIteration<? extends Statement, QueryEvaluationException> SailDatasetTripleSource.getStatements(Resource subj, IRI pred, Value obj, Resource... contexts) CloseableIteration<? extends Statement, SailException> UnionSailDataset.getStatements(Resource subj, IRI pred, Value obj, Resource... contexts) protected CloseableIteration<? extends Statement, SailException> SailSourceConnection.getStatementsInternal(Resource subj, IRI pred, Value obj, boolean includeInferred, Resource... contexts) CloseableIteration<? extends Triple, SailException> DelegatingSailDataset.getTriples(Resource subj, IRI pred, Value obj) default CloseableIteration<? extends Triple, SailException> SailDataset.getTriples(Resource subj, IRI pred, Value obj) Gets all RDF-star triples that have a specific subject, predicate and/or object.CloseableIteration<? extends Triple, SailException> SailDatasetImpl.getTriples(Resource subj, IRI pred, Value obj) CloseableIteration<? extends Triple, SailException> UnionSailDataset.getTriples(Resource subj, IRI pred, Value obj) (package private) booleanChangeset.hasApproved(Resource subj, IRI pred, Value obj, Resource[] contexts) (package private) booleanChangeset.hasDeprecated(Resource subj, IRI pred, Value obj, Resource[] contexts) private booleanSailSourceConnection.hasStatement(SailDataset dataset, Resource subj, IRI pred, Value obj, Resource... contexts) voidvoiddefault voidCalled to indicate matching statements have been observed and must not change their state until after thisSailSinkis committed, iff this was opened in an isolation level compatible withIsolationLevels.SERIALIZABLE.voidCalled to indicate matching statements have been observed and must not change their state until after thisSailSinkis committed, iff this was opened in an isolation level compatible withIsolationLevels.SERIALIZABLE.private booleanSailSourceConnection.remove(Resource subj, IRI pred, Value obj, SailDataset dataset, SailSink sink, Resource... contexts) booleanSailSourceConnection.removeInferredStatement(Resource subj, IRI pred, Value obj, Resource... contexts) voidSailSourceConnection.removeStatement(UpdateContext op, Resource subj, IRI pred, Value obj, Resource... contexts) protected longSailSourceConnection.sizeInternal(Resource... contexts) Constructors in org.eclipse.rdf4j.sail.base with parameters of type ResourceModifierConstructorDescriptionSimpleStatementPattern(Resource subject, IRI predicate, Value object, Resource context, boolean allContexts) -
Uses of Resource in org.eclipse.rdf4j.sail.base.config
Methods in org.eclipse.rdf4j.sail.base.config that return ResourceMethods in org.eclipse.rdf4j.sail.base.config with parameters of type Resource -
Uses of Resource in org.eclipse.rdf4j.sail.config
Methods in org.eclipse.rdf4j.sail.config that return ResourceModifier and TypeMethodDescriptionMethods in org.eclipse.rdf4j.sail.config with parameters of type ResourceModifier and TypeMethodDescriptionvoidvoidvoidstatic SailImplConfigSailConfigUtil.parseRepositoryImpl(Model m, Resource implNode) -
Uses of Resource in org.eclipse.rdf4j.sail.evaluation
Methods in org.eclipse.rdf4j.sail.evaluation with parameters of type ResourceModifier and TypeMethodDescriptionCloseableIteration<? extends Statement, QueryEvaluationException> SailTripleSource.getStatements(Resource subj, IRI pred, Value obj, Resource... contexts) -
Uses of Resource in org.eclipse.rdf4j.sail.helpers
Fields in org.eclipse.rdf4j.sail.helpers declared as ResourceModifier and TypeFieldDescriptionprivate final ResourceAbstractSailConnection.WildStatement.contextThe statement's context, if applicable.private final ResourceAbstractSailConnection.WildStatement.subjectThe statement's subject.Methods in org.eclipse.rdf4j.sail.helpers that return ResourceModifier and TypeMethodDescriptionAbstractSailConnection.WildStatement.getContext()AbstractSailConnection.WildStatement.getSubject()Methods in org.eclipse.rdf4j.sail.helpers that return types with arguments of type ResourceModifier and TypeMethodDescriptionfinal CloseableIteration<? extends Resource, SailException> AbstractSailConnection.getContextIDs()CloseableIteration<? extends Resource, SailException> SailConnectionWrapper.getContextIDs()protected abstract CloseableIteration<? extends Resource, SailException> AbstractSailConnection.getContextIDsInternal()Methods in org.eclipse.rdf4j.sail.helpers with parameters of type ResourceModifier and TypeMethodDescriptionfinal voidAbstractSailConnection.addStatement(Resource subj, IRI pred, Value obj, Resource... contexts) voidAbstractSailConnection.addStatement(UpdateContext op, Resource subj, IRI pred, Value obj, Resource... contexts) The default implementation buffers added statements until the update operation is complete.voidSailConnectionWrapper.addStatement(Resource subj, IRI pred, Value obj, Resource... contexts) voidSailConnectionWrapper.addStatement(UpdateContext modify, Resource subj, IRI pred, Value obj, Resource... contexts) protected abstract voidAbstractSailConnection.addStatementInternal(Resource subj, IRI pred, Value obj, Resource... contexts) final voidvoidprotected abstract voidAbstractSailConnection.clearInternal(Resource... contexts) final CloseableIteration<? extends Statement, SailException> AbstractSailConnection.getStatements(Resource subj, IRI pred, Value obj, boolean includeInferred, Resource... contexts) CloseableIteration<? extends Statement, SailException> SailConnectionWrapper.getStatements(Resource subj, IRI pred, Value obj, boolean includeInferred, Resource... contexts) protected abstract CloseableIteration<? extends Statement, SailException> AbstractSailConnection.getStatementsInternal(Resource subj, IRI pred, Value obj, boolean includeInferred, Resource... contexts) final booleanAbstractSailConnection.hasStatement(Resource subj, IRI pred, Value obj, boolean includeInferred, Resource... contexts) booleanSailConnectionWrapper.hasStatement(Resource subj, IRI pred, Value obj, boolean includeInferred, Resource... contexts) protected booleanAbstractSailConnection.hasStatementInternal(Resource subj, IRI pred, Value obj, boolean includeInferred, Resource[] contexts) voidAbstractSailConnection.removeStatement(UpdateContext op, Resource subj, IRI pred, Value obj, Resource... contexts) The default implementation buffers removed statements until the update operation is complete.voidSailConnectionWrapper.removeStatement(UpdateContext modify, Resource subj, IRI pred, Value obj, Resource... contexts) final voidAbstractSailConnection.removeStatements(Resource subj, IRI pred, Value obj, Resource... contexts) voidSailConnectionWrapper.removeStatements(Resource subj, IRI pred, Value obj, Resource... contexts) protected abstract voidAbstractSailConnection.removeStatementsInternal(Resource subj, IRI pred, Value obj, Resource... contexts) final longlonglongprotected abstract longAbstractSailConnection.sizeInternal(Resource... contexts) Constructors in org.eclipse.rdf4j.sail.helpers with parameters of type ResourceModifierConstructorDescriptionWildStatement(Resource subject, IRI predicate, Value object) Creates a new Statement with the supplied subject, predicate and object.WildStatement(Resource subject, IRI predicate, Value object, Resource context) Creates a new Statement with the supplied subject, predicate and object for the specified associated context. -
Uses of Resource in org.eclipse.rdf4j.sail.inferencer
Methods in org.eclipse.rdf4j.sail.inferencer that return types with arguments of type ResourceModifier and TypeMethodDescriptionCloseableIteration<? extends Resource, SailException> InferencerConnectionWrapper.getContextIDs()CallsInferencerConnectionWrapper.flushUpdates()before forwarding the call to the wrapped connection.Methods in org.eclipse.rdf4j.sail.inferencer with parameters of type ResourceModifier and TypeMethodDescriptionbooleanInferencerConnection.addInferredStatement(Resource subj, IRI pred, Value obj, Resource... contexts) Adds an inferred statement to a specific context.booleanInferencerConnectionWrapper.addInferredStatement(Resource subj, IRI pred, Value obj, Resource... contexts) voidInferencerConnection.clearInferred(Resource... contexts) Removes all inferred statements from the specified/all contexts.voidInferencerConnectionWrapper.clearInferred(Resource... contexts) CloseableIteration<? extends Statement, SailException> InferencerConnectionWrapper.getStatements(Resource subj, IRI pred, Value obj, boolean includeInferred, Resource... contexts) CallsInferencerConnectionWrapper.flushUpdates()before forwarding the call to the wrapped connection.booleanInferencerConnectionWrapper.hasStatement(Resource subj, IRI pred, Value obj, boolean includeInferred, Resource... contexts) booleanInferencerConnection.removeInferredStatement(Resource subj, IRI pred, Value obj, Resource... contexts) Removes an inferred statement from a specific context.booleanInferencerConnectionWrapper.removeInferredStatement(Resource subj, IRI pred, Value obj, Resource... contexts) longCallsInferencerConnectionWrapper.flushUpdates()before forwarding the call to the wrapped connection. -
Uses of Resource in org.eclipse.rdf4j.sail.inferencer.fc
Fields in org.eclipse.rdf4j.sail.inferencer.fc declared as ResourceModifier and TypeFieldDescriptionprivate static final Resource[]SchemaCachingRDFSInferencer.DEFAULT_CONTEXTprivate static final Resource[]SchemaCachingRDFSInferencerConnection.DEFAULT_CONTEXTFields in org.eclipse.rdf4j.sail.inferencer.fc with type parameters of type ResourceModifier and TypeFieldDescriptionSchemaCachingRDFSInferencer.calculatedDomainSchemaCachingRDFSInferencer.calculatedDomainSchemaCachingRDFSInferencer.calculatedPropertiesSchemaCachingRDFSInferencer.calculatedPropertiesSchemaCachingRDFSInferencer.calculatedRangeSchemaCachingRDFSInferencer.calculatedRangeSchemaCachingRDFSInferencer.calculatedTypesSchemaCachingRDFSInferencer.calculatedTypesprivate Collection<Resource> SchemaCachingRDFSInferencer.propertiesprivate Collection<Resource> SchemaCachingRDFSInferencer.typesMethods in org.eclipse.rdf4j.sail.inferencer.fc that return types with arguments of type ResourceModifier and TypeMethodDescriptionSchemaCachingRDFSInferencer.resolveDomainTypes(IRI predicate) SchemaCachingRDFSInferencer.resolveProperties(Resource predicate) SchemaCachingRDFSInferencer.resolveRangeTypes(IRI predicate) SchemaCachingRDFSInferencer.resolveTypes(Resource value) Methods in org.eclipse.rdf4j.sail.inferencer.fc with parameters of type ResourceModifier and TypeMethodDescriptionbooleanDedupingInferencerConnection.addInferredStatement(Resource subj, IRI pred, Value obj, Resource... contexts) booleanSchemaCachingRDFSInferencerConnection.addInferredStatement(Resource subj, IRI pred, Value obj, Resource... contexts) (package private) booleanSchemaCachingRDFSInferencerConnection.addInferredStatementInternal(Resource subj, IRI pred, Value obj, Resource... contexts) (package private) voidSchemaCachingRDFSInferencer.addProperty(Resource property) private voidSchemaCachingRDFSInferencerConnection.addStatement(boolean actuallyAdd, Resource subject, IRI predicate, Value object, Resource... context) voidSchemaCachingRDFSInferencerConnection.addStatement(Resource subject, IRI predicate, Value object, Resource... contexts) voidSchemaCachingRDFSInferencerConnection.addStatement(UpdateContext modify, Resource subj, IRI pred, Value obj, Resource... contexts) (package private) voidvoidDedupingInferencerConnection.clearInferred(Resource... contexts) voidSchemaCachingRDFSInferencerConnection.clearInferred(Resource... contexts) (package private) booleanSchemaCachingRDFSInferencer.hasProperty(Resource property) (package private) booleanbooleanDedupingInferencerConnection.removeInferredStatement(Resource subj, IRI pred, Value obj, Resource... contexts) SchemaCachingRDFSInferencer.resolveProperties(Resource predicate) SchemaCachingRDFSInferencer.resolveTypes(Resource value) Method parameters in org.eclipse.rdf4j.sail.inferencer.fc with type arguments of type ResourceModifier and TypeMethodDescriptionprivate voidprivate voidprivate voidSchemaCachingRDFSInferencer.calculateDomainAndRange(Collection<Statement> rangeOrDomainStatements, Map<Resource, Set<Resource>> calculatedRangeOrDomain) private voidSchemaCachingRDFSInferencer.calculateDomainAndRange(Collection<Statement> rangeOrDomainStatements, Map<Resource, Set<Resource>> calculatedRangeOrDomain) -
Uses of Resource in org.eclipse.rdf4j.sail.inferencer.fc.config
Methods in org.eclipse.rdf4j.sail.inferencer.fc.config that return ResourceMethods in org.eclipse.rdf4j.sail.inferencer.fc.config with parameters of type Resource -
Uses of Resource in org.eclipse.rdf4j.sail.inferencer.util
Methods in org.eclipse.rdf4j.sail.inferencer.util with parameters of type ResourceModifier and TypeMethodDescriptionprotected voidRDFInferencerInserter.addStatement(Resource subj, IRI pred, Value obj, Resource ctxt) -
Uses of Resource in org.eclipse.rdf4j.sail.lucene
Fields in org.eclipse.rdf4j.sail.lucene declared as ResourceModifier and TypeFieldDescription(package private) Resource[]LuceneSailBuffer.ClearContextOperation.contextsprivate final ResourceQuerySpec.subjectFields in org.eclipse.rdf4j.sail.lucene with type parameters of type ResourceModifier and TypeFieldDescriptionLuceneSailBuffer.AddRemoveOperation.typeAddedLuceneSailBuffer.AddRemoveOperation.typeRemovedMethods in org.eclipse.rdf4j.sail.lucene that return ResourceModifier and TypeMethodDescriptionstatic ResourceSearchFields.createContext(String idString) static ResourceSearchFields.createResource(String idString) Parses an id-string (a serialized resource) back to a resource Inverse method ofSearchFields.getResourceID(Resource)LuceneSailBuffer.ContextAwareStatementImpl.getContext()Resource[]LuceneSailBuffer.ClearContextOperation.getContexts()protected ResourceAbstractSearchIndex.getResource(SearchDocument document) Returns the Resource corresponding with the specified Document.LuceneSailBuffer.ContextAwareStatementImpl.getSubject()QuerySpec.getSubject()Methods in org.eclipse.rdf4j.sail.lucene that return types with arguments of type ResourceModifier and TypeMethodDescriptionLuceneSailBuffer.AddRemoveOperation.getTypeAdded()LuceneSailBuffer.AddRemoveOperation.getTypeRemoved()Methods in org.eclipse.rdf4j.sail.lucene with parameters of type ResourceModifier and TypeMethodDescriptionfinal voidAbstractSearchIndex.addDocuments(Resource subject, List<Statement> statements) Add a complete Lucene Document based on these statements.voidSearchIndex.addDocuments(Resource subject, List<Statement> statements) Add a complete Lucene Document based on these statements.Do not search for an existing document with the same subject id.voidLuceneSailConnection.addStatement(Resource subj, IRI pred, Value obj, Resource... contexts) voidDeprecated.voidprivate voidLuceneSailConnection.clearContexts(Resource... contexts) voidSearchIndex.clearContexts(Resource... contexts) This should be called from within a begin-commit-rollback block.static StringSearchFields.getContextID(Resource resource) Get the ID for a context.static StringSearchFields.getResourceID(Resource resource) Returns the String ID corresponding with the specified Resource.protected abstract Iterable<? extends DocumentScore> Iterable<? extends DocumentScore> Deprecated.Queries for the given subject or all subjects if null.voidLuceneSailConnection.removeStatements(Resource subj, IRI pred, Value obj, Resource... contexts) Constructors in org.eclipse.rdf4j.sail.lucene with parameters of type ResourceModifierConstructorDescriptionClearContextOperation(Resource[] contexts) QuerySpec(String matchesVarName, String propertyVarName, String scoreVarName, String snippetVarName, Resource subject, String queryString, IRI propertyURI) QuerySpec(StatementPattern matchesPattern, Collection<QuerySpec.QueryParam> queryPatterns, StatementPattern scorePattern, StatementPattern typePattern, StatementPattern idPattern, Resource subject) -
Uses of Resource in org.eclipse.rdf4j.sail.lucene.config
Methods in org.eclipse.rdf4j.sail.lucene.config that return ResourceMethods in org.eclipse.rdf4j.sail.lucene.config with parameters of type Resource -
Uses of Resource in org.eclipse.rdf4j.sail.memory
Methods in org.eclipse.rdf4j.sail.memory that return types with arguments of type ResourceModifier and TypeMethodDescriptionCloseableIteration<? extends Resource, SailException> MemorySailStore.MemorySailDataset.getContextIDs()Methods in org.eclipse.rdf4j.sail.memory with parameters of type ResourceModifier and TypeMethodDescriptionbooleanMemoryStoreConnection.addInferredStatement(Resource subj, IRI pred, Value obj, Resource... contexts) private MemStatementMemorySailStore.MemorySailSink.addStatement(Resource subj, IRI pred, Value obj, Resource context, boolean explicit) protected voidMemoryStoreConnection.addStatementInternal(Resource subj, IRI pred, Value obj, Resource... contexts) voidvoidvoidMemoryStoreConnection.clearInferred(Resource... contexts) protected voidMemoryStoreConnection.clearInternal(Resource... contexts) private CloseableIteration<MemStatement, SailException> MemorySailStore.createStatementIterator(Resource subj, IRI pred, Value obj, Boolean explicit, int snapshot, Resource... contexts) Creates a StatementIterator that contains the statements matching the specified pattern of subject, predicate, object, context.private CloseableIteration<MemTriple, SailException> MemorySailStore.createTripleIterator(Resource subj, IRI pred, Value obj, int snapshot) Creates a TripleIterator that contains the triples matching the specified pattern of subject, predicate, object, context.booleanMemorySailStore.MemorySailSink.deprecateByQuery(Resource subj, IRI pred, Value obj, Resource[] contexts) MemorySailStore.MemorySailDataset.getStatements(Resource subj, IRI pred, Value obj, Resource... contexts) MemorySailStore.MemorySailDataset.getTriples(Resource subj, IRI pred, Value obj) voidbooleanMemoryStoreConnection.removeInferredStatement(Resource subj, IRI pred, Value obj, Resource... contexts) protected voidMemoryStoreConnection.removeStatementsInternal(Resource subj, IRI pred, Value obj, Resource... contexts) -
Uses of Resource in org.eclipse.rdf4j.sail.memory.config
Methods in org.eclipse.rdf4j.sail.memory.config that return ResourceMethods in org.eclipse.rdf4j.sail.memory.config with parameters of type Resource -
Uses of Resource in org.eclipse.rdf4j.sail.memory.model
Classes in org.eclipse.rdf4j.sail.memory.model that implement ResourceModifier and TypeClassDescriptionclassA MemoryStore-specific extension of BNodeImpl giving it node properties.classA MemoryStore-specific implementation of URI that stores separated namespace and local name information to enable reuse of namespace String objects (reducing memory usage) and that gives it node properties.classA MemoryStore-specific extension of Resource giving it subject statements.classA MemoryStore-specific implementation ofTriple.Methods in org.eclipse.rdf4j.sail.memory.model with parameters of type ResourceModifier and TypeMethodDescriptionMemValueFactory.createTriple(Resource subject, IRI predicate, Value object) MemValueFactory.getMemResource(Resource resource) See getMemValue() for description.MemValueFactory.getOrCreateMemResource(Resource resource) SeeMemValueFactory.getOrCreateMemValue(Value)for description. -
Uses of Resource in org.eclipse.rdf4j.sail.model
Methods in org.eclipse.rdf4j.sail.model with parameters of type Resource -
Uses of Resource in org.eclipse.rdf4j.sail.shacl
Fields in org.eclipse.rdf4j.sail.shacl declared as ResourceModifier and TypeFieldDescriptionprivate static final Resource[]ShaclValidator.ALL_CONTEXTSprivate final Resource[]ValidationSettings.dataGraphprivate static Resource[]ShaclValidator.SHAPE_CONTEXTSMethods in org.eclipse.rdf4j.sail.shacl that return ResourceMethods in org.eclipse.rdf4j.sail.shacl with parameters of type ResourceModifier and TypeMethodDescriptionvoidShaclSailConnection.addStatement(Resource subj, IRI pred, Value obj, Resource... contexts) voidShaclSailConnection.addStatement(UpdateContext modify, Resource subj, IRI pred, Value obj, Resource... contexts) voidCloseableIteration<? extends Statement, SailException> ShaclSailConnection.getStatements(Resource subj, IRI pred, Value obj, boolean includeInferred, Resource... contexts) booleanShaclSailConnection.hasStatement(Resource subj, IRI pred, Value obj, boolean includeInferred, Resource... contexts) voidShaclSailConnection.removeStatement(UpdateContext modify, Resource subj, IRI pred, Value obj, Resource... contexts) voidShaclSailConnection.removeStatements(Resource subj, IRI pred, Value obj, Resource... contexts) voidConstructors in org.eclipse.rdf4j.sail.shacl with parameters of type ResourceModifierConstructorDescriptionValidationSettings(Resource[] dataGraph, boolean logValidationPlans, boolean validateEntireBaseSail, boolean performanceLogging) -
Uses of Resource in org.eclipse.rdf4j.sail.shacl.ast
Fields in org.eclipse.rdf4j.sail.shacl.ast declared as ResourceModifier and TypeFieldDescription(package private) Resource[]Shape.contextsprivate final Resource[]ContextWithShape.dataGraphprivate final Resource[]ShaclSparqlConstraintFailureException.dataGraphprivate ResourceShaclProperties.id(package private) ResourceShaclShapeParsingException.idprivate ResourceShape.idprivate ResourceShaclProperties.ignoredPropertiesprivate ResourceShaclProperties.inprivate ResourceShaclProperties.languageInprivate ResourceShaclProperties.nodeKindprivate ResourceShaclProperties.pathprivate ResourceShaclProperties.qualifiedValueShapeprivate final Resource[]ContextWithShape.shapeGraphFields in org.eclipse.rdf4j.sail.shacl.ast with type parameters of type ResourceModifier and TypeFieldDescriptionShaclProperties.andCache.cacheShaclProperties.hasValueInShaclProperties.nodeShaclProperties.notprivate static final StatementMatcher.Variable<Resource> StatementMatcher.NULL_SUBJECTShaclProperties.orShaclProperties.propertyShaclProperties.sparqlprivate final StatementMatcher.Variable<? extends Resource> StatementMatcher.subjectShaclProperties.targetShaclProperties.targetClassShaclProperties.targetShapeShaclProperties.xoneMethods in org.eclipse.rdf4j.sail.shacl.ast that return ResourceModifier and TypeMethodDescriptionResource[]Shape.getContexts()Resource[]ContextWithShape.getDataGraph()Resource[]ShaclSparqlConstraintFailureException.getDataGraph()Identifiable.getId()ShaclProperties.getId()ShaclShapeParsingException.getId()Shape.getId()ShaclProperties.getIgnoredProperties()ShaclProperties.getIn()ShaclProperties.getLanguageIn()ShaclProperties.getNodeKind()ShaclProperties.getPath()ShaclProperties.getQualifiedValueShape()Resource[]ContextWithShape.getShapeGraph()StatementMatcher.getSubjectValue()Methods in org.eclipse.rdf4j.sail.shacl.ast that return types with arguments of type ResourceModifier and TypeMethodDescriptionShaclProperties.getAnd()ShaclProperties.getHasValueIn()ShaclProperties.getNode()ShaclProperties.getNot()ShaclProperties.getOr()ShaclProperties.getProperty()ShaclProperties.getSparql()ShaclProperties.getTarget()ShaclProperties.getTargetClass()ShaclProperties.getTargetShape()ShaclProperties.getXone()Methods in org.eclipse.rdf4j.sail.shacl.ast with parameters of type ResourceModifier and TypeMethodDescriptionstatic ShaclPrefixParser.NamespacesShaclPrefixParser.extractNamespaces(Resource id, ShapeSource shapeSource) NodeShape.getAllTargetsPlan(ConnectionsGroup connectionsGroup, Resource[] dataGraph, ConstraintComponent.Scope scope, StatementMatcher.StableRandomVariableProvider stableRandomVariableProvider, ValidationSettings validationSettings) PropertyShape.getAllTargetsPlan(ConnectionsGroup connectionsGroup, Resource[] dataGraph, ConstraintComponent.Scope scope, StatementMatcher.StableRandomVariableProvider stableRandomVariableProvider, ValidationSettings validationSettings) private static ShaclShapeParsingExceptionShaclProperties.getExceptionForAlreadyPopulated(Resource id, String predicate, Object existingObject, Value secondValue) private static ShaclShapeParsingExceptionShaclProperties.getExceptionForCastIssue(Resource id, String predicate, Class<?> expectedClass, Value object) private static ShaclShapeParsingExceptionShaclProperties.getExceptionForLiteralFormatIssue(Resource id, String predicate, Value object, Class<?> clazz) SparqlFragment.getRoot(ConnectionsGroup connectionsGroup, Resource[] dataGraph, Path path, StatementMatcher currentStatementMatcher, List<Statement> currentStatements) SparqlFragment.TraceBack.getRoot(ConnectionsGroup connectionsGroup, Resource[] dataGraph, Path path, StatementMatcher currentStatementMatcher, List<Statement> currentStatements) static List<ContextWithShape> Shape.Factory.getShapesInContext(ShapeSource shapeSource, Shape.ParseSettings parseSettings, Cache cache, Resource[] dataGraph, Resource[] shapesGraph) ValidationQuery.Deactivated.getValidationPlan(SailConnection baseConnection, Resource[] dataGraph, Resource[] shapesGraphs) ValidationQuery.getValidationPlan(SailConnection baseConnection, Resource[] dataGraph, Resource[] shapesGraphs) static voidShaclAstLists.listToRdf(Collection<? extends Value> values, Resource head, Model model) voidbooleanPropertyShape.requiresEvaluation(ConnectionsGroup connectionsGroup, ConstraintComponent.Scope scope, Resource[] dataGraph, StatementMatcher.StableRandomVariableProvider stableRandomVariableProvider) booleanShape.requiresEvaluation(ConnectionsGroup connectionsGroup, ConstraintComponent.Scope scope, Resource[] dataGraph, StatementMatcher.StableRandomVariableProvider stableRandomVariableProvider) private static StringShaclShapeParsingException.resourceToString(Resource id) private static StringShaclSparqlConstraintFailureException.resourceToString(Resource id) ShaclAstLists.toList(ShapeSource shapeSource, Resource head) ShaclAstLists.toList(ShapeSource shapeSource, Resource head, Class<T> type) voidvoidvoidvoidMethod parameters in org.eclipse.rdf4j.sail.shacl.ast with type arguments of type ResourceModifier and TypeMethodDescriptionbooleanStatementMatcher.hasSubject(StatementMatcher.Variable<Resource> variable) voidvoidvoidvoidvoidConstructors in org.eclipse.rdf4j.sail.shacl.ast with parameters of type ResourceModifierConstructorDescriptionContextWithShape(Resource[] dataGraph, Resource[] shapeGraph, Shape shape) ShaclProperties(Resource id, ShapeSource connection) ShaclShapeParsingException(String msg, Throwable t, Resource id) ShaclShapeParsingException(String msg, Resource id) ShaclSparqlConstraintFailureException(Shape shape, String query, BindingSet resultBindingSet, Value focusNode, Resource[] dataGraph) Constructor parameters in org.eclipse.rdf4j.sail.shacl.ast with type arguments of type ResourceModifierConstructorDescriptionStatementMatcher(StatementMatcher.Variable<? extends Resource> subject, StatementMatcher.Variable<IRI> predicate, StatementMatcher.Variable<? extends Value> object, Targetable origin, Set<String> inheritedVarNames) -
Uses of Resource in org.eclipse.rdf4j.sail.shacl.ast.constraintcomponents
Fields in org.eclipse.rdf4j.sail.shacl.ast.constraintcomponents declared as ResourceModifier and TypeFieldDescriptionprivate ResourceAbstractConstraintComponent.idprivate ResourceAbstractSimpleConstraintComponent.idFields in org.eclipse.rdf4j.sail.shacl.ast.constraintcomponents with type parameters of type ResourceMethods in org.eclipse.rdf4j.sail.shacl.ast.constraintcomponents that return ResourceModifier and TypeMethodDescriptionAbstractConstraintComponent.getId()AbstractSimpleConstraintComponent.getId()Methods in org.eclipse.rdf4j.sail.shacl.ast.constraintcomponents with parameters of type ResourceModifier and TypeMethodDescriptionAbstractConstraintComponent.getAllTargetsPlan(ConnectionsGroup connectionsGroup, Resource[] dataGraph, ConstraintComponent.Scope scope, StatementMatcher.StableRandomVariableProvider stableRandomVariableProvider, ValidationSettings validationSettings) AbstractSimpleConstraintComponent.getAllTargetsPlan(ConnectionsGroup connectionsGroup, Resource[] dataGraph, ConstraintComponent.Scope scope, StatementMatcher.StableRandomVariableProvider stableRandomVariableProvider, ValidationSettings validationSettings) AndConstraintComponent.getAllTargetsPlan(ConnectionsGroup connectionsGroup, Resource[] dataGraph, ConstraintComponent.Scope scope, StatementMatcher.StableRandomVariableProvider stableRandomVariableProvider, ValidationSettings validationSettings) ClassConstraintComponent.getAllTargetsPlan(ConnectionsGroup connectionsGroup, Resource[] dataGraph, ConstraintComponent.Scope scope, StatementMatcher.StableRandomVariableProvider stableRandomVariableProvider, ValidationSettings validationSettings) ConstraintComponent.getAllTargetsPlan(ConnectionsGroup connectionsGroup, Resource[] dataGraph, ConstraintComponent.Scope scope, StatementMatcher.StableRandomVariableProvider stableRandomVariableProvider, ValidationSettings validationSettings) DashHasValueInConstraintComponent.getAllTargetsPlan(ConnectionsGroup connectionsGroup, Resource[] dataGraph, ConstraintComponent.Scope scope, StatementMatcher.StableRandomVariableProvider stableRandomVariableProvider, ValidationSettings validationSettings) HasValueConstraintComponent.getAllTargetsPlan(ConnectionsGroup connectionsGroup, Resource[] dataGraph, ConstraintComponent.Scope scope, StatementMatcher.StableRandomVariableProvider stableRandomVariableProvider, ValidationSettings validationSettings) MaxCountConstraintComponent.getAllTargetsPlan(ConnectionsGroup connectionsGroup, Resource[] dataGraph, ConstraintComponent.Scope scope, StatementMatcher.StableRandomVariableProvider stableRandomVariableProvider, ValidationSettings validationSettings) MinCountConstraintComponent.getAllTargetsPlan(ConnectionsGroup connectionsGroup, Resource[] dataGraph, ConstraintComponent.Scope scope, StatementMatcher.StableRandomVariableProvider stableRandomVariableProvider, ValidationSettings validationSettings) NotConstraintComponent.getAllTargetsPlan(ConnectionsGroup connectionsGroup, Resource[] dataGraph, ConstraintComponent.Scope scope, StatementMatcher.StableRandomVariableProvider stableRandomVariableProvider, ValidationSettings validationSettings) OrConstraintComponent.getAllTargetsPlan(ConnectionsGroup connectionsGroup, Resource[] dataGraph, ConstraintComponent.Scope scope, StatementMatcher.StableRandomVariableProvider stableRandomVariableProvider, ValidationSettings validationSettings) QualifiedMaxCountConstraintComponent.getAllTargetsPlan(ConnectionsGroup connectionsGroup, Resource[] dataGraph, ConstraintComponent.Scope scope, StatementMatcher.StableRandomVariableProvider stableRandomVariableProvider, ValidationSettings validationSettings) QualifiedMinCountConstraintComponent.getAllTargetsPlan(ConnectionsGroup connectionsGroup, Resource[] dataGraph, ConstraintComponent.Scope scope, StatementMatcher.StableRandomVariableProvider stableRandomVariableProvider, ValidationSettings validationSettings) SparqlConstraintComponent.getAllTargetsPlan(ConnectionsGroup connectionsGroup, Resource[] dataGraph, ConstraintComponent.Scope scope, StatementMatcher.StableRandomVariableProvider stableRandomVariableProvider, ValidationSettings validationSettings) UniqueLangConstraintComponent.getAllTargetsPlan(ConnectionsGroup connectionsGroup, Resource[] dataGraph, ConstraintComponent.Scope scope, StatementMatcher.StableRandomVariableProvider stableRandomVariableProvider, ValidationSettings validationSettings) booleanAbstractConstraintComponent.requiresEvaluation(ConnectionsGroup connectionsGroup, ConstraintComponent.Scope scope, Resource[] dataGraph, StatementMatcher.StableRandomVariableProvider stableRandomVariableProvider) booleanAndConstraintComponent.requiresEvaluation(ConnectionsGroup connectionsGroup, ConstraintComponent.Scope scope, Resource[] dataGraph, StatementMatcher.StableRandomVariableProvider stableRandomVariableProvider) booleanClassConstraintComponent.requiresEvaluation(ConnectionsGroup connectionsGroup, ConstraintComponent.Scope scope, Resource[] dataGraph, StatementMatcher.StableRandomVariableProvider stableRandomVariableProvider) booleanConstraintComponent.requiresEvaluation(ConnectionsGroup connectionsGroup, ConstraintComponent.Scope scope, Resource[] dataGraph, StatementMatcher.StableRandomVariableProvider stableRandomVariableProvider) booleanNotConstraintComponent.requiresEvaluation(ConnectionsGroup connectionsGroup, ConstraintComponent.Scope scope, Resource[] dataGraph, StatementMatcher.StableRandomVariableProvider stableRandomVariableProvider) booleanOrConstraintComponent.requiresEvaluation(ConnectionsGroup connectionsGroup, ConstraintComponent.Scope scope, Resource[] dataGraph, StatementMatcher.StableRandomVariableProvider stableRandomVariableProvider) booleanQualifiedMaxCountConstraintComponent.requiresEvaluation(ConnectionsGroup connectionsGroup, ConstraintComponent.Scope scope, Resource[] dataGraph, StatementMatcher.StableRandomVariableProvider stableRandomVariableProvider) booleanQualifiedMinCountConstraintComponent.requiresEvaluation(ConnectionsGroup connectionsGroup, ConstraintComponent.Scope scope, Resource[] dataGraph, StatementMatcher.StableRandomVariableProvider stableRandomVariableProvider) voidAndConstraintComponent.toModel(Resource subject, IRI predicate, Model model, Set<Resource> cycleDetection) voidClassConstraintComponent.toModel(Resource subject, IRI predicate, Model model, Set<Resource> cycleDetection) voidClosedConstraintComponent.toModel(Resource subject, IRI predicate, Model model, Set<Resource> cycleDetection) voidDashHasValueInConstraintComponent.toModel(Resource subject, IRI predicate, Model model, Set<Resource> cycleDetection) voidDatatypeConstraintComponent.toModel(Resource subject, IRI predicate, Model model, Set<Resource> cycleDetection) voidDisjointConstraintComponent.toModel(Resource subject, IRI predicate, Model model, Set<Resource> cycleDetection) voidEqualsConstraintComponent.toModel(Resource subject, IRI predicate, Model model, Set<Resource> cycleDetection) voidHasValueConstraintComponent.toModel(Resource subject, IRI predicate, Model model, Set<Resource> cycleDetection) voidInConstraintComponent.toModel(Resource subject, IRI predicate, Model model, Set<Resource> cycleDetection) voidLanguageInConstraintComponent.toModel(Resource subject, IRI predicate, Model model, Set<Resource> cycleDetection) voidLessThanConstraintComponent.toModel(Resource subject, IRI predicate, Model model, Set<Resource> cycleDetection) voidLessThanOrEqualsConstraintComponent.toModel(Resource subject, IRI predicate, Model model, Set<Resource> cycleDetection) voidMaxCountConstraintComponent.toModel(Resource subject, IRI predicate, Model model, Set<Resource> cycleDetection) voidMaxExclusiveConstraintComponent.toModel(Resource subject, IRI predicate, Model model, Set<Resource> cycleDetection) voidMaxInclusiveConstraintComponent.toModel(Resource subject, IRI predicate, Model model, Set<Resource> cycleDetection) voidMaxLengthConstraintComponent.toModel(Resource subject, IRI predicate, Model model, Set<Resource> cycleDetection) voidMinCountConstraintComponent.toModel(Resource subject, IRI predicate, Model model, Set<Resource> cycleDetection) voidMinExclusiveConstraintComponent.toModel(Resource subject, IRI predicate, Model model, Set<Resource> cycleDetection) voidMinInclusiveConstraintComponent.toModel(Resource subject, IRI predicate, Model model, Set<Resource> cycleDetection) voidMinLengthConstraintComponent.toModel(Resource subject, IRI predicate, Model model, Set<Resource> cycleDetection) voidNodeKindConstraintComponent.toModel(Resource subject, IRI predicate, Model model, Set<Resource> cycleDetection) voidNotConstraintComponent.toModel(Resource subject, IRI predicate, Model model, Set<Resource> cycleDetection) voidOrConstraintComponent.toModel(Resource subject, IRI predicate, Model model, Set<Resource> cycleDetection) voidPatternConstraintComponent.toModel(Resource subject, IRI predicate, Model model, Set<Resource> cycleDetection) voidQualifiedMaxCountConstraintComponent.toModel(Resource subject, IRI predicate, Model model, Set<Resource> cycleDetection) voidQualifiedMinCountConstraintComponent.toModel(Resource subject, IRI predicate, Model model, Set<Resource> cycleDetection) voidSparqlConstraintComponent.toModel(Resource subject, IRI predicate, Model model, Set<Resource> cycleDetection) voidUniqueLangConstraintComponent.toModel(Resource subject, IRI predicate, Model model, Set<Resource> cycleDetection) voidXoneConstraintComponent.toModel(Resource subject, IRI predicate, Model model, Set<Resource> cycleDetection) Method parameters in org.eclipse.rdf4j.sail.shacl.ast.constraintcomponents with type arguments of type ResourceModifier and TypeMethodDescriptionvoidAndConstraintComponent.toModel(Resource subject, IRI predicate, Model model, Set<Resource> cycleDetection) voidClassConstraintComponent.toModel(Resource subject, IRI predicate, Model model, Set<Resource> cycleDetection) voidClosedConstraintComponent.toModel(Resource subject, IRI predicate, Model model, Set<Resource> cycleDetection) voidDashHasValueInConstraintComponent.toModel(Resource subject, IRI predicate, Model model, Set<Resource> cycleDetection) voidDatatypeConstraintComponent.toModel(Resource subject, IRI predicate, Model model, Set<Resource> cycleDetection) voidDisjointConstraintComponent.toModel(Resource subject, IRI predicate, Model model, Set<Resource> cycleDetection) voidEqualsConstraintComponent.toModel(Resource subject, IRI predicate, Model model, Set<Resource> cycleDetection) voidHasValueConstraintComponent.toModel(Resource subject, IRI predicate, Model model, Set<Resource> cycleDetection) voidInConstraintComponent.toModel(Resource subject, IRI predicate, Model model, Set<Resource> cycleDetection) voidLanguageInConstraintComponent.toModel(Resource subject, IRI predicate, Model model, Set<Resource> cycleDetection) voidLessThanConstraintComponent.toModel(Resource subject, IRI predicate, Model model, Set<Resource> cycleDetection) voidLessThanOrEqualsConstraintComponent.toModel(Resource subject, IRI predicate, Model model, Set<Resource> cycleDetection) voidMaxCountConstraintComponent.toModel(Resource subject, IRI predicate, Model model, Set<Resource> cycleDetection) voidMaxExclusiveConstraintComponent.toModel(Resource subject, IRI predicate, Model model, Set<Resource> cycleDetection) voidMaxInclusiveConstraintComponent.toModel(Resource subject, IRI predicate, Model model, Set<Resource> cycleDetection) voidMaxLengthConstraintComponent.toModel(Resource subject, IRI predicate, Model model, Set<Resource> cycleDetection) voidMinCountConstraintComponent.toModel(Resource subject, IRI predicate, Model model, Set<Resource> cycleDetection) voidMinExclusiveConstraintComponent.toModel(Resource subject, IRI predicate, Model model, Set<Resource> cycleDetection) voidMinInclusiveConstraintComponent.toModel(Resource subject, IRI predicate, Model model, Set<Resource> cycleDetection) voidMinLengthConstraintComponent.toModel(Resource subject, IRI predicate, Model model, Set<Resource> cycleDetection) voidNodeKindConstraintComponent.toModel(Resource subject, IRI predicate, Model model, Set<Resource> cycleDetection) voidNotConstraintComponent.toModel(Resource subject, IRI predicate, Model model, Set<Resource> cycleDetection) voidOrConstraintComponent.toModel(Resource subject, IRI predicate, Model model, Set<Resource> cycleDetection) voidPatternConstraintComponent.toModel(Resource subject, IRI predicate, Model model, Set<Resource> cycleDetection) voidQualifiedMaxCountConstraintComponent.toModel(Resource subject, IRI predicate, Model model, Set<Resource> cycleDetection) voidQualifiedMinCountConstraintComponent.toModel(Resource subject, IRI predicate, Model model, Set<Resource> cycleDetection) voidSparqlConstraintComponent.toModel(Resource subject, IRI predicate, Model model, Set<Resource> cycleDetection) voidUniqueLangConstraintComponent.toModel(Resource subject, IRI predicate, Model model, Set<Resource> cycleDetection) voidXoneConstraintComponent.toModel(Resource subject, IRI predicate, Model model, Set<Resource> cycleDetection) Constructors in org.eclipse.rdf4j.sail.shacl.ast.constraintcomponents with parameters of type ResourceModifierConstructorDescriptionAndConstraintComponent(Resource id, ShapeSource shapeSource, Shape.ParseSettings parseSettings, Cache cache) ClosedConstraintComponent(ShapeSource shapeSource, List<Resource> property, Resource ignoredProperties) DashHasValueInConstraintComponent(ShapeSource shapeSource, Resource hasValueIn) InConstraintComponent(ShapeSource shapeSource, Resource in) LanguageInConstraintComponent(ShapeSource shapeSource, Resource languageIn) NodeKindConstraintComponent(Resource nodeKind) NotConstraintComponent(Resource id, ShapeSource shapeSource, Shape.ParseSettings parseSettings, Cache cache) OrConstraintComponent(Resource id, ShapeSource shapeSource, Shape.ParseSettings parseSettings, Cache cache) QualifiedMaxCountConstraintComponent(Resource id, ShapeSource shapeSource, Shape.ParseSettings parseSettings, Cache cache, Boolean qualifiedValueShapesDisjoint, Long qualifiedMaxCount) QualifiedMinCountConstraintComponent(Resource id, ShapeSource shapeSource, Shape.ParseSettings parseSettings, Cache cache, Boolean qualifiedValueShapesDisjoint, Long qualifiedMinCount) SparqlConstraintComponent(Resource id, Shape shape, boolean produceValidationReports, String select, String originalSelect, List<Literal> message, Boolean deactivated, Set<Namespace> namespaces, Model prefixes) SparqlConstraintComponent(Resource id, ShapeSource shapeSource, Shape shape) XoneConstraintComponent(Resource id, ShapeSource shapeSource, Shape.ParseSettings parseSettings, Cache cache) Constructor parameters in org.eclipse.rdf4j.sail.shacl.ast.constraintcomponents with type arguments of type ResourceModifierConstructorDescriptionClosedConstraintComponent(ShapeSource shapeSource, List<Resource> property, Resource ignoredProperties) -
Uses of Resource in org.eclipse.rdf4j.sail.shacl.ast.paths
Fields in org.eclipse.rdf4j.sail.shacl.ast.paths declared as ResourceModifier and TypeFieldDescriptionprivate final ResourceAlternativePath.alternativePathId(package private) ResourcePath.idMethods in org.eclipse.rdf4j.sail.shacl.ast.paths that return ResourceMethods in org.eclipse.rdf4j.sail.shacl.ast.paths with parameters of type ResourceModifier and TypeMethodDescriptionstatic PathPath.buildPath(ShapeSource shapeSource, Resource id) AlternativePath.getAllAdded(ConnectionsGroup connectionsGroup, Resource[] dataGraph, PlanNodeWrapper planNodeWrapper) InversePath.getAllAdded(ConnectionsGroup connectionsGroup, Resource[] dataGraph, PlanNodeWrapper planNodeWrapper) OneOrMorePath.getAllAdded(ConnectionsGroup connectionsGroup, Resource[] dataGraph, PlanNodeWrapper planNodeWrapper) abstract PlanNodePath.getAllAdded(ConnectionsGroup connectionsGroup, Resource[] dataGraph, PlanNodeWrapper planNodeWrapper) Get all values added in this transaction.SequencePath.getAllAdded(ConnectionsGroup connectionsGroup, Resource[] dataGraph, PlanNodeWrapper planNodeWrapper) SimplePath.getAllAdded(ConnectionsGroup connectionsGroup, Resource[] dataGraph, PlanNodeWrapper planNodeWrapper) ZeroOrMorePath.getAllAdded(ConnectionsGroup connectionsGroup, Resource[] dataGraph, PlanNodeWrapper planNodeWrapper) ZeroOrOnePath.getAllAdded(ConnectionsGroup connectionsGroup, Resource[] dataGraph, PlanNodeWrapper planNodeWrapper) AlternativePath.getAnyAdded(ConnectionsGroup connectionsGroup, Resource[] dataGraph, PlanNodeWrapper planNodeWrapper) InversePath.getAnyAdded(ConnectionsGroup connectionsGroup, Resource[] dataGraph, PlanNodeWrapper planNodeWrapper) OneOrMorePath.getAnyAdded(ConnectionsGroup connectionsGroup, Resource[] dataGraph, PlanNodeWrapper planNodeWrapper) abstract PlanNodePath.getAnyAdded(ConnectionsGroup connectionsGroup, Resource[] dataGraph, PlanNodeWrapper planNodeWrapper) Get values added in this transaction.SequencePath.getAnyAdded(ConnectionsGroup connectionsGroup, Resource[] dataGraph, PlanNodeWrapper planNodeWrapper) SimplePath.getAnyAdded(ConnectionsGroup connectionsGroup, Resource[] dataGraph, PlanNodeWrapper planNodeWrapper) ZeroOrMorePath.getAnyAdded(ConnectionsGroup connectionsGroup, Resource[] dataGraph, PlanNodeWrapper planNodeWrapper) ZeroOrOnePath.getAnyAdded(ConnectionsGroup connectionsGroup, Resource[] dataGraph, PlanNodeWrapper planNodeWrapper) voidvoidvoidvoidvoidvoidvoidMethod parameters in org.eclipse.rdf4j.sail.shacl.ast.paths with type arguments of type ResourceModifier and TypeMethodDescriptionvoidvoidvoidvoidvoidvoidvoidConstructors in org.eclipse.rdf4j.sail.shacl.ast.paths with parameters of type ResourceModifierConstructorDescriptionAlternativePath(Resource id, Resource alternativePathId, List<Path> paths) AlternativePath(Resource id, Resource paths, ShapeSource shapeSource) InversePath(Resource id, Resource path, ShapeSource shapeSource) InversePath(Resource id, Path path) OneOrMorePath(Resource id, Resource path, ShapeSource shapeSource) OneOrMorePath(Resource id, Path path) SequencePath(Resource id, List<Path> paths) SequencePath(Resource id, ShapeSource shapeSource) ZeroOrMorePath(Resource id, Resource path, ShapeSource shapeSource) ZeroOrMorePath(Resource id, Path path) ZeroOrOnePath(Resource id, Resource path, ShapeSource shapeSource) ZeroOrOnePath(Resource id, Path path) -
Uses of Resource in org.eclipse.rdf4j.sail.shacl.ast.planNodes
Fields in org.eclipse.rdf4j.sail.shacl.ast.planNodes declared as ResourceModifier and TypeFieldDescriptionprivate static final Resource[]BulkedExternalInnerJoin.allContextprivate final Resource[]AllTargetsPlanNode.AllTargetsBindingSetMapper.contextsprivate final Resource[]ValidationTuple.contextsprivate final Resource[]BulkedExternalInnerJoin.dataGraphprivate final Resource[]BulkedExternalLeftOuterJoin.dataGraphprivate final Resource[]FilterByPredicate.dataGraphprivate final Resource[]FilterByPredicateObject.dataGraphprivate final Resource[]FilterTargetIsObject.dataGraphprivate final Resource[]FilterTargetIsSubject.dataGraphprivate final Resource[]SparqlConstraintSelect.dataGraphprivate final Resource[]UnorderedSelect.dataGraphprivate static final Resource[]ValidationTuple.NULL_CONTEXTprivate final ResourceUnorderedSelect.subjectFields in org.eclipse.rdf4j.sail.shacl.ast.planNodes with type parameters of type ResourceMethods in org.eclipse.rdf4j.sail.shacl.ast.planNodes that return ResourceMethods in org.eclipse.rdf4j.sail.shacl.ast.planNodes with parameters of type ResourceModifier and TypeMethodDescriptionstatic DatasetPlanNodeHelper.asDefaultGraphDataset(Resource[] dataGraph) private List<BindingSet> AbstractBulkJoinPlanNode.buildBindingSets(ArrayDeque<ValidationTuple> left, SailConnection connection, boolean skipBasedOnPreviousConnection, SailConnection previousStateConnection, Resource[] dataGraph) static Function<BindingSet, ValidationTuple> BulkedExternalInnerJoin.getMapper(String a, String c, ConstraintComponent.Scope scope, Resource[] dataGraph) private boolean(package private) voidAbstractBulkJoinPlanNode.runQuery(ArrayDeque<ValidationTuple> left, ArrayDeque<ValidationTuple> right, SailConnection connection, TupleExpr parsedQuery, Dataset dataset, Resource[] dataGraph, boolean skipBasedOnPreviousConnection, SailConnection previousStateConnection) Constructors in org.eclipse.rdf4j.sail.shacl.ast.planNodes with parameters of type ResourceModifierConstructorDescriptionAllTargetsBindingSetMapper(List<String> varNames, ConstraintComponent.Scope scope, boolean hasValue, Resource[] contexts) AllTargetsPlanNode(SailConnection sailConnection, Resource[] dataGraph, ArrayDeque<EffectiveTarget.EffectiveTargetFragment> chain, List<StatementMatcher.Variable<Value>> vars, ConstraintComponent.Scope scope) BindSelect(SailConnection connection, Resource[] dataGraph, SparqlFragment query, List<StatementMatcher.Variable<Value>> vars, PlanNode source, List<String> varNames, ConstraintComponent.Scope scope, int bulkSize, EffectiveTarget.Extend direction, boolean includePropertyShapeValues) BulkedExternalInnerJoin(PlanNode leftNode, SailConnection connection, Resource[] dataGraph, SparqlFragment query, boolean skipBasedOnPreviousConnection, SailConnection previousStateConnection, Function<BindingSet, ValidationTuple> mapper) BulkedExternalLeftOuterJoin(PlanNode leftNode, SailConnection connection, Resource[] dataGraph, SparqlFragment query, Function<BindingSet, ValidationTuple> mapper) ExternalFilterByQuery(SailConnection connection, Resource[] dataGraph, PlanNode parent, SparqlFragment queryFragment, StatementMatcher.Variable queryVariable, Function<ValidationTuple, Value> filterOn) FilterByPredicate(SailConnection connection, Set<IRI> filterOnPredicates, PlanNode parent, FilterByPredicate.On on, Resource[] dataGraph) FilterByPredicateObject(SailConnection connection, Resource[] dataGraph, IRI filterOnPredicate, Set<Resource> filterOnObject, PlanNode parent, boolean returnMatching, FilterByPredicateObject.FilterOn filterOn, boolean includeInferred) FilterTargetIsObject(SailConnection connection, Resource[] dataGraph, PlanNode parent) FilterTargetIsSubject(SailConnection connection, Resource[] dataGraph, PlanNode parent) Select(SailConnection connection, String query, Function<BindingSet, ValidationTuple> mapper, Resource[] dataGraph) Select(SailConnection connection, SparqlFragment queryFragment, String orderBy, Function<BindingSet, ValidationTuple> mapper, Resource[] dataGraph) SparqlConstraintSelect(SailConnection connection, PlanNode targets, String query, ConstraintComponent.Scope scope, Resource[] dataGraph, boolean produceValidationReports, SparqlConstraintComponent constraintComponent, Shape shape) UnorderedSelect(SailConnection connection, Resource subject, IRI predicate, Value object, Resource[] dataGraph, BiFunction<Statement, Resource[], ValidationTuple> mapper) ValidationTuple(List<Value> chain, ConstraintComponent.Scope scope, boolean hasValue, Resource[] contexts) privateValidationTuple(List<ValidationResult> validationResults, Value[] chain, ConstraintComponent.Scope scope, boolean propertyShapeScopeWithValue, Set<ValidationTuple> compressedTuples, Resource[] contexts) ValidationTuple(Value[] chain, ConstraintComponent.Scope scope, boolean hasValue, Resource[] contexts) ValidationTuple(Value a, Value c, ConstraintComponent.Scope scope, boolean hasValue, Resource[] contexts) ValidationTuple(Value subject, ConstraintComponent.Scope scope, boolean hasValue, Resource[] contexts) ValidationTuple(BindingSet bindingSet, String[] variables, ConstraintComponent.Scope scope, boolean hasValue, Resource[] contexts) ValidationTuple(BindingSet bindingSet, List<String> variables, ConstraintComponent.Scope scope, boolean hasValue, Resource[] contexts) ValuesBackedNode(SortedSet<Value> values, ConstraintComponent.Scope scope, Resource[] dataGraph) Constructor parameters in org.eclipse.rdf4j.sail.shacl.ast.planNodes with type arguments of type ResourceModifierConstructorDescriptionFilterByPredicateObject(SailConnection connection, Resource[] dataGraph, IRI filterOnPredicate, Set<Resource> filterOnObject, PlanNode parent, boolean returnMatching, FilterByPredicateObject.FilterOn filterOn, boolean includeInferred) -
Uses of Resource in org.eclipse.rdf4j.sail.shacl.ast.targets
Fields in org.eclipse.rdf4j.sail.shacl.ast.targets declared as ResourceModifier and TypeFieldDescriptionprivate final Resource[]EffectiveTarget.ActiveTargetTupleMapper.dataGraphprivate final Resource[]TargetChainRetriever.dataGraphprivate final ResourceDashAllObjects.idprivate final ResourceDashAllSubjects.idprivate final ResourceSparqlTarget.idprivate final Resource[]TargetNode.sourceContextsFields in org.eclipse.rdf4j.sail.shacl.ast.targets with type parameters of type ResourceMethods in org.eclipse.rdf4j.sail.shacl.ast.targets with parameters of type ResourceModifier and TypeMethodDescriptionbooleanEffectiveTarget.couldMatch(ConnectionsGroup connectionsGroup, Resource[] dataGraph) EffectiveTarget.extend(PlanNode source, ConnectionsGroup connectionsGroup, Resource[] dataGraph, ConstraintComponent.Scope scope, EffectiveTarget.Extend direction, boolean includePropertyShapeValues, Function<PlanNode, PlanNode> filter) DashAllObjects.getAdded(ConnectionsGroup connectionsGroup, Resource[] dataGraph, ConstraintComponent.Scope scope) DashAllSubjects.getAdded(ConnectionsGroup connectionsGroup, Resource[] dataGraph, ConstraintComponent.Scope scope) RSXTargetShape.getAdded(ConnectionsGroup connectionsGroup, Resource[] dataGraph, ConstraintComponent.Scope scope) SparqlTarget.getAdded(ConnectionsGroup connectionsGroup, Resource[] dataGraph, ConstraintComponent.Scope scope) abstract PlanNodeTarget.getAdded(ConnectionsGroup connectionsGroup, Resource[] dataGraph, ConstraintComponent.Scope scope) TargetClass.getAdded(ConnectionsGroup connectionsGroup, Resource[] dataGraph, ConstraintComponent.Scope scope) TargetNode.getAdded(ConnectionsGroup connectionsGroup, Resource[] dataGraph, ConstraintComponent.Scope scope) TargetObjectsOf.getAdded(ConnectionsGroup connectionsGroup, Resource[] dataGraph, ConstraintComponent.Scope scope) TargetSubjectsOf.getAdded(ConnectionsGroup connectionsGroup, Resource[] dataGraph, ConstraintComponent.Scope scope) private PlanNodeDashAllObjects.getAddedRemovedInner(SailConnection connection, Resource[] dataGraph, ConstraintComponent.Scope scope) private PlanNodeDashAllSubjects.getAddedRemovedInner(SailConnection connection, Resource[] dataGraph, ConstraintComponent.Scope scope) private PlanNodeRSXTargetShape.getAddedRemovedInner(ConnectionsGroup connectionsGroup, Resource[] dataGraph, ConstraintComponent.Scope scope) private PlanNodeTargetClass.getAddedRemovedInner(SailConnection connection, Resource[] dataGraph, ConstraintComponent.Scope scope) private PlanNodeTargetObjectsOf.getAddedRemovedInner(SailConnection connection, Resource[] dataGraph, ConstraintComponent.Scope scope) private PlanNodeTargetSubjectsOf.getAddedRemovedInner(SailConnection connection, Resource[] dataGraph, ConstraintComponent.Scope scope) EffectiveTarget.getAllTargets(ConnectionsGroup connectionsGroup, Resource[] dataGraph, ConstraintComponent.Scope scope) EffectiveTarget.getPlanNode(ConnectionsGroup connectionsGroup, Resource[] dataGraph, ConstraintComponent.Scope scope, boolean includeTargetsAffectedByRemoval, Function<PlanNode, PlanNode> filter) EffectiveTarget.EffectiveTargetFragment.getRoot(ConnectionsGroup connectionsGroup, Resource[] dataGraph, StatementMatcher currentStatementMatcher, Statement currentStatement) DashAllObjects.getTargetFilter(ConnectionsGroup connectionsGroup, Resource[] dataGraph, PlanNode parent) DashAllSubjects.getTargetFilter(ConnectionsGroup connectionsGroup, Resource[] dataGraph, PlanNode parent) EffectiveTarget.getTargetFilter(ConnectionsGroup connectionsGroup, Resource[] dataGraph, PlanNode parent) RSXTargetShape.getTargetFilter(ConnectionsGroup connectionsGroup, Resource[] dataGraph, PlanNode parent) SparqlTarget.getTargetFilter(ConnectionsGroup connectionsGroup, Resource[] dataGraph, PlanNode parent) abstract PlanNodeTarget.getTargetFilter(ConnectionsGroup connectionsGroup, Resource[] dataGraph, PlanNode parent) TargetClass.getTargetFilter(ConnectionsGroup connectionsGroup, Resource[] dataGraph, PlanNode parent) TargetNode.getTargetFilter(ConnectionsGroup connectionsGroup, Resource[] dataGraph, PlanNode parent) TargetObjectsOf.getTargetFilter(ConnectionsGroup connectionsGroup, Resource[] dataGraph, PlanNode parent) TargetSubjectsOf.getTargetFilter(ConnectionsGroup connectionsGroup, Resource[] dataGraph, PlanNode parent) voidvoidvoidvoidvoidvoidvoidvoidTargetSubjectsOf.toModel(Resource subject, IRI predicate, Model model, Set<Resource> cycleDetection) Method parameters in org.eclipse.rdf4j.sail.shacl.ast.targets with type arguments of type ResourceModifier and TypeMethodDescriptionvoidvoidvoidvoidvoidvoidvoidvoidTargetSubjectsOf.toModel(Resource subject, IRI predicate, Model model, Set<Resource> cycleDetection) Constructors in org.eclipse.rdf4j.sail.shacl.ast.targets with parameters of type ResourceModifierConstructorDescriptionActiveTargetTupleMapper(ConstraintComponent.Scope scope, boolean includePropertyShapeValues, Resource[] dataGraph) RSXTargetShape(Resource targetShape, ShapeSource shapeSource, Shape.ParseSettings parseSettings) SparqlTarget(Resource id, ShapeSource shapeSource) TargetChainRetriever(ConnectionsGroup connectionsGroup, Resource[] dataGraph, List<StatementMatcher> statementMatchers, List<StatementMatcher> removedStatementMatchers, EffectiveTarget.EffectiveTargetFragment removedStatementTarget, SparqlFragment queryFragment, List<StatementMatcher.Variable<Value>> vars, ConstraintComponent.Scope scope, boolean hasValue) TargetNode(TreeSet<Value> targetNodes, Resource[] sourceContexts) Constructor parameters in org.eclipse.rdf4j.sail.shacl.ast.targets with type arguments of type Resource -
Uses of Resource in org.eclipse.rdf4j.sail.shacl.config
Methods in org.eclipse.rdf4j.sail.shacl.config that return ResourceMethods in org.eclipse.rdf4j.sail.shacl.config with parameters of type Resource -
Uses of Resource in org.eclipse.rdf4j.sail.shacl.results
Fields in org.eclipse.rdf4j.sail.shacl.results declared as ResourceModifier and TypeFieldDescriptionprivate final Resource[]ValidationResult.dataGraphsDeprecated.protected ResourceValidationReport.idDeprecated.private ResourceValidationResult.idDeprecated.private final Resource[]ValidationResult.shapesGraphsDeprecated.Methods in org.eclipse.rdf4j.sail.shacl.results that return ResourceModifier and TypeMethodDescriptionprotected Resource[]ValidationResult.getDataGraphs()Deprecated.final ResourceValidationReport.getId()Deprecated.final ResourceValidationResult.getId()Deprecated.protected Resource[]ValidationResult.getShapesGraphs()Deprecated.Methods in org.eclipse.rdf4j.sail.shacl.results that return types with arguments of type ResourceMethods in org.eclipse.rdf4j.sail.shacl.results with parameters of type ResourceMethod parameters in org.eclipse.rdf4j.sail.shacl.results with type arguments of type ResourceModifier and TypeMethodDescriptionDeprecated.Constructors in org.eclipse.rdf4j.sail.shacl.results with parameters of type ResourceModifierConstructorDescriptionValidationResult(Value focusNode, Value value, Shape shape, ConstraintComponent sourceConstraint, Severity severity, ConstraintComponent.Scope scope, Resource[] dataGraphs, Resource[] shapesGraphs) Deprecated. -
Uses of Resource in org.eclipse.rdf4j.sail.shacl.wrapper.data
Fields in org.eclipse.rdf4j.sail.shacl.wrapper.data with type parameters of type ResourceModifier and TypeFieldDescriptionRdfsSubClassOfReasoner.backwardsChainCacheRdfsSubClassOfReasoner.backwardsChainCacheRdfsSubClassOfReasoner.forwardChainCacheRdfsSubClassOfReasoner.forwardChainCacheprivate final Collection<Resource> RdfsSubClassOfReasoner.typesMethods in org.eclipse.rdf4j.sail.shacl.wrapper.data that return types with arguments of type ResourceMethods in org.eclipse.rdf4j.sail.shacl.wrapper.data with parameters of type ResourceModifier and TypeMethodDescriptionRdfsSubClassOfReasoner.backwardsChain(Resource type) CloseableIteration<? extends Statement, SailException> VerySimpleRdfsBackwardsChainingConnection.getStatements(Resource subj, IRI pred, Value obj, boolean includeInferred, Resource... contexts) booleanVerySimpleRdfsBackwardsChainingConnection.hasStatement(Resource subj, IRI pred, Value obj, boolean includeInferred, Resource... contexts) Method parameters in org.eclipse.rdf4j.sail.shacl.wrapper.data with type arguments of type ResourceModifier and TypeMethodDescriptionprivate voidRdfsSubClassOfReasoner.forwardChainUntilFixPoint(Map<Resource, Set<Resource>> forwardChainCache) private voidRdfsSubClassOfReasoner.forwardChainUntilFixPoint(Map<Resource, Set<Resource>> forwardChainCache) -
Uses of Resource in org.eclipse.rdf4j.sail.shacl.wrapper.shape
Fields in org.eclipse.rdf4j.sail.shacl.wrapper.shape declared as ResourceModifier and TypeFieldDescriptionprivate static final Resource[]ShapeSource.ShapesGraph.allContextprivate final Resource[]BackwardChainingShapeSource.contextprivate final Resource[]CombinedShapeSource.contextprivate final Resource[]Rdf4jShaclShapeGraphShapeSource.contextprivate final Resource[]RepositoryConnectionShapeSource.contextprivate final Resource[]SailConnectionShapeSource.contextprivate final Resource[]ShapeSource.ShapesGraph.dataGraphprivate final Resource[]ShapeSource.ShapesGraph.shapesGraphMethods in org.eclipse.rdf4j.sail.shacl.wrapper.shape that return ResourceModifier and TypeMethodDescriptionResource[]BackwardChainingShapeSource.getActiveContexts()Resource[]CombinedShapeSource.getActiveContexts()Resource[]Rdf4jShaclShapeGraphShapeSource.getActiveContexts()Resource[]RepositoryConnectionShapeSource.getActiveContexts()Resource[]SailConnectionShapeSource.getActiveContexts()Resource[]ShapeSource.getActiveContexts()Resource[]ShapeSource.ShapesGraph.getDataGraph()BackwardChainingShapeSource.getRdfRest(Resource subject) CombinedShapeSource.getRdfRest(Resource subject) Rdf4jShaclShapeGraphShapeSource.getRdfRest(Resource subject) RepositoryConnectionShapeSource.getRdfRest(Resource subject) SailConnectionShapeSource.getRdfRest(Resource subject) ShapeSource.getRdfRest(Resource subject) (package private) static ResourceShapeSourceHelper.getRdfRest(RepositoryConnection connection, Resource subject, Resource[] context) (package private) static ResourceShapeSourceHelper.getRdfRest(SailConnection connection, Resource subject, Resource[] context) Resource[]ShapeSource.ShapesGraph.getShapesGraph()private static ResourceShapeSource.ShapesGraph.handleDefaultGraph(Resource graph) Methods in org.eclipse.rdf4j.sail.shacl.wrapper.shape that return types with arguments of type ResourceModifier and TypeMethodDescriptionSailConnectionShapeSource.getContext(ShapeSource.Predicates predicate) BackwardChainingShapeSource.getSubjects(ShapeSource.Predicates predicate) CombinedShapeSource.getSubjects(ShapeSource.Predicates predicate) Rdf4jShaclShapeGraphShapeSource.getSubjects(ShapeSource.Predicates predicate) RepositoryConnectionShapeSource.getSubjects(ShapeSource.Predicates predicate) SailConnectionShapeSource.getSubjects(ShapeSource.Predicates predicate) ShapeSource.getSubjects(ShapeSource.Predicates predicate) BackwardChainingShapeSource.getTargetableShape()CombinedShapeSource.getTargetableShape()Rdf4jShaclShapeGraphShapeSource.getTargetableShape()RepositoryConnectionShapeSource.getTargetableShape()SailConnectionShapeSource.getTargetableShape()ShapeSource.getTargetableShape()Methods in org.eclipse.rdf4j.sail.shacl.wrapper.shape with parameters of type ResourceModifier and TypeMethodDescriptionBackwardChainingShapeSource.getAllStatements(Resource id) CombinedShapeSource.getAllStatements(Resource id) Rdf4jShaclShapeGraphShapeSource.getAllStatements(Resource id) RepositoryConnectionShapeSource.getAllStatements(Resource id) SailConnectionShapeSource.getAllStatements(Resource id) ShapeSource.getAllStatements(Resource id) (package private) static ValueShapeSourceHelper.getFirst(RepositoryConnection connection, Resource subject, Resource[] context) (package private) static ValueShapeSourceHelper.getFirst(SailConnection connection, Resource subject, Resource[] context) BackwardChainingShapeSource.getObjects(Resource subject, ShapeSource.Predicates predicate) CombinedShapeSource.getObjects(Resource subject, ShapeSource.Predicates predicate) Rdf4jShaclShapeGraphShapeSource.getObjects(Resource subject, ShapeSource.Predicates predicate) RepositoryConnectionShapeSource.getObjects(Resource subject, ShapeSource.Predicates predicate) SailConnectionShapeSource.getObjects(Resource subject, ShapeSource.Predicates predicate) ShapeSource.getObjects(Resource subject, ShapeSource.Predicates predicate) BackwardChainingShapeSource.getRdfFirst(Resource subject) CombinedShapeSource.getRdfFirst(Resource subject) Rdf4jShaclShapeGraphShapeSource.getRdfFirst(Resource subject) RepositoryConnectionShapeSource.getRdfFirst(Resource subject) SailConnectionShapeSource.getRdfFirst(Resource subject) ShapeSource.getRdfFirst(Resource subject) BackwardChainingShapeSource.getRdfRest(Resource subject) CombinedShapeSource.getRdfRest(Resource subject) Rdf4jShaclShapeGraphShapeSource.getRdfRest(Resource subject) RepositoryConnectionShapeSource.getRdfRest(Resource subject) SailConnectionShapeSource.getRdfRest(Resource subject) ShapeSource.getRdfRest(Resource subject) (package private) static ResourceShapeSourceHelper.getRdfRest(RepositoryConnection connection, Resource subject, Resource[] context) (package private) static ResourceShapeSourceHelper.getRdfRest(SailConnection connection, Resource subject, Resource[] context) static Stream<ShapeSource.ShapesGraph> ShapeSource.getRsxDataAndShapesGraphLink(RepositoryConnection connection, Resource[] context) static Stream<ShapeSource.ShapesGraph> ShapeSource.getRsxDataAndShapesGraphLink(SailConnection connection, Resource[] context) private static ResourceShapeSource.ShapesGraph.handleDefaultGraph(Resource graph) private booleanBackwardChainingShapeSource.isNodeShapeOrPropertyShape(Resource id) booleanbooleanbooleanbooleanbooleanbooleanBackwardChainingShapeSource.withContext(Resource[] context) CombinedShapeSource.withContext(Resource[] context) Rdf4jShaclShapeGraphShapeSource.withContext(Resource[] context) RepositoryConnectionShapeSource.withContext(Resource[] context) SailConnectionShapeSource.withContext(Resource[] context) ShapeSource.withContext(Resource[] context) Constructors in org.eclipse.rdf4j.sail.shacl.wrapper.shape with parameters of type ResourceModifierConstructorDescriptionprivateBackwardChainingShapeSource(SailConnection connection, Resource[] context) privateCombinedShapeSource(RepositoryConnection shapesForForwardChainingConnection, SailConnection sailConnection, Resource[] context) privateCombinedShapeSource(SailConnection shapesForForwardChainingConnection, SailConnection sailConnection, Resource[] context) privateCombinedShapeSource(Rdf4jShaclShapeGraphShapeSource rdf4jShapesGraph, BackwardChainingShapeSource baseSail, Resource[] context) privateRdf4jShaclShapeGraphShapeSource(Repository repository, RepositoryConnection connection, Resource[] context) privateRepositoryConnectionShapeSource(RepositoryConnection connection, Resource[] context) privateSailConnectionShapeSource(SailConnection connection, Resource[] context) ShapesGraph(Resource dataGraph, List<? extends Statement> shapesGraph) Constructor parameters in org.eclipse.rdf4j.sail.shacl.wrapper.shape with type arguments of type Resource -
Uses of Resource in org.eclipse.rdf4j.sparqlbuilder.graphpattern
Methods in org.eclipse.rdf4j.sparqlbuilder.graphpattern with parameters of type ResourceModifier and TypeMethodDescriptionstatic TriplePatternstatic TriplePatternCreate a triple pattern with the given subject, predicate, and object(s)static TriplePatternGraphPatterns.tp(Resource subject, RdfPredicate predicate, Value... objects) static TriplePatternGraphPatterns.tp(Resource subject, RdfPredicate predicate, RdfObject... objects) Create a triple pattern with the given subject, predicate, and object(s) -
Uses of Resource in org.eclipse.rdf4j.spin
Fields in org.eclipse.rdf4j.spin declared as ResourceModifier and TypeFieldDescription(package private) ResourceSpinRenderer.ListContext.list(package private) ResourceSpinRenderer.SpinVisitor.list(package private) ResourceSpinRenderer.ListContext.subject(package private) ResourceSpinRenderer.SpinVisitor.subjectFields in org.eclipse.rdf4j.spin with type parameters of type ResourceMethods in org.eclipse.rdf4j.spin that return ResourceMethods in org.eclipse.rdf4j.spin with parameters of type ResourceModifier and TypeMethodDescriptionprivate intSpinParser.getMaxIterationCount(Resource ruleProp, TripleSource store) SpinParser.getNextRules(Resource ruleProp, TripleSource store) private StringSpinParser.SpinVisitor.getVarName(Resource r) booleanSpinParser.isThisUnbound(Resource subj, TripleSource store) (package private) SpinRenderer.ListContextprivate voidSpinRenderer.SpinVisitor.nextListEntry(Resource nextEntry) protected ParsedOperationSpinParser.parse(Resource queryResource, IRI queryClass, TripleSource store) SpinParser.parse(Resource queryResource, TripleSource store) SpinParser.parseAskQuery(Resource queryResource, TripleSource store) SpinParser.parseConstraintViolation(Resource subj, TripleSource store) SpinParser.parseConstructQuery(Resource queryResource, TripleSource store) SpinParser.parseDescribeQuery(Resource queryResource, TripleSource store) SpinParser.parseQuery(Resource queryResource, TripleSource store) private ParsedOperationSpinParser.parseRDF(Resource queryResource, IRI queryType, TripleSource store) SpinParser.parseSelectQuery(Resource queryResource, TripleSource store) private ParsedOperationSpinParser.parseText(Resource queryResource, IRI queryType, TripleSource store) SpinParser.parseUpdate(Resource queryResource, TripleSource store) private ValueExprSpinParser.SpinVisitor.toValueExpr(Resource r, IRI func) voidprivate voidvoidSpinParser.SpinVisitor.visitClear(Resource query) voidSpinParser.SpinVisitor.visitConstruct(Resource construct) voidSpinParser.SpinVisitor.visitCreate(Resource query) private voidSpinParser.SpinVisitor.visitDelete(Resource delete) voidSpinParser.SpinVisitor.visitDeleteData(Resource query) voidSpinParser.SpinVisitor.visitDeleteWhere(Resource query) voidSpinParser.SpinVisitor.visitDescribe(Resource describe) private voidSpinParser.SpinVisitor.visitFilter(Resource r) private voidSpinParser.SpinVisitor.visitGroupBy(Resource groupby) SpinParser.SpinVisitor.visitGroupGraphPattern(Resource group) private TupleExprSpinParser.SpinVisitor.visitHaving(Resource having) private voidSpinParser.SpinVisitor.visitInsert(Resource insert) voidSpinParser.SpinVisitor.visitInsertData(Resource query) voidvoidSpinParser.SpinVisitor.visitModify(Resource query) private OrderSpinParser.SpinVisitor.visitOrderBy(Resource orderby) private OrderElemSpinParser.SpinVisitor.visitOrderByCondition(Resource r) private voidSpinParser.SpinVisitor.visitPattern(Resource r, Set<IRI> types, TupleExpr currentGroupExpr) private ProjectionElemSpinParser.SpinVisitor.visitResultNode(Resource r) private ProjectionSpinParser.SpinVisitor.visitResultNodes(Resource resultNodes) private ProjectionElemSpinParser.SpinVisitor.visitResultVariable(Resource r, Map<String, ProjectionElem> previousProjElems) private ProjectionSpinParser.SpinVisitor.visitResultVariables(Resource resultVars, Map<String, ProjectionElem> previousProjElems) voidSpinParser.SpinVisitor.visitSelect(Resource select) private ProjectionElemListSpinParser.SpinVisitor.visitTemplate(Resource r) private UnaryTupleOperatorSpinParser.SpinVisitor.visitTemplates(Resource templates) SpinParser.SpinVisitor.visitWhere(Resource query) Constructors in org.eclipse.rdf4j.spin with parameters of type ResourceModifierConstructorDescription(package private)AskVisitor(RDFHandler handler, Resource list, Dataset dataset) (package private)ConstructVisitor(RDFHandler handler, Resource subject, Dataset dataset) (package private)DescribeVisitor(RDFHandler handler, Resource subject, Dataset dataset) (package private)ListContext(Resource list, Resource subject) (package private)SpinVisitor(RDFHandler handler, Resource list, Resource subject, Dataset dataset) -
Uses of Resource in org.eclipse.rdf4j.spin.function
Methods in org.eclipse.rdf4j.spin.function with parameters of type ResourceModifier and TypeMethodDescriptionprivate booleanEvalFunction.isQuery(Resource r, TripleSource store)
Statements.statement(Triple, Resource)instead