Uses of Class
org.eclipse.rdf4j.sail.shacl.ast.ValidationQuery
-
Packages that use ValidationQuery Package Description org.eclipse.rdf4j.sail.shacl.ast org.eclipse.rdf4j.sail.shacl.ast.constraintcomponents -
-
Uses of ValidationQuery in org.eclipse.rdf4j.sail.shacl.ast
Subclasses of ValidationQuery in org.eclipse.rdf4j.sail.shacl.ast Modifier and Type Class Description static class
ValidationQuery.Deactivated
Methods in org.eclipse.rdf4j.sail.shacl.ast that return ValidationQuery Modifier and Type Method Description ValidationQuery
NodeShape. generateSparqlValidationQuery(ConnectionsGroup connectionsGroup, ValidationSettings validationSettings, boolean negatePlan, boolean negateChildren, ConstraintComponent.Scope scope)
ValidationQuery
PropertyShape. generateSparqlValidationQuery(ConnectionsGroup connectionsGroup, ValidationSettings validationSettings, boolean negatePlan, boolean negateChildren, ConstraintComponent.Scope scope)
static ValidationQuery
ValidationQuery. union(ValidationQuery a, ValidationQuery b, boolean skipValueCheck)
Creates the SPARQL UNION of two ValidationQuery objects.ValidationQuery
ValidationQuery.Deactivated. withConstraintComponent(ConstraintComponent constraintComponent)
ValidationQuery
ValidationQuery. withConstraintComponent(ConstraintComponent constraintComponent)
ValidationQuery
ValidationQuery.Deactivated. withSeverity(Severity severity)
ValidationQuery
ValidationQuery. withSeverity(Severity severity)
ValidationQuery
ValidationQuery.Deactivated. withShape(Shape shape)
ValidationQuery
ValidationQuery. withShape(Shape shape)
Methods in org.eclipse.rdf4j.sail.shacl.ast with parameters of type ValidationQuery Modifier and Type Method Description static ValidationQuery
ValidationQuery. union(ValidationQuery a, ValidationQuery b, boolean skipValueCheck)
Creates the SPARQL UNION of two ValidationQuery objects. -
Uses of ValidationQuery in org.eclipse.rdf4j.sail.shacl.ast.constraintcomponents
Methods in org.eclipse.rdf4j.sail.shacl.ast.constraintcomponents that return ValidationQuery Modifier and Type Method Description ValidationQuery
AbstractConstraintComponent. generateSparqlValidationQuery(ConnectionsGroup connectionsGroup, ValidationSettings validationSettings, boolean negatePlan, boolean negateChildren, ConstraintComponent.Scope scope)
ValidationQuery
AndConstraintComponent. generateSparqlValidationQuery(ConnectionsGroup connectionsGroup, ValidationSettings validationSettings, boolean negatePlan, boolean negateChildren, ConstraintComponent.Scope scope)
ValidationQuery
ClassConstraintComponent. generateSparqlValidationQuery(ConnectionsGroup connectionsGroup, ValidationSettings validationSettings, boolean negatePlan, boolean negateChildren, ConstraintComponent.Scope scope)
ValidationQuery
ConstraintComponent. generateSparqlValidationQuery(ConnectionsGroup connectionsGroup, ValidationSettings validationSettings, boolean negatePlan, boolean negateChildren, ConstraintComponent.Scope scope)
ValidationQuery
HasValueConstraintComponent. generateSparqlValidationQuery(ConnectionsGroup connectionsGroup, ValidationSettings validationSettings, boolean negatePlan, boolean negateChildren, ConstraintComponent.Scope scope)
ValidationQuery
MaxCountConstraintComponent. generateSparqlValidationQuery(ConnectionsGroup connectionsGroup, ValidationSettings validationSettings, boolean negatePlan, boolean negateChildren, ConstraintComponent.Scope scope)
ValidationQuery
MinCountConstraintComponent. generateSparqlValidationQuery(ConnectionsGroup connectionsGroup, ValidationSettings validationSettings, boolean negatePlan, boolean negateChildren, ConstraintComponent.Scope scope)
ValidationQuery
NotConstraintComponent. generateSparqlValidationQuery(ConnectionsGroup connectionsGroup, ValidationSettings validationSettings, boolean negatePlan, boolean negateChildren, ConstraintComponent.Scope scope)
ValidationQuery
OrConstraintComponent. generateSparqlValidationQuery(ConnectionsGroup connectionsGroup, ValidationSettings validationSettings, boolean negatePlan, boolean negateChildren, ConstraintComponent.Scope scope)
ValidationQuery
QualifiedMaxCountConstraintComponent. generateSparqlValidationQuery(ConnectionsGroup connectionsGroup, ValidationSettings validationSettings, boolean negatePlan, boolean negateChildren, ConstraintComponent.Scope scope)
ValidationQuery
QualifiedMinCountConstraintComponent. generateSparqlValidationQuery(ConnectionsGroup connectionsGroup, ValidationSettings validationSettings, boolean negatePlan, boolean negateChildren, ConstraintComponent.Scope scope)
ValidationQuery
SimpleAbstractConstraintComponent. generateSparqlValidationQuery(ConnectionsGroup connectionsGroup, ValidationSettings validationSettings, boolean negatePlan, boolean negateChildren, ConstraintComponent.Scope scope)
ValidationQuery
SparqlConstraintComponent. generateSparqlValidationQuery(ConnectionsGroup connectionsGroup, ValidationSettings validationSettings, boolean negatePlan, boolean negateChildren, ConstraintComponent.Scope scope)
ValidationQuery
UniqueLangConstraintComponent. generateSparqlValidationQuery(ConnectionsGroup connectionsGroup, ValidationSettings validationSettings, boolean negatePlan, boolean negateChildren, ConstraintComponent.Scope scope)
-