Package org.ehrbase.aql.sql.queryImpl
Class IterativeNode
- java.lang.Object
-
- org.ehrbase.aql.sql.queryImpl.IterativeNode
-
- All Implemented Interfaces:
I_IterativeNode
public class IterativeNode extends Object implements I_IterativeNode
Created by christian on 5/9/2018.
-
-
Constructor Summary
Constructors Constructor Description IterativeNode(String templateId, IntrospectService introspectCache, List<String> ignoreIterativeNode, int depth)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<String>clipInIterativeMarker(List<String> segmentedPath, Integer[] clipPos)Integer[]iterativeAt(List<String> segmentedPath)check if node at path is iterative (max > 1)
-