Uses of Interface
org.eclipse.rdf4j.model.Model
-
-
Uses of Model in org.eclipse.rdf4j.common.exception
Methods in org.eclipse.rdf4j.common.exception that return Model Modifier and Type Method Description ModelValidationException. validationReportAsModel() -
Uses of Model in org.eclipse.rdf4j.http.client.shacl
Fields in org.eclipse.rdf4j.http.client.shacl declared as Model Modifier and Type Field Description (package private) ModelRemoteValidation. modelMethods in org.eclipse.rdf4j.http.client.shacl that return Model Modifier and Type Method Description (package private) ModelRemoteValidation. asModel()ModelRemoteShaclValidationException. validationReportAsModel() -
Uses of Model in org.eclipse.rdf4j.model
Methods in org.eclipse.rdf4j.model that return Model Modifier and Type Method Description ModelModelFactory. createEmptyModel()ModelModel. filter(Resource subj, IRI pred, Value obj, Resource... contexts)Returns a filtered view of the statements with the specified subject, predicate, object and (optionally) context.ModelModel. unmodifiable()Returns an unmodifiable view of this model. -
Uses of Model in org.eclipse.rdf4j.model.impl
Classes in org.eclipse.rdf4j.model.impl that implement Model Modifier and Type Class Description classAbstractModelProvides basic operations that are common to all Models.classDynamicModelA LinkedHashModel or a TreeModel achieves fast data access at the cost of higher indexing time.classEmptyModelBlocks access to the statements of the model, allowing only changes to the model's namespaces.classFilteredModelApplies a basic graph pattern filter to what triples can be see.classLinkedHashModelHash table based implementation of theModelinterface.classTreeModelA Red-Black tree basedModelimplementation.(package private) classUnmodifiableModelA Model wrapper that prevents modification to the underlying model.Fields in org.eclipse.rdf4j.model.impl declared as Model Modifier and Type Field Description private ModelDynamicModel. modelprivate ModelEmptyModel. modelprivate ModelFilteredModel. modelprivate ModelUnmodifiableModel. modelMethods in org.eclipse.rdf4j.model.impl that return Model Modifier and Type Method Description ModelDynamicModel. filter(Resource subj, IRI pred, Value obj, Resource... contexts)ModelEmptyModel. filter(Resource subj, IRI pred, Value obj, Resource... contexts)ModelFilteredModel. filter(Resource s, IRI p, Value o, Resource... c)ModelLinkedHashModel. filter(Resource subj, IRI pred, Value obj, Resource... contexts)ModelTreeModel. filter(Resource subj, IRI pred, Value obj, Resource... contexts)ModelUnmodifiableModel. filter(Resource subj, IRI pred, Value obj, Resource... contexts)ModelAbstractModel. unmodifiable()ModelDynamicModel. unmodifiable()Constructors in org.eclipse.rdf4j.model.impl with parameters of type Model Constructor Description EmptyModel(Model model)LinkedHashModel(Model model)TreeModel(Model model)UnmodifiableModel(Model delegate) -
Uses of Model in org.eclipse.rdf4j.model.util
Classes in org.eclipse.rdf4j.model.util that implement Model Modifier and Type Class Description (package private) classSynchronizedModelFields in org.eclipse.rdf4j.model.util declared as Model Modifier and Type Field Description private ModelSynchronizedModel. delegateprivate ModelModelBuilder. modelMethods in org.eclipse.rdf4j.model.util that return Model Modifier and Type Method Description ModelModelBuilder. build()Return the createdModelstatic ModelModels. convertRDFStarToReification(Model model)Converts the statements in the supplied RDF-star model to a new RDF model using reification.static ModelModels. convertRDFStarToReification(ValueFactory vf, Model model)Converts the statements in supplied RDF-star model to a new RDF model using reificiation.static ModelModels. convertRDFStarToReification(ValueFactory vf, Model model, ModelFactory modelFactory)Converts the statements in supplied RDF-star model to a new RDF model using reificiation.static ModelModels. convertReificationToRDFStar(Model model)Converts the supplied RDF reification model to a new RDF-star model.static ModelModels. convertReificationToRDFStar(ValueFactory vf, Model model)Converts the statements in supplied RDF reification model to a new RDF-star model.static ModelModels. convertReificationToRDFStar(ValueFactory vf, Model model, ModelFactory modelFactory)Converts the statements in supplied RDF reification model to a new RDF-star model.ModelSynchronizedModel. filter(Resource subj, IRI pred, Value obj, Resource... contexts)protected static ModelGraphComparisons. isoCanonicalize(Model m)private static ModelGraphComparisons. labelModel(Model original, java.util.Map<BNode,com.google.common.hash.HashCode> hash)static ModelModels. setProperty(Model m, Resource subject, IRI property, Value value, Resource... contexts)Sets the property value for the given subject to the given object value, replacing any existing value(s) for the subject's property.static ModelModels. stripContexts(Model model, Resource... contexts)Strips contexts from the input model.static ModelModels. synchronizedModel(Model toSynchronize)Make a model thread-safe by synchronizing all its methods.private static ModelModels. toModel(java.lang.Iterable<? extends Statement> iterable)ModelSynchronizedModel. unmodifiable()Methods in org.eclipse.rdf4j.model.util that return types with arguments of type Model Modifier and Type Method Description java.util.function.BiConsumer<Model,Statement>ModelCollector. accumulator()java.util.function.BinaryOperator<Model>ModelCollector. combiner()java.util.function.Function<Model,Model>ModelCollector. finisher()java.util.function.Function<Model,Model>ModelCollector. finisher()java.util.function.Supplier<Model>ModelCollector. supplier()Methods in org.eclipse.rdf4j.model.util with parameters of type Model Modifier and Type Method Description static <C extends java.util.Collection<Value>>
CRDFCollections. asValues(Model m, Resource head, C collection, Resource... contexts)Converts an RDF Collection to a JavaCollectionofValueobjects.static voidRDFCollections. consumeValues(Model m, Resource head, java.util.function.Consumer<Value> consumer, Resource... contexts)static voidRDFContainers. consumeValues(Model m, Resource container, IRI containerType, java.util.function.Consumer<Value> consumer, Resource... contexts)static ModelModels. convertRDFStarToReification(Model model)Converts the statements in the supplied RDF-star model to a new RDF model using reification.static voidModels. convertRDFStarToReification(Model model, java.util.function.Consumer<Statement> consumer)Converts the supplied RDF-star model to RDF reification statements.static ModelModels. convertRDFStarToReification(ValueFactory vf, Model model)Converts the statements in supplied RDF-star model to a new RDF model using reificiation.static voidModels. convertRDFStarToReification(ValueFactory vf, Model model, java.util.function.Consumer<Statement> consumer)Converts the supplied RDF-star model to RDF reification statements.static ModelModels. convertRDFStarToReification(ValueFactory vf, Model model, ModelFactory modelFactory)Converts the statements in supplied RDF-star model to a new RDF model using reificiation.static ModelModels. convertReificationToRDFStar(Model model)Converts the supplied RDF reification model to a new RDF-star model.static voidModels. convertReificationToRDFStar(Model model, java.util.function.Consumer<Statement> consumer)Converts the supplied RDF reification model to RDF-star statements.static ModelModels. convertReificationToRDFStar(ValueFactory vf, Model model)Converts the statements in supplied RDF reification model to a new RDF-star model.static voidModels. convertReificationToRDFStar(ValueFactory vf, Model model, java.util.function.Consumer<Statement> consumer)Converts the supplied RDF reification model to RDF-star statements.static ModelModels. convertReificationToRDFStar(ValueFactory vf, Model model, ModelFactory modelFactory)Converts the statements in supplied RDF reification model to a new RDF-star model.private static java.util.Map<BNode,com.google.common.hash.HashCode>GraphComparisons. distinguish(Model m, GraphComparisons.Partitioning partitioning, java.util.Map<BNode,com.google.common.hash.HashCode> lowestFound, java.util.List<BNode> parentFixpoints, java.util.List<java.util.Map<BNode,com.google.common.hash.HashCode>> finePartitionMappings)static voidRDFCollections. extract(Model sourceModel, Resource head, java.util.function.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 voidRDFContainers. extract(IRI containerType, Model sourceModel, Resource container, java.util.function.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.private static java.util.List<Statement>Models. findMatchingStatements(Statement st, Model model, java.util.Map<Resource,Resource> bNodeMapping)protected static java.util.Set<BNode>GraphComparisons. getBlankNodes(Model m)static <C extends java.util.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 java.util.Collection<Statement>>
CRDFContainers. getContainer(IRI containerType, Model sourceModel, Resource container, C sink, Resource... contexts)static java.util.Optional<IRI>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 .protected static java.util.Map<BNode,com.google.common.hash.HashCode>GraphComparisons. getIsoCanonicalMapping(Model m)static java.util.Optional<Literal>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 .static java.util.Set<Value>Models. getProperties(Model m, Resource subject, IRI property, Resource... contexts)Retrieve all property values for the supplied subject and property from the given model.static java.util.Optional<Value>Models. getProperty(Model m, Resource subject, IRI property, Resource... contexts)Retrieve a property value for the supplied subject from the given model.static java.util.Optional<IRI>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.static java.util.Set<IRI>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.static java.util.Optional<Literal>Models. getPropertyLiteral(Model m, Resource subject, IRI property, Resource... contexts)Retrieve a property value as aLiteralfor the supplied subject from the given model.static java.util.Set<Literal>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.static java.util.Optional<Resource>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.static java.util.Set<Resource>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.static java.util.Optional<java.lang.String>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.static java.util.Set<java.lang.String>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.static java.util.Set<Value>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.static java.util.Optional<Resource>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 .protected static GraphComparisons.PartitioningGraphComparisons. hashBNodes(Model m)private static GraphComparisons.PartitioningGraphComparisons. hashBNodes(Model m, GraphComparisons.Partitioning partitioning)protected static ModelGraphComparisons. isoCanonicalize(Model m)static booleanGraphComparisons. isomorphic(Model model1, Model model2)Compares two RDF models, and returns true if they consist of isomorphic graphs and the isomorphic graph identifiers map 1:1 to each other.private static booleanGraphComparisons. isomorphicSingleContext(Model model1, Model model2)private static booleanModels. isSubsetInternal(java.util.Set<Statement> model1, Model model2)private static ModelGraphComparisons. labelModel(Model original, java.util.Map<BNode,com.google.common.hash.HashCode> hash)private static booleanModels. matchModels(java.util.List<? extends Statement> model1, Model model2)A recursive method for finding a complete mapping between blank nodes in model1 and blank nodes in model2.private static booleanModels. matchModels(java.util.Set<Statement> model1, Model model2)static java.util.Optional<Value>Models. object(Model m)Retrieves an objectValuefrom the statements in the given model.static java.util.Optional<IRI>Models. objectIRI(Model m)Retrieves an objectIRIvalue from the supplied statements in the given model.static java.util.Set<IRI>Models. objectIRIs(Model m)Retrieves all objectIRIvalues from the statements in the given model.static java.util.Optional<Literal>Models. objectLiteral(Model m)Retrieves an objectLiteralvalue from the statements in the given model.static java.util.Set<Literal>Models. objectLiterals(Model m)Retrieves all objectLiteralvalues from the statements in the given model.static java.util.Optional<Resource>Models. objectResource(Model m)Retrieves an objectResourcevalue from the statements in the given model.static java.util.Set<Resource>Models. objectResources(Model m)Retrieves all objectResourcevalues from the supplied model.static java.util.Optional<java.lang.String>Models. objectString(Model m)Retrieves an object value as a String from the statements in the given model.static java.util.Set<java.lang.String>Models. objectStrings(Model m)Retrieves all object String values from the statements in the given model.static java.util.Optional<IRI>Models. predicate(Model m)Retrieves a predicate from the statements in the given model.static ModelModels. setProperty(Model m, Resource subject, IRI property, Value value, Resource... contexts)Sets the property value for the given subject to the given object value, replacing any existing value(s) for the subject's property.static ModelModels. stripContexts(Model model, Resource... contexts)Strips contexts from the input model.static java.util.Optional<Resource>Models. subject(Model m)Retrieves a subjectResourcefrom the statements in the given model.static java.util.Optional<BNode>Models. subjectBNode(Model m)Retrieves a subjectBNodefrom the statements in the given model.static java.util.Set<BNode>Models. subjectBNodes(Model m)Retrieves all subjectBNodes from the statements in the given model.static java.util.Optional<IRI>Models. subjectIRI(Model m)Retrieves a subjectIRIfrom the statements in the given model.static java.util.Set<IRI>Models. subjectIRIs(Model m)Retrieves all subjectIRIs from the statements in the given model.static ModelModels. synchronizedModel(Model toSynchronize)Make a model thread-safe by synchronizing all its methods.static <C extends java.util.Collection<Value>>
CRDFContainers. toValues(IRI containerType, Model m, Resource container, C collection, Resource... contexts)Converts an RDF Containter to a JavaCollectionofValueobjects.Constructors in org.eclipse.rdf4j.model.util with parameters of type Model Constructor Description ModelBuilder(Model model)Create a newModelBuilderwhich will append to the suppliedModel.SynchronizedModel(Model delegate) -
Uses of Model in org.eclipse.rdf4j.query
Methods in org.eclipse.rdf4j.query that return Model Modifier and Type Method Description static ModelQueryResults. asModel(CloseableIteration<? extends Statement,? extends RDF4JException> iteration)Get aModelcontaining all elements obtained from the specified query result.static ModelQueryResults. asModel(CloseableIteration<? extends Statement,? extends RDF4JException> iteration, ModelFactory modelFactory)Get aModelcontaining all elements obtained from the specified query result. -
Uses of Model in org.eclipse.rdf4j.query.dawg
Fields in org.eclipse.rdf4j.query.dawg declared as Model Modifier and Type Field Description private ModelDAWGTestBooleanParser. graphprivate ModelDAWGTestResultSetParser. graphMethods in org.eclipse.rdf4j.query.dawg that return Model Modifier and Type Method Description static ModelDAWGTestResultSetUtil. toGraph(TupleQueryResult tqr) -
Uses of Model in org.eclipse.rdf4j.repository.config
Methods in org.eclipse.rdf4j.repository.config that return Model Modifier and Type Method Description static ModelRepositoryConfigUtil. getRepositoryConfigModel(Model model, java.lang.String repositoryID)Methods in org.eclipse.rdf4j.repository.config with parameters of type Model Modifier and Type Method Description static RepositoryImplConfigAbstractRepositoryImplConfig. create(Model model, Resource resource)Utility method to create a newRepositoryImplConfigby reading data from the suppliedModel.static RepositoryConfigRepositoryConfig. create(Model model, Resource repositoryNode)Creates a newRepositoryConfigobject and initializes it by supplying themodelandrepositoryNodeto itsparsemethod.ResourceAbstractDelegatingRepositoryImplConfig. export(Model model)ResourceAbstractRepositoryImplConfig. export(Model model)voidRepositoryConfig. export(Model model)Deprecated.voidRepositoryConfig. export(Model model, Resource repositoryNode)Exports the configuration into RDF using the given repositoryNodeResourceRepositoryImplConfig. export(Model model)Export thisRepositoryImplConfigto its RDF representationprivate static StatementRepositoryConfigUtil. getIDStatement(Model model, java.lang.String repositoryID)static RepositoryConfigRepositoryConfigUtil. getRepositoryConfig(Model model, java.lang.String repositoryID)static ModelRepositoryConfigUtil. getRepositoryConfigModel(Model model, java.lang.String repositoryID)static java.util.Set<java.lang.String>RepositoryConfigUtil. getRepositoryIDs(Model model)voidAbstractDelegatingRepositoryImplConfig. parse(Model model, Resource resource)voidAbstractRepositoryImplConfig. parse(Model model, Resource resource)voidRepositoryConfig. parse(Model model, Resource repositoryNode)voidRepositoryImplConfig. parse(Model model, Resource resource)Reads the properties of thisRepositoryImplConfigfrom the supplied Model and sets them accordingly. -
Uses of Model in org.eclipse.rdf4j.repository.contextaware.config
Methods in org.eclipse.rdf4j.repository.contextaware.config with parameters of type Model Modifier and Type Method Description ResourceContextAwareConfig. export(Model model)voidContextAwareConfig. parse(Model model, Resource resource) -
Uses of Model in org.eclipse.rdf4j.repository.http
Fields in org.eclipse.rdf4j.repository.http declared as Model Modifier and Type Field Description private ModelHTTPRepositoryConnection. toAddprivate ModelHTTPRepositoryConnection. toRemoveMethods in org.eclipse.rdf4j.repository.http with parameters of type Model Modifier and Type Method Description private voidHTTPRepositoryConnection. addModel(Model m)private voidHTTPRepositoryConnection. removeModel(Model m) -
Uses of Model in org.eclipse.rdf4j.repository.http.config
Methods in org.eclipse.rdf4j.repository.http.config with parameters of type Model Modifier and Type Method Description ResourceHTTPRepositoryConfig. export(Model graph)voidHTTPRepositoryConfig. parse(Model model, Resource implNode) -
Uses of Model in org.eclipse.rdf4j.repository.sail.config
Methods in org.eclipse.rdf4j.repository.sail.config with parameters of type Model Modifier and Type Method Description ResourceProxyRepositoryConfig. export(Model model)ResourceSailRepositoryConfig. export(Model model)voidProxyRepositoryConfig. parse(Model model, Resource implNode)voidSailRepositoryConfig. parse(Model model, Resource repImplNode) -
Uses of Model in org.eclipse.rdf4j.repository.sparql
Fields in org.eclipse.rdf4j.repository.sparql declared as Model Modifier and Type Field Description private ModelSPARQLConnection. pendingAddsprivate ModelSPARQLConnection. pendingRemoves -
Uses of Model in org.eclipse.rdf4j.repository.sparql.config
Methods in org.eclipse.rdf4j.repository.sparql.config with parameters of type Model Modifier and Type Method Description ResourceSPARQLRepositoryConfig. export(Model m)voidSPARQLRepositoryConfig. parse(Model m, Resource implNode) -
Uses of Model in org.eclipse.rdf4j.rio
Methods in org.eclipse.rdf4j.rio that return Model Modifier and Type Method Description static ModelRio. parse(java.io.InputStream in, java.lang.String baseURI, RDFFormat dataFormat, Resource... contexts)Adds RDF data from anInputStreamto aModel, optionally to one or more named contexts.static ModelRio. parse(java.io.InputStream in, java.lang.String baseURI, RDFFormat dataFormat, ParserConfig settings, Resource... contexts)Adds RDF data from anInputStreamto aModel, optionally to one or more named contexts.static ModelRio. parse(java.io.InputStream in, java.lang.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(java.io.InputStream in, java.lang.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(java.io.InputStream in, RDFFormat dataFormat, Resource... contexts)Adds RDF data from anInputStreamto aModel, optionally to one or more named contexts.static ModelRio. parse(java.io.InputStream in, RDFFormat dataFormat, ParserConfig settings, Resource... contexts)Adds RDF data from anInputStreamto aModel, optionally to one or more named contexts.static ModelRio. parse(java.io.Reader reader, java.lang.String baseURI, RDFFormat dataFormat, Resource... contexts)Adds RDF data from aReaderto aModel, optionally to one or more named contexts.static ModelRio. parse(java.io.Reader reader, java.lang.String baseURI, RDFFormat dataFormat, ParserConfig settings, ValueFactory valueFactory, ParseErrorListener errors, ModelFactory modelFactory, Resource... contexts)Adds RDF data from aReaderto aModel, optionally to one or more named contexts.static ModelRio. parse(java.io.Reader reader, java.lang.String baseURI, RDFFormat dataFormat, ParserConfig settings, ValueFactory valueFactory, ParseErrorListener errors, Resource... contexts)Adds RDF data from aReaderto aModel, optionally to one or more named contexts.static ModelRio. parse(java.io.Reader reader, RDFFormat dataFormat, Resource... contexts)Adds RDF data from aReaderto aModel, optionally to one or more named contexts.static ModelRio. parse(java.io.Reader reader, RDFFormat dataFormat, ParserConfig settings, Resource... contexts)Adds RDF data from aReaderto aModel, optionally to one or more named contexts. -
Uses of Model in org.eclipse.rdf4j.rio.helpers
Fields in org.eclipse.rdf4j.rio.helpers declared as Model Modifier and Type Field Description private ModelBufferedGroupingRDFHandler. bufferedStatementsMethods in org.eclipse.rdf4j.rio.helpers that return Model Modifier and Type Method Description protected ModelBufferedGroupingRDFHandler. getBufferedStatements() -
Uses of Model in org.eclipse.rdf4j.rio.jsonld
Fields in org.eclipse.rdf4j.rio.jsonld declared as Model Modifier and Type Field Description private ModelJSONLDWriter. model -
Uses of Model in org.eclipse.rdf4j.rio.rdfjson
Fields in org.eclipse.rdf4j.rio.rdfjson declared as Model Modifier and Type Field Description private ModelRDFJSONWriter. graphMethods in org.eclipse.rdf4j.rio.rdfjson with parameters of type Model Modifier and Type Method Description static voidRDFJSONWriter. modelToRdfJsonInternal(Model graph, WriterConfig writerConfig, com.fasterxml.jackson.core.JsonGenerator jg) -
Uses of Model in org.eclipse.rdf4j.rio.turtle
Fields in org.eclipse.rdf4j.rio.turtle declared as Model Modifier and Type Field Description private ModelArrangedWriter. blankReferencesDeprecated.private ModelArrangedWriter. blanksDeprecated.protected ModelTurtleWriter. bufferedStatementsMethods in org.eclipse.rdf4j.rio.turtle with parameters of type Model Modifier and Type Method Description private booleanTurtleWriter. canInlineValue(Model contextData, Value v)private java.util.Optional<Resource>TurtleWriter. nextSubject(Model contextData, java.util.Set<Resource> processedSubjects)private voidTurtleWriter. processPredicate(Model contextData, Resource subject, IRI predicate, java.util.Set<Resource> processedSubjects, java.util.Set<IRI> processedPredicates)private voidTurtleWriter. processSubject(Model contextData, Resource subject, java.util.Set<Resource> processedSubjects) -
Uses of Model in org.eclipse.rdf4j.sail.base
Fields in org.eclipse.rdf4j.sail.base declared as Model Modifier and Type Field Description private ModelChangeset. approvedStatements that have been added as part of a transaction, but has not yet been committed.private ModelChangeset. deprecatedExplicit statements that have been removed as part of a transaction, but have not yet been committed. -
Uses of Model in org.eclipse.rdf4j.sail.base.config
Methods in org.eclipse.rdf4j.sail.base.config with parameters of type Model Modifier and Type Method Description ResourceBaseSailConfig. export(Model graph)voidBaseSailConfig. parse(Model graph, Resource implNode) -
Uses of Model in org.eclipse.rdf4j.sail.config
Methods in org.eclipse.rdf4j.sail.config with parameters of type Model Modifier and Type Method Description ResourceAbstractDelegatingSailImplConfig. export(Model m)ResourceAbstractSailImplConfig. export(Model m)ResourceSailImplConfig. export(Model graph)voidAbstractDelegatingSailImplConfig. parse(Model m, Resource implNode)voidAbstractSailImplConfig. parse(Model m, Resource implNode)voidSailImplConfig. parse(Model graph, Resource implNode)static SailImplConfigSailConfigUtil. parseRepositoryImpl(Model m, Resource implNode) -
Uses of Model in org.eclipse.rdf4j.sail.inferencer.fc
Fields in org.eclipse.rdf4j.sail.inferencer.fc declared as Model Modifier and Type Field Description private ModelAbstractForwardChainingInferencerConnection. newStatementsContains the statements that have been reported by the base Sail asprivate ModelForwardChainingRDFSInferencerConnection. newThisIterationDeprecated.Methods in org.eclipse.rdf4j.sail.inferencer.fc that return Model Modifier and Type Method Description protected abstract ModelAbstractForwardChainingInferencerConnection. createModel()protected ModelForwardChainingRDFSInferencerConnection. createModel()Deprecated.protected ModelAbstractForwardChainingInferencerConnection. prepareIteration()protected ModelForwardChainingRDFSInferencerConnection. prepareIteration()Deprecated.Methods in org.eclipse.rdf4j.sail.inferencer.fc with parameters of type Model Modifier and Type Method Description protected abstract intAbstractForwardChainingInferencerConnection. applyRules(Model iteration)Returns the number of newly inferred statements.protected intForwardChainingRDFSInferencerConnection. applyRules(Model iteration)Deprecated. -
Uses of Model in org.eclipse.rdf4j.sail.inferencer.fc.config
Methods in org.eclipse.rdf4j.sail.inferencer.fc.config with parameters of type Model Modifier and Type Method Description private voidCustomGraphQueryInferencerConfig. addQueryNode(Model m, Resource implNode, IRI predicate, java.lang.String queryText)ResourceCustomGraphQueryInferencerConfig. export(Model m)voidCustomGraphQueryInferencerConfig. parse(Model m, Resource implNode) -
Uses of Model in org.eclipse.rdf4j.sail.lucene.config
Methods in org.eclipse.rdf4j.sail.lucene.config with parameters of type Model Modifier and Type Method Description ResourceAbstractLuceneSailConfig. export(Model m)voidAbstractLuceneSailConfig. parse(Model graph, Resource implNode) -
Uses of Model in org.eclipse.rdf4j.sail.memory.config
Methods in org.eclipse.rdf4j.sail.memory.config with parameters of type Model Modifier and Type Method Description ResourceMemoryStoreConfig. export(Model m)voidMemoryStoreConfig. parse(Model graph, Resource implNode) -
Uses of Model in org.eclipse.rdf4j.sail.model
Classes in org.eclipse.rdf4j.sail.model that implement Model Modifier and Type Class Description classSailModelModel implementation for aSailConnection.Methods in org.eclipse.rdf4j.sail.model that return Model Modifier and Type Method Description ModelSailModel. filter(Resource subj, IRI pred, Value obj, Resource... contexts) -
Uses of Model in org.eclipse.rdf4j.sail.shacl
Methods in org.eclipse.rdf4j.sail.shacl that return Model Modifier and Type Method Description ModelShaclSailValidationException. validationReportAsModel()Methods in org.eclipse.rdf4j.sail.shacl that return types with arguments of type Model Modifier and Type Method Description static java.util.Optional<Model>ShaclSailValidationReportHelper. getValidationReport(java.lang.Throwable t)Looks for aValidationExceptionstarting with the specified throwable and working back through the cause references, and returns the validation report as aModelif one is found. -
Uses of Model in org.eclipse.rdf4j.sail.shacl.ast
Fields in org.eclipse.rdf4j.sail.shacl.ast declared as Model Modifier and Type Field Description private ModelShaclPrefixParser.Namespaces. modelMethods in org.eclipse.rdf4j.sail.shacl.ast that return Model Modifier and Type Method Description ModelShaclPrefixParser.Namespaces. getModel()ModelShape. toModel(Model model)Methods in org.eclipse.rdf4j.sail.shacl.ast with parameters of type Model Modifier and Type Method Description static voidShaclAstLists. listToRdf(java.util.Collection<? extends Value> values, Resource head, Model model)voidContextWithShape. toModel(Model model, java.util.Set<Resource> cycleDetection)voidExportable. toModel(Resource subject, IRI predicate, Model model, java.util.Set<Resource> cycleDetection)voidNodeShape. toModel(Resource subject, IRI predicate, Model model, java.util.Set<Resource> cycleDetection)voidPropertyShape. toModel(Resource subject, IRI predicate, Model model, java.util.Set<Resource> cycleDetection)ModelShape. toModel(Model model)voidShape. toModel(Resource subject, IRI predicate, Model model, java.util.Set<Resource> cycleDetection) -
Uses of Model in org.eclipse.rdf4j.sail.shacl.ast.constraintcomponents
Fields in org.eclipse.rdf4j.sail.shacl.ast.constraintcomponents declared as Model Modifier and Type Field Description private ModelSparqlConstraintComponent. prefixesMethods in org.eclipse.rdf4j.sail.shacl.ast.constraintcomponents with parameters of type Model Modifier and Type Method Description voidAndConstraintComponent. toModel(Resource subject, IRI predicate, Model model, java.util.Set<Resource> cycleDetection)voidClassConstraintComponent. toModel(Resource subject, IRI predicate, Model model, java.util.Set<Resource> cycleDetection)voidClosedConstraintComponent. toModel(Resource subject, IRI predicate, Model model, java.util.Set<Resource> cycleDetection)voidDashHasValueInConstraintComponent. toModel(Resource subject, IRI predicate, Model model, java.util.Set<Resource> cycleDetection)voidDatatypeConstraintComponent. toModel(Resource subject, IRI predicate, Model model, java.util.Set<Resource> cycleDetection)voidDisjointConstraintComponent. toModel(Resource subject, IRI predicate, Model model, java.util.Set<Resource> cycleDetection)voidEqualsConstraintComponent. toModel(Resource subject, IRI predicate, Model model, java.util.Set<Resource> cycleDetection)voidHasValueConstraintComponent. toModel(Resource subject, IRI predicate, Model model, java.util.Set<Resource> cycleDetection)voidInConstraintComponent. toModel(Resource subject, IRI predicate, Model model, java.util.Set<Resource> cycleDetection)voidLanguageInConstraintComponent. toModel(Resource subject, IRI predicate, Model model, java.util.Set<Resource> cycleDetection)voidLessThanConstraintComponent. toModel(Resource subject, IRI predicate, Model model, java.util.Set<Resource> cycleDetection)voidLessThanOrEqualsConstraintComponent. toModel(Resource subject, IRI predicate, Model model, java.util.Set<Resource> cycleDetection)voidMaxCountConstraintComponent. toModel(Resource subject, IRI predicate, Model model, java.util.Set<Resource> cycleDetection)voidMaxExclusiveConstraintComponent. toModel(Resource subject, IRI predicate, Model model, java.util.Set<Resource> cycleDetection)voidMaxInclusiveConstraintComponent. toModel(Resource subject, IRI predicate, Model model, java.util.Set<Resource> cycleDetection)voidMaxLengthConstraintComponent. toModel(Resource subject, IRI predicate, Model model, java.util.Set<Resource> cycleDetection)voidMinCountConstraintComponent. toModel(Resource subject, IRI predicate, Model model, java.util.Set<Resource> cycleDetection)voidMinExclusiveConstraintComponent. toModel(Resource subject, IRI predicate, Model model, java.util.Set<Resource> cycleDetection)voidMinInclusiveConstraintComponent. toModel(Resource subject, IRI predicate, Model model, java.util.Set<Resource> cycleDetection)voidMinLengthConstraintComponent. toModel(Resource subject, IRI predicate, Model model, java.util.Set<Resource> cycleDetection)voidNodeKindConstraintComponent. toModel(Resource subject, IRI predicate, Model model, java.util.Set<Resource> cycleDetection)voidNotConstraintComponent. toModel(Resource subject, IRI predicate, Model model, java.util.Set<Resource> cycleDetection)voidOrConstraintComponent. toModel(Resource subject, IRI predicate, Model model, java.util.Set<Resource> cycleDetection)voidPatternConstraintComponent. toModel(Resource subject, IRI predicate, Model model, java.util.Set<Resource> cycleDetection)voidQualifiedMaxCountConstraintComponent. toModel(Resource subject, IRI predicate, Model model, java.util.Set<Resource> cycleDetection)voidQualifiedMinCountConstraintComponent. toModel(Resource subject, IRI predicate, Model model, java.util.Set<Resource> cycleDetection)voidSparqlConstraintComponent. toModel(Resource subject, IRI predicate, Model model, java.util.Set<Resource> cycleDetection)voidUniqueLangConstraintComponent. toModel(Resource subject, IRI predicate, Model model, java.util.Set<Resource> cycleDetection)voidXoneConstraintComponent. toModel(Resource subject, IRI predicate, Model model, java.util.Set<Resource> cycleDetection)Constructors in org.eclipse.rdf4j.sail.shacl.ast.constraintcomponents with parameters of type Model Constructor Description SparqlConstraintComponent(Resource id, Shape shape, boolean produceValidationReports, java.lang.String select, java.lang.String originalSelect, java.util.List<Literal> message, java.lang.Boolean deactivated, java.util.Set<Namespace> namespaces, Model prefixes) -
Uses of Model in org.eclipse.rdf4j.sail.shacl.ast.paths
Methods in org.eclipse.rdf4j.sail.shacl.ast.paths with parameters of type Model Modifier and Type Method Description voidAlternativePath. toModel(Resource subject, IRI predicate, Model model, java.util.Set<Resource> cycleDetection)voidInversePath. toModel(Resource subject, IRI predicate, Model model, java.util.Set<Resource> cycleDetection)voidOneOrMorePath. toModel(Resource subject, IRI predicate, Model model, java.util.Set<Resource> cycleDetection)voidSequencePath. toModel(Resource subject, IRI predicate, Model model, java.util.Set<Resource> cycleDetection)voidSimplePath. toModel(Resource subject, IRI predicate, Model model, java.util.Set<Resource> cycleDetection)voidZeroOrMorePath. toModel(Resource subject, IRI predicate, Model model, java.util.Set<Resource> cycleDetection)voidZeroOrOnePath. toModel(Resource subject, IRI predicate, Model model, java.util.Set<Resource> cycleDetection) -
Uses of Model in org.eclipse.rdf4j.sail.shacl.ast.targets
Fields in org.eclipse.rdf4j.sail.shacl.ast.targets declared as Model Modifier and Type Field Description private ModelSparqlTarget. prefixesMethods in org.eclipse.rdf4j.sail.shacl.ast.targets with parameters of type Model Modifier and Type Method Description voidDashAllObjects. toModel(Resource subject, IRI predicate, Model model, java.util.Set<Resource> cycleDetection)voidDashAllSubjects. toModel(Resource subject, IRI predicate, Model model, java.util.Set<Resource> cycleDetection)voidRSXTargetShape. toModel(Resource subject, IRI predicate, Model model, java.util.Set<Resource> cycleDetection)voidSparqlTarget. toModel(Resource subject, IRI predicate, Model model, java.util.Set<Resource> cycleDetection)voidTargetClass. toModel(Resource subject, IRI predicate, Model model, java.util.Set<Resource> cycleDetection)voidTargetNode. toModel(Resource subject, IRI predicate, Model model, java.util.Set<Resource> cycleDetection)voidTargetObjectsOf. toModel(Resource subject, IRI predicate, Model model, java.util.Set<Resource> cycleDetection)voidTargetSubjectsOf. toModel(Resource subject, IRI predicate, Model model, java.util.Set<Resource> cycleDetection) -
Uses of Model in org.eclipse.rdf4j.sail.shacl.config
Methods in org.eclipse.rdf4j.sail.shacl.config with parameters of type Model Modifier and Type Method Description ResourceShaclSailConfig. export(Model m)voidShaclSailConfig. parse(Model m, Resource implNode) -
Uses of Model in org.eclipse.rdf4j.sail.shacl.results
Methods in org.eclipse.rdf4j.sail.shacl.results that return Model Modifier and Type Method Description ModelValidationReport. asModel()Deprecated.ModelValidationReport. asModel(Model model)Deprecated.ModelValidationResult. asModel(Model model)Deprecated.ModelValidationResult. asModel(Model model, java.util.Set<Resource> rdfListDedupe)Deprecated.Methods in org.eclipse.rdf4j.sail.shacl.results with parameters of type Model Modifier and Type Method Description ModelValidationReport. asModel(Model model)Deprecated.ModelValidationResult. asModel(Model model)Deprecated.ModelValidationResult. asModel(Model model, java.util.Set<Resource> rdfListDedupe)Deprecated. -
Uses of Model in org.eclipse.rdf4j.sail.shacl.results.lazy
Methods in org.eclipse.rdf4j.sail.shacl.results.lazy that return Model Modifier and Type Method Description ModelLazyValidationReport. asModel()ModelLazyValidationReport. asModel(Model model)Methods in org.eclipse.rdf4j.sail.shacl.results.lazy with parameters of type Model Modifier and Type Method Description ModelLazyValidationReport. asModel(Model model) -
Uses of Model in org.eclipse.rdf4j.sail.shacl.wrapper.shape
Fields in org.eclipse.rdf4j.sail.shacl.wrapper.shape declared as Model Modifier and Type Field Description static ModelShapeSource. DASH_CONSTANTSMethods in org.eclipse.rdf4j.sail.shacl.wrapper.shape that return Model Modifier and Type Method Description private static ModelShapeSource. resourceAsModel(java.lang.String filename)
-