Uses of Class
org.eclipse.rdf4j.sail.shacl.ast.constraintcomponents.ConstraintComponent.Scope
-
-
Uses of ConstraintComponent.Scope in org.eclipse.rdf4j.sail.shacl.ast
Fields in org.eclipse.rdf4j.sail.shacl.ast declared as ConstraintComponent.Scope Modifier and Type Field Description private ConstraintComponent.Scope
ValidationQuery. scope
private ConstraintComponent.Scope
ValidationQuery. scope_validationReport
Constructors in org.eclipse.rdf4j.sail.shacl.ast with parameters of type ConstraintComponent.Scope Constructor Description ValidationQuery(java.util.Collection<Namespace> namespaces, java.lang.String query, java.util.List<StatementMatcher.Variable<Value>> targets, StatementMatcher.Variable<Value> value, ConstraintComponent.Scope scope, ConstraintComponent constraintComponent, Severity severity, Shape shape)
ValidationQuery(java.util.Set<Namespace> namespaces, java.lang.String query, ConstraintComponent.Scope scope, java.util.List<StatementMatcher.Variable<Value>> variables, int targetIndex, int valueIndex)
-
Uses of ConstraintComponent.Scope in org.eclipse.rdf4j.sail.shacl.ast.constraintcomponents
Methods in org.eclipse.rdf4j.sail.shacl.ast.constraintcomponents that return ConstraintComponent.Scope Modifier and Type Method Description static ConstraintComponent.Scope
ConstraintComponent.Scope. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static ConstraintComponent.Scope[]
ConstraintComponent.Scope. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of ConstraintComponent.Scope in org.eclipse.rdf4j.sail.shacl.ast.planNodes
Fields in org.eclipse.rdf4j.sail.shacl.ast.planNodes declared as ConstraintComponent.Scope Modifier and Type Field Description private ConstraintComponent.Scope
AllTargetsPlanNode.AllTargetsBindingSetMapper. scope
private ConstraintComponent.Scope
BindSelect. scope
private ConstraintComponent.Scope
SparqlConstraintSelect. scope
private ConstraintComponent.Scope
UnorderedSelect.Mapper.ObjectScopedMapper. scope
private ConstraintComponent.Scope
UnorderedSelect.Mapper.SubjectScopedMapper. scope
private ConstraintComponent.Scope
ValidationTuple. scope
private ConstraintComponent.Scope
ValuesBackedNode. scope
Methods in org.eclipse.rdf4j.sail.shacl.ast.planNodes that return ConstraintComponent.Scope Modifier and Type Method Description ConstraintComponent.Scope
ValidationTuple. getScope()
Methods in org.eclipse.rdf4j.sail.shacl.ast.planNodes with parameters of type ConstraintComponent.Scope Modifier and Type Method Description static UnorderedSelect.Mapper.ObjectScopedMapper
UnorderedSelect.Mapper.ObjectScopedMapper. getFunction(ConstraintComponent.Scope scope)
static UnorderedSelect.Mapper.SubjectScopedMapper
UnorderedSelect.Mapper.SubjectScopedMapper. getFunction(ConstraintComponent.Scope scope)
static java.util.function.Function<BindingSet,ValidationTuple>
BulkedExternalInnerJoin. getMapper(java.lang.String a, java.lang.String c, ConstraintComponent.Scope scope, Resource[] dataGraph)
Constructors in org.eclipse.rdf4j.sail.shacl.ast.planNodes with parameters of type ConstraintComponent.Scope Constructor Description AllTargetsBindingSetMapper(java.util.List<java.lang.String> varNames, ConstraintComponent.Scope scope, boolean hasValue, Resource[] contexts)
AllTargetsPlanNode(SailConnection sailConnection, Resource[] dataGraph, java.util.ArrayDeque<EffectiveTarget.EffectiveTargetFragment> chain, java.util.List<StatementMatcher.Variable<Value>> vars, ConstraintComponent.Scope scope)
BindSelect(SailConnection connection, Resource[] dataGraph, SparqlFragment query, java.util.List<StatementMatcher.Variable<Value>> vars, PlanNode source, java.util.List<java.lang.String> varNames, ConstraintComponent.Scope scope, int bulkSize, EffectiveTarget.Extend direction, boolean includePropertyShapeValues)
ObjectScopedMapper(ConstraintComponent.Scope scope)
SparqlConstraintSelect(SailConnection connection, PlanNode targets, java.lang.String query, ConstraintComponent.Scope scope, Resource[] dataGraph, boolean produceValidationReports, SparqlConstraintComponent constraintComponent, Shape shape)
SubjectScopedMapper(ConstraintComponent.Scope scope)
ValidationTuple(java.util.List<Value> chain, ConstraintComponent.Scope scope, boolean hasValue, Resource[] contexts)
ValidationTuple(java.util.List<ValidationResult> validationResults, Value[] chain, ConstraintComponent.Scope scope, boolean propertyShapeScopeWithValue, java.util.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, java.lang.String[] variables, ConstraintComponent.Scope scope, boolean hasValue, Resource[] contexts)
ValidationTuple(BindingSet bindingSet, java.util.List<java.lang.String> variables, ConstraintComponent.Scope scope, boolean hasValue, Resource[] contexts)
ValuesBackedNode(java.util.SortedSet<Value> values, ConstraintComponent.Scope scope, Resource[] dataGraph)
-
Uses of ConstraintComponent.Scope in org.eclipse.rdf4j.sail.shacl.ast.targets
Fields in org.eclipse.rdf4j.sail.shacl.ast.targets declared as ConstraintComponent.Scope Modifier and Type Field Description private ConstraintComponent.Scope
EffectiveTarget.ActiveTargetTupleMapper. scope
private ConstraintComponent.Scope
TargetChainRetriever. scope
Constructors in org.eclipse.rdf4j.sail.shacl.ast.targets with parameters of type ConstraintComponent.Scope Constructor Description ActiveTargetTupleMapper(ConstraintComponent.Scope scope, boolean includePropertyShapeValues, Resource[] dataGraph)
TargetChainRetriever(ConnectionsGroup connectionsGroup, Resource[] dataGraph, java.util.List<StatementMatcher> statementMatchers, java.util.List<StatementMatcher> removedStatementMatchers, EffectiveTarget.EffectiveTargetFragment removedStatementTarget, SparqlFragment queryFragment, java.util.List<StatementMatcher.Variable<Value>> vars, ConstraintComponent.Scope scope, boolean hasValue)
-
Uses of ConstraintComponent.Scope in org.eclipse.rdf4j.sail.shacl.results
Constructors in org.eclipse.rdf4j.sail.shacl.results with parameters of type ConstraintComponent.Scope Constructor Description ValidationResult(Value focusNode, Value value, Shape shape, ConstraintComponent sourceConstraint, Severity severity, ConstraintComponent.Scope scope, Resource[] dataGraphs, Resource[] shapesGraphs)
Deprecated.
-