Uses of Interface
org.eclipse.rdf4j.model.Model
Packages that use Model
Package
Description
The RDF Model API
Default implementations of the RDF model interfaces
Helper classes for working with RDF models.
Interfaces and classes for handling queries and query results.
Functionality to convert tuple query results to and from the
Data Access Working Group Test Result Set RDF Vocabulary
Repository configuration interfaces.
A repository that serves as a proxy client for a remote repository on an RDF4J Server.
A
Repository that serves as a SPARQL endpoint client.Rio: The RDF4J parser/writer API.
Provides helpers classes for Rio.
Parser/writer for the JSON-L format.
Parser/writer for the RDF/JSON format.
Parser/writer for the Turtle format.
Base functionality for Sail implementations that require multi-versioned concurrency control (MVCC).
Forward-chaining inferencers, implemented as
StackableSails.A Sail implementation for SHACL constraint checking.
-
Uses of Model in org.eclipse.rdf4j.common.exception
Methods in org.eclipse.rdf4j.common.exception that return Model -
Uses of Model in org.eclipse.rdf4j.http.client.shacl
Fields in org.eclipse.rdf4j.http.client.shacl declared as ModelMethods in org.eclipse.rdf4j.http.client.shacl that return ModelModifier and TypeMethodDescription(package private) ModelRemoteValidation.asModel()RemoteShaclValidationException.validationReportAsModel() -
Uses of Model in org.eclipse.rdf4j.model
Methods in org.eclipse.rdf4j.model that return ModelModifier and TypeMethodDescriptionModelFactory.createEmptyModel()Returns a filtered view of the statements with the specified subject, predicate, object and (optionally) context.Model.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 ModelModifier and TypeClassDescriptionclassProvides basic operations that are common to all Models.classA LinkedHashModel or a TreeModel achieves fast data access at the cost of higher indexing time.classBlocks access to the statements of the model, allowing only changes to the model's namespaces.classApplies a basic graph pattern filter to what triples can be see.classHash table based implementation of theModelinterface.classA Red-Black tree basedModelimplementation.(package private) classA Model wrapper that prevents modification to the underlying model.Fields in org.eclipse.rdf4j.model.impl declared as ModelModifier and TypeFieldDescriptionprivate ModelDynamicModel.modelprivate final ModelEmptyModel.modelprivate final ModelFilteredModel.modelprivate final ModelUnmodifiableModel.modelMethods in org.eclipse.rdf4j.model.impl that return ModelConstructors in org.eclipse.rdf4j.model.impl with parameters of type ModelModifierConstructorDescriptionEmptyModel(Model model) LinkedHashModel(Model model) UnmodifiableModel(Model delegate) -
Uses of Model in org.eclipse.rdf4j.model.util
Classes in org.eclipse.rdf4j.model.util that implement ModelClasses in org.eclipse.rdf4j.model.util that implement interfaces with type arguments of type ModelModifier and TypeClassDescriptionclassCollects a stream of Statements into a Model.classCollects a stream of Statements into a Model.Fields in org.eclipse.rdf4j.model.util declared as ModelModifier and TypeFieldDescriptionprivate final ModelSynchronizedModel.delegateprivate final ModelModelBuilder.modelMethods in org.eclipse.rdf4j.model.util that return ModelModifier and TypeMethodDescriptionModelBuilder.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.protected static ModelGraphComparisons.isoCanonicalize(Model m) private static ModelGraphComparisons.labelModel(Model original, Map<BNode, com.google.common.hash.HashCode> hash) static ModelSets 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 ModelSynchronizedModel.unmodifiable()Methods in org.eclipse.rdf4j.model.util that return types with arguments of type ModelModifier and TypeMethodDescriptionModelCollector.accumulator()ModelCollector.combiner()ModelCollector.finisher()ModelCollector.finisher()ModelCollector.supplier()Methods in org.eclipse.rdf4j.model.util with parameters of type ModelModifier and TypeMethodDescriptionstatic <C extends Collection<Value>>
CConverts an RDF Collection to a JavaCollectionofValueobjects.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) 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, 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, 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, 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, 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.GraphComparisons.distinguish(Model m, GraphComparisons.Partitioning partitioning, Map<BNode, com.google.common.hash.HashCode> lowestFound, List<BNode> parentFixpoints, List<Map<BNode, com.google.common.hash.HashCode>> finePartitionMappings) 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 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.GraphComparisons.getBlankNodes(Model m) 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 .GraphComparisons.getIsoCanonicalMapping(Model m) 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 .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(Set<Statement> model1, Model model2) private static ModelGraphComparisons.labelModel(Model original, Map<BNode, com.google.common.hash.HashCode> hash) private static booleanModels.matchModels(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(Set<Statement> model1, Model model2) Retrieves an objectValuefrom the statements in the given model.Retrieves an objectIRIvalue from the supplied statements in the given model.Models.objectIRIs(Model m) Retrieves all objectIRIvalues from the statements in the given model.Models.objectLiteral(Model m) Retrieves an objectLiteralvalue from the statements in the given model.Models.objectLiterals(Model m) Retrieves all objectLiteralvalues from the statements in the given model.Models.objectResource(Model m) Retrieves an objectResourcevalue from the statements in the given model.Models.objectResources(Model m) Retrieves all objectResourcevalues from the supplied model.Models.objectString(Model m) Retrieves an object value as a String from the statements in the given model.Models.objectStrings(Model m) Retrieves all object String values from the statements in the given model.Retrieves a predicate from the statements in the given model.static ModelSets 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.Retrieves a subjectResourcefrom the statements in the given model.Models.subjectBNode(Model m) Retrieves a subjectBNodefrom the statements in the given model.Models.subjectBNodes(Model m) Retrieves all subjectBNodes from the statements in the given model.Models.subjectIRI(Model m) Retrieves a subjectIRIfrom the statements in the given model.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 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 ModelModifierConstructorDescriptionModelBuilder(Model model) Create a newModelBuilderwhich will append to the suppliedModel.(package private)SynchronizedModel(Model delegate) -
Uses of Model in org.eclipse.rdf4j.query
Methods in org.eclipse.rdf4j.query that return ModelModifier and TypeMethodDescriptionstatic 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 ModelModifier and TypeFieldDescriptionprivate final ModelDAWGTestBooleanParser.graphprivate final ModelDAWGTestResultSetParser.graphMethods in org.eclipse.rdf4j.query.dawg that return ModelModifier and TypeMethodDescriptionstatic ModelDAWGTestResultSetUtil.toGraph(TupleQueryResult tqr) -
Uses of Model in org.eclipse.rdf4j.repository.config
Methods in org.eclipse.rdf4j.repository.config that return ModelModifier and TypeMethodDescriptionstatic ModelRepositoryConfigUtil.getRepositoryConfigModel(Model model, String repositoryID) Methods in org.eclipse.rdf4j.repository.config with parameters of type ModelModifier and TypeMethodDescriptionstatic RepositoryImplConfigUtility method to create a newRepositoryImplConfigby reading data from the suppliedModel.static RepositoryConfigCreates a newRepositoryConfigobject and initializes it by supplying themodelandrepositoryNodeto itsparsemethod.voidDeprecated.voidExports the configuration into RDF using the given repositoryNodeExport thisRepositoryImplConfigto its RDF representationprivate static StatementRepositoryConfigUtil.getIDStatement(Model model, String repositoryID) static RepositoryConfigRepositoryConfigUtil.getRepositoryConfig(Model model, String repositoryID) static ModelRepositoryConfigUtil.getRepositoryConfigModel(Model model, String repositoryID) RepositoryConfigUtil.getRepositoryIDs(Model model) voidvoidvoidvoidReads 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 -
Uses of Model in org.eclipse.rdf4j.repository.http
Fields in org.eclipse.rdf4j.repository.http declared as ModelModifier and TypeFieldDescriptionprivate ModelHTTPRepositoryConnection.toAddprivate ModelHTTPRepositoryConnection.toRemoveMethods in org.eclipse.rdf4j.repository.http with parameters of type ModelModifier and TypeMethodDescriptionprivate voidprivate 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 -
Uses of Model in org.eclipse.rdf4j.repository.sail.config
Methods in org.eclipse.rdf4j.repository.sail.config with parameters of type Model -
Uses of Model in org.eclipse.rdf4j.repository.sparql
Fields in org.eclipse.rdf4j.repository.sparql declared as ModelModifier and TypeFieldDescriptionprivate 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 -
Uses of Model in org.eclipse.rdf4j.rio
Methods in org.eclipse.rdf4j.rio that return ModelModifier 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 Model in org.eclipse.rdf4j.rio.helpers
Fields in org.eclipse.rdf4j.rio.helpers declared as ModelModifier and TypeFieldDescriptionprivate final ModelBufferedGroupingRDFHandler.bufferedStatementsMethods in org.eclipse.rdf4j.rio.helpers that return ModelModifier and TypeMethodDescriptionprotected ModelBufferedGroupingRDFHandler.getBufferedStatements() -
Uses of Model in org.eclipse.rdf4j.rio.jsonld
Fields in org.eclipse.rdf4j.rio.jsonld declared as Model -
Uses of Model in org.eclipse.rdf4j.rio.rdfjson
Fields in org.eclipse.rdf4j.rio.rdfjson declared as ModelMethods in org.eclipse.rdf4j.rio.rdfjson with parameters of type ModelModifier and TypeMethodDescriptionstatic 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 ModelModifier and TypeFieldDescriptionprivate final ModelArrangedWriter.blankReferencesDeprecated.private final ModelArrangedWriter.blanksDeprecated.protected ModelTurtleWriter.bufferedStatementsMethods in org.eclipse.rdf4j.rio.turtle with parameters of type ModelModifier and TypeMethodDescriptionprivate booleanTurtleWriter.canInlineValue(Model contextData, Value v) TurtleWriter.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) -
Uses of Model in org.eclipse.rdf4j.sail.base
Fields in org.eclipse.rdf4j.sail.base declared as ModelModifier and TypeFieldDescriptionprivate 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 -
Uses of Model in org.eclipse.rdf4j.sail.config
Methods in org.eclipse.rdf4j.sail.config with parameters of type ModelModifier and TypeMethodDescriptionvoidvoidvoidstatic 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 ModelModifier and TypeFieldDescriptionprivate 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 ModelModifier and TypeMethodDescriptionprotected 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 ModelModifier and TypeMethodDescriptionprotected 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 -
Uses of Model in org.eclipse.rdf4j.sail.lucene.config
Methods in org.eclipse.rdf4j.sail.lucene.config with parameters of type Model -
Uses of Model in org.eclipse.rdf4j.sail.memory.config
Methods in org.eclipse.rdf4j.sail.memory.config with parameters of type Model -
Uses of Model in org.eclipse.rdf4j.sail.model
Classes in org.eclipse.rdf4j.sail.model that implement ModelMethods in org.eclipse.rdf4j.sail.model that return Model -
Uses of Model in org.eclipse.rdf4j.sail.shacl
Methods in org.eclipse.rdf4j.sail.shacl that return ModelMethods in org.eclipse.rdf4j.sail.shacl that return types with arguments of type ModelModifier and TypeMethodDescriptionShaclSailValidationReportHelper.getValidationReport(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 ModelMethods in org.eclipse.rdf4j.sail.shacl.ast that return ModelMethods in org.eclipse.rdf4j.sail.shacl.ast with parameters of type ModelModifier and TypeMethodDescriptionstatic voidShaclAstLists.listToRdf(Collection<? extends Value> values, Resource head, Model model) voidvoidvoidvoidvoid -
Uses of Model in org.eclipse.rdf4j.sail.shacl.ast.constraintcomponents
Fields in org.eclipse.rdf4j.sail.shacl.ast.constraintcomponents declared as ModelMethods in org.eclipse.rdf4j.sail.shacl.ast.constraintcomponents with parameters of type ModelModifier 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 Model -
Uses of Model in org.eclipse.rdf4j.sail.shacl.ast.paths
Methods in org.eclipse.rdf4j.sail.shacl.ast.paths with parameters of type ModelModifier and TypeMethodDescriptionvoidvoidvoidvoidvoidvoidvoid -
Uses of Model in org.eclipse.rdf4j.sail.shacl.ast.targets
Fields in org.eclipse.rdf4j.sail.shacl.ast.targets declared as ModelMethods in org.eclipse.rdf4j.sail.shacl.ast.targets with parameters of type Model -
Uses of Model in org.eclipse.rdf4j.sail.shacl.config
Methods in org.eclipse.rdf4j.sail.shacl.config with parameters of type Model -
Uses of Model in org.eclipse.rdf4j.sail.shacl.results
Methods in org.eclipse.rdf4j.sail.shacl.results that return ModelModifier and TypeMethodDescriptionValidationReport.asModel()Deprecated.Deprecated.Deprecated.Deprecated.Methods in org.eclipse.rdf4j.sail.shacl.results with parameters of type Model -
Uses of Model in org.eclipse.rdf4j.sail.shacl.results.lazy
Methods in org.eclipse.rdf4j.sail.shacl.results.lazy that return ModelMethods in org.eclipse.rdf4j.sail.shacl.results.lazy with parameters of type Model -
Uses of Model in org.eclipse.rdf4j.sail.shacl.wrapper.shape
Fields in org.eclipse.rdf4j.sail.shacl.wrapper.shape declared as ModelMethods in org.eclipse.rdf4j.sail.shacl.wrapper.shape that return ModelModifier and TypeMethodDescriptionprivate static ModelShapeSource.resourceAsModel(String filename)
RepositoryConfig.export(Model, Resource)