Class UnorderedSelect.Mapper.ObjectScopedMapper
java.lang.Object
org.eclipse.rdf4j.sail.shacl.ast.planNodes.UnorderedSelect.Mapper.ObjectScopedMapper
- All Implemented Interfaces:
BiFunction<Statement,
Resource[], ValidationTuple>
- Enclosing class:
UnorderedSelect.Mapper
public static class UnorderedSelect.Mapper.ObjectScopedMapper
extends Object
implements BiFunction<Statement,Resource[],ValidationTuple>
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) static UnorderedSelect.Mapper.ObjectScopedMapper
(package private) static UnorderedSelect.Mapper.ObjectScopedMapper
(package private) static UnorderedSelect.Mapper.ObjectScopedMapper
private final ConstraintComponent.Scope
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.util.function.BiFunction
andThen
-
Field Details
-
scope
-
nodeShapeInstance
-
propertyShapeInstance
-
noneInstance
-
-
Constructor Details
-
ObjectScopedMapper
-
-
Method Details
-
apply
- Specified by:
apply
in interfaceBiFunction<Statement,
Resource[], ValidationTuple>
-
hashCode
public int hashCode() -
equals
-
getFunction
public static UnorderedSelect.Mapper.ObjectScopedMapper getFunction(ConstraintComponent.Scope scope)
-