public interface PlanNode
Modifier and Type | Method and Description |
---|---|
int |
depth() |
String |
getId() |
IteratorData |
getIteratorDataType() |
void |
getPlanAsGraphvizDot(StringBuilder stringBuilder) |
CloseableIteration<Tuple,SailException> |
iterator() |
void |
receiveLogger(ValidationExecutionLogger validationExecutionLogger) |
CloseableIteration<Tuple,SailException> iterator()
int depth()
void getPlanAsGraphvizDot(StringBuilder stringBuilder)
String getId()
IteratorData getIteratorDataType()
void receiveLogger(ValidationExecutionLogger validationExecutionLogger)
Copyright © 2015-2020 Eclipse Foundation. All Rights Reserved.