Class AllTargetsPlanNode.AllTargetsBindingSetMapper
- java.lang.Object
-
- org.eclipse.rdf4j.sail.shacl.ast.planNodes.AllTargetsPlanNode.AllTargetsBindingSetMapper
-
- All Implemented Interfaces:
java.util.function.Function<BindingSet,ValidationTuple>
- Enclosing class:
- AllTargetsPlanNode
public static class AllTargetsPlanNode.AllTargetsBindingSetMapper extends java.lang.Object implements java.util.function.Function<BindingSet,ValidationTuple>
-
-
Constructor Summary
Constructors Constructor Description AllTargetsBindingSetMapper(java.util.List<java.lang.String> varNames, ConstraintComponent.Scope scope, boolean hasValue, Resource[] contexts)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ValidationTuple
apply(BindingSet b)
boolean
equals(java.lang.Object o)
int
hashCode()
-
-
-
Field Detail
-
varNames
private final java.util.List<java.lang.String> varNames
-
scope
private final ConstraintComponent.Scope scope
-
hasValue
private final boolean hasValue
-
contexts
private final Resource[] contexts
-
-
Constructor Detail
-
AllTargetsBindingSetMapper
public AllTargetsBindingSetMapper(java.util.List<java.lang.String> varNames, ConstraintComponent.Scope scope, boolean hasValue, Resource[] contexts)
-
-
Method Detail
-
apply
public ValidationTuple apply(BindingSet b)
- Specified by:
apply
in interfacejava.util.function.Function<BindingSet,ValidationTuple>
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equals
in classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
-
-