Interface GenericPlanNode<T>
public interface GenericPlanNode<T>
- Author:
- HÃ¥vard Mikkelsen Ottestad
-
Method Summary
Modifier and TypeMethodDescriptionint
depth()
getId()
void
getPlanAsGraphvizDot
(StringBuilder stringBuilder) iterator()
void
receiveLogger
(ValidationExecutionLogger validationExecutionLogger)
-
Method Details
-
iterator
CloseableIteration<T,SailException> iterator() -
depth
int depth() -
getPlanAsGraphvizDot
-
getId
String getId() -
receiveLogger
-