Class UnionNode
java.lang.Object
org.eclipse.rdf4j.sail.shacl.ast.planNodes.UnionNode
- All Implemented Interfaces:
 PlanNode
- 
Method Summary
Modifier and TypeMethodDescriptionintdepth()booleangetId()static PlanNodegetInstance(ConnectionsGroup connectionsGroup, PlanNode... nodes) static PlanNodegetInstanceDedupe(ConnectionsGroup connectionsGroup, PlanNode... nodes) voidgetPlanAsGraphvizDot(StringBuilder stringBuilder) inthashCode()CloseableIteration<? extends ValidationTuple> iterator()booleanvoidreceiveLogger(ValidationExecutionLogger validationExecutionLogger) booleantoString()Methods inherited from interface PlanNode
isGuaranteedEmpty 
- 
Method Details
- 
getInstance
 - 
getInstanceDedupe
 - 
iterator
 - 
depth
 - 
getPlanAsGraphvizDot
- Specified by:
 getPlanAsGraphvizDotin interfacePlanNode
 - 
toString
 - 
getId
 - 
receiveLogger
- Specified by:
 receiveLoggerin interfacePlanNode
 - 
producesSorted
public boolean producesSorted()- Specified by:
 producesSortedin interfacePlanNode
 - 
requiresSorted
public boolean requiresSorted()- Specified by:
 requiresSortedin interfacePlanNode
 - 
equals
 - 
hashCode
 
 -