Class MaxLengthFilter
- java.lang.Object
-
- org.eclipse.rdf4j.sail.shacl.ast.planNodes.FilterPlanNode
-
- org.eclipse.rdf4j.sail.shacl.ast.planNodes.MaxLengthFilter
-
- All Implemented Interfaces:
MultiStreamPlanNode
,PlanNode
public class MaxLengthFilter extends FilterPlanNode
-
-
Field Summary
Fields Modifier and Type Field Description private long
maxLength
-
Fields inherited from class org.eclipse.rdf4j.sail.shacl.ast.planNodes.FilterPlanNode
parent, printed
-
-
Constructor Summary
Constructors Constructor Description MaxLengthFilter(PlanNode parent, long maxLength)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description (package private) boolean
checkTuple(ValidationTuple t)
boolean
equals(java.lang.Object o)
int
hashCode()
java.lang.String
toString()
-
Methods inherited from class org.eclipse.rdf4j.sail.shacl.ast.planNodes.FilterPlanNode
close, depth, getFalseNode, getId, getPlanAsGraphvizDot, getTrueNode, incrementIterator, init, iterator, producesSorted, receiveLogger, requiresSorted
-
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
-
-
-
-
Constructor Detail
-
MaxLengthFilter
public MaxLengthFilter(PlanNode parent, long maxLength)
-
-
Method Detail
-
checkTuple
boolean checkTuple(ValidationTuple t)
- Specified by:
checkTuple
in classFilterPlanNode
-
toString
public java.lang.String toString()
- Overrides:
toString
in classFilterPlanNode
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equals
in classFilterPlanNode
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classFilterPlanNode
-
-