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.SubjectScopedMappernodeShapeInstance(package private) static UnorderedSelect.Mapper.SubjectScopedMappernoneInstance(package private) static UnorderedSelect.Mapper.SubjectScopedMapperpropertyShapeInstanceprivate ConstraintComponent.Scopescope
-
Constructor Summary
Constructors Modifier Constructor Description privateSubjectScopedMapper(ConstraintComponent.Scope scope)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description ValidationTupleapply(Statement s, Resource[] dataGraph)booleanequals(java.lang.Object obj)static UnorderedSelect.Mapper.SubjectScopedMappergetFunction(ConstraintComponent.Scope scope)inthashCode()
-
-
-
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:
applyin interfacejava.util.function.BiFunction<Statement,Resource[],ValidationTuple>
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equalsin classjava.lang.Object
-
getFunction
public static UnorderedSelect.Mapper.SubjectScopedMapper getFunction(ConstraintComponent.Scope scope)
-
-