Class AllTargetsPlanNode.AllTargetsBindingSetMapper
- java.lang.Object
-
- org.eclipse.rdf4j.sail.shacl.ast.planNodes.AllTargetsPlanNode.AllTargetsBindingSetMapper
-
- All Implemented Interfaces:
Function<org.eclipse.rdf4j.query.BindingSet,ValidationTuple>
- Enclosing class:
- AllTargetsPlanNode
public static class AllTargetsPlanNode.AllTargetsBindingSetMapper extends Object implements Function<org.eclipse.rdf4j.query.BindingSet,ValidationTuple>
-
-
Constructor Summary
Constructors Constructor Description AllTargetsBindingSetMapper(List<String> varNames, ConstraintComponent.Scope scope, boolean hasValue, org.eclipse.rdf4j.model.Resource[] contexts)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ValidationTupleapply(org.eclipse.rdf4j.query.BindingSet b)booleanequals(Object o)inthashCode()
-
-
-
Constructor Detail
-
AllTargetsBindingSetMapper
public AllTargetsBindingSetMapper(List<String> varNames, ConstraintComponent.Scope scope, boolean hasValue, org.eclipse.rdf4j.model.Resource[] contexts)
-
-
Method Detail
-
apply
public ValidationTuple apply(org.eclipse.rdf4j.query.BindingSet b)
- Specified by:
applyin interfaceFunction<org.eclipse.rdf4j.query.BindingSet,ValidationTuple>
-
-