Class UnorderedSelect.Mapper.SubjectScopedMapper
- java.lang.Object
-
- org.eclipse.rdf4j.sail.shacl.ast.planNodes.UnorderedSelect.Mapper.SubjectScopedMapper
-
- All Implemented Interfaces:
java.util.function.BiFunction<Statement,Resource[],ValidationTuple>
- Enclosing class:
- UnorderedSelect.Mapper
public static class UnorderedSelect.Mapper.SubjectScopedMapper extends java.lang.Object implements java.util.function.BiFunction<Statement,Resource[],ValidationTuple>
-
-
Field Summary
Fields Modifier and Type Field Description (package private) static UnorderedSelect.Mapper.SubjectScopedMapper
nodeShapeInstance
(package private) static UnorderedSelect.Mapper.SubjectScopedMapper
noneInstance
(package private) static UnorderedSelect.Mapper.SubjectScopedMapper
propertyShapeInstance
private ConstraintComponent.Scope
scope
-
Constructor Summary
Constructors Modifier Constructor Description private
SubjectScopedMapper(ConstraintComponent.Scope scope)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description ValidationTuple
apply(Statement s, Resource[] dataGraph)
boolean
equals(java.lang.Object obj)
static UnorderedSelect.Mapper.SubjectScopedMapper
getFunction(ConstraintComponent.Scope scope)
int
hashCode()
-
-
-
Field Detail
-
scope
private final ConstraintComponent.Scope scope
-
nodeShapeInstance
static UnorderedSelect.Mapper.SubjectScopedMapper nodeShapeInstance
-
propertyShapeInstance
static UnorderedSelect.Mapper.SubjectScopedMapper propertyShapeInstance
-
noneInstance
static UnorderedSelect.Mapper.SubjectScopedMapper noneInstance
-
-
Constructor Detail
-
SubjectScopedMapper
private SubjectScopedMapper(ConstraintComponent.Scope scope)
-
-
Method Detail
-
apply
public ValidationTuple apply(Statement s, Resource[] dataGraph)
- Specified by:
apply
in interfacejava.util.function.BiFunction<Statement,Resource[],ValidationTuple>
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
-
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equals
in classjava.lang.Object
-
getFunction
public static UnorderedSelect.Mapper.SubjectScopedMapper getFunction(ConstraintComponent.Scope scope)
-
-