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 classValidationQuery.DeactivatedMethods in org.eclipse.rdf4j.sail.shacl.ast that return ValidationQuery Modifier and Type Method Description ValidationQueryNodeShape. generateSparqlValidationQuery(ConnectionsGroup connectionsGroup, ValidationSettings validationSettings, boolean negatePlan, boolean negateChildren, ConstraintComponent.Scope scope)ValidationQueryPropertyShape. generateSparqlValidationQuery(ConnectionsGroup connectionsGroup, ValidationSettings validationSettings, boolean negatePlan, boolean negateChildren, ConstraintComponent.Scope scope)static ValidationQueryValidationQuery. union(ValidationQuery a, ValidationQuery b, boolean skipValueCheck)Creates the SPARQL UNION of two ValidationQuery objects.ValidationQueryValidationQuery.Deactivated. withConstraintComponent(ConstraintComponent constraintComponent)ValidationQueryValidationQuery. withConstraintComponent(ConstraintComponent constraintComponent)ValidationQueryValidationQuery.Deactivated. withSeverity(Severity severity)ValidationQueryValidationQuery. withSeverity(Severity severity)ValidationQueryValidationQuery.Deactivated. withShape(Shape shape)ValidationQueryValidationQuery. withShape(Shape shape)Methods in org.eclipse.rdf4j.sail.shacl.ast with parameters of type ValidationQuery Modifier and Type Method Description static ValidationQueryValidationQuery. 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 ValidationQueryAbstractConstraintComponent. generateSparqlValidationQuery(ConnectionsGroup connectionsGroup, ValidationSettings validationSettings, boolean negatePlan, boolean negateChildren, ConstraintComponent.Scope scope)ValidationQueryAndConstraintComponent. generateSparqlValidationQuery(ConnectionsGroup connectionsGroup, ValidationSettings validationSettings, boolean negatePlan, boolean negateChildren, ConstraintComponent.Scope scope)ValidationQueryClassConstraintComponent. generateSparqlValidationQuery(ConnectionsGroup connectionsGroup, ValidationSettings validationSettings, boolean negatePlan, boolean negateChildren, ConstraintComponent.Scope scope)ValidationQueryConstraintComponent. generateSparqlValidationQuery(ConnectionsGroup connectionsGroup, ValidationSettings validationSettings, boolean negatePlan, boolean negateChildren, ConstraintComponent.Scope scope)ValidationQueryHasValueConstraintComponent. generateSparqlValidationQuery(ConnectionsGroup connectionsGroup, ValidationSettings validationSettings, boolean negatePlan, boolean negateChildren, ConstraintComponent.Scope scope)ValidationQueryMaxCountConstraintComponent. generateSparqlValidationQuery(ConnectionsGroup connectionsGroup, ValidationSettings validationSettings, boolean negatePlan, boolean negateChildren, ConstraintComponent.Scope scope)ValidationQueryMinCountConstraintComponent. generateSparqlValidationQuery(ConnectionsGroup connectionsGroup, ValidationSettings validationSettings, boolean negatePlan, boolean negateChildren, ConstraintComponent.Scope scope)ValidationQueryNotConstraintComponent. generateSparqlValidationQuery(ConnectionsGroup connectionsGroup, ValidationSettings validationSettings, boolean negatePlan, boolean negateChildren, ConstraintComponent.Scope scope)ValidationQueryOrConstraintComponent. generateSparqlValidationQuery(ConnectionsGroup connectionsGroup, ValidationSettings validationSettings, boolean negatePlan, boolean negateChildren, ConstraintComponent.Scope scope)ValidationQueryQualifiedMaxCountConstraintComponent. generateSparqlValidationQuery(ConnectionsGroup connectionsGroup, ValidationSettings validationSettings, boolean negatePlan, boolean negateChildren, ConstraintComponent.Scope scope)ValidationQueryQualifiedMinCountConstraintComponent. generateSparqlValidationQuery(ConnectionsGroup connectionsGroup, ValidationSettings validationSettings, boolean negatePlan, boolean negateChildren, ConstraintComponent.Scope scope)ValidationQuerySimpleAbstractConstraintComponent. generateSparqlValidationQuery(ConnectionsGroup connectionsGroup, ValidationSettings validationSettings, boolean negatePlan, boolean negateChildren, ConstraintComponent.Scope scope)ValidationQuerySparqlConstraintComponent. generateSparqlValidationQuery(ConnectionsGroup connectionsGroup, ValidationSettings validationSettings, boolean negatePlan, boolean negateChildren, ConstraintComponent.Scope scope)ValidationQueryUniqueLangConstraintComponent. generateSparqlValidationQuery(ConnectionsGroup connectionsGroup, ValidationSettings validationSettings, boolean negatePlan, boolean negateChildren, ConstraintComponent.Scope scope)
-