Class UnorderedSelect
- java.lang.Object
-
- org.eclipse.rdf4j.sail.shacl.ast.planNodes.UnorderedSelect
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
UnorderedSelect.Mapper
-
Field Summary
Fields Modifier and Type Field Description private SailConnection
connection
private Resource[]
dataGraph
private static org.slf4j.Logger
logger
private java.util.function.BiFunction<Statement,Resource[],ValidationTuple>
mapper
private Value
object
private IRI
predicate
private boolean
printed
private Resource
subject
private ValidationExecutionLogger
validationExecutionLogger
-
Constructor Summary
Constructors Constructor Description UnorderedSelect(SailConnection connection, Resource subject, IRI predicate, Value object, Resource[] dataGraph, java.util.function.BiFunction<Statement,Resource[],ValidationTuple> mapper)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
depth()
boolean
equals(java.lang.Object o)
java.lang.String
getId()
void
getPlanAsGraphvizDot(java.lang.StringBuilder stringBuilder)
int
hashCode()
CloseableIteration<? extends ValidationTuple,SailException>
iterator()
boolean
producesSorted()
void
receiveLogger(ValidationExecutionLogger validationExecutionLogger)
boolean
requiresSorted()
java.lang.String
toString()
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.eclipse.rdf4j.sail.shacl.ast.planNodes.PlanNode
isGuaranteedEmpty
-
-
-
-
Field Detail
-
logger
private static final org.slf4j.Logger logger
-
connection
private final SailConnection connection
-
subject
private final Resource subject
-
predicate
private final IRI predicate
-
object
private final Value object
-
dataGraph
private final Resource[] dataGraph
-
mapper
private final java.util.function.BiFunction<Statement,Resource[],ValidationTuple> mapper
-
printed
private boolean printed
-
validationExecutionLogger
private ValidationExecutionLogger validationExecutionLogger
-
-
Constructor Detail
-
UnorderedSelect
public UnorderedSelect(SailConnection connection, Resource subject, IRI predicate, Value object, Resource[] dataGraph, java.util.function.BiFunction<Statement,Resource[],ValidationTuple> mapper)
-
-
Method Detail
-
iterator
public CloseableIteration<? extends ValidationTuple,SailException> iterator()
-
getPlanAsGraphvizDot
public void getPlanAsGraphvizDot(java.lang.StringBuilder stringBuilder)
- Specified by:
getPlanAsGraphvizDot
in interfacePlanNode
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
receiveLogger
public void receiveLogger(ValidationExecutionLogger validationExecutionLogger)
- Specified by:
receiveLogger
in interfacePlanNode
-
producesSorted
public boolean producesSorted()
- Specified by:
producesSorted
in interfacePlanNode
-
requiresSorted
public boolean requiresSorted()
- Specified by:
requiresSorted
in interfacePlanNode
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equals
in classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
-
-