Uses of Class
org.ehrbase.aql.dto.path.AqlPath.AqlNode
-
Packages that use AqlPath.AqlNode Package Description org.ehrbase.aql.dto.path -
-
Uses of AqlPath.AqlNode in org.ehrbase.aql.dto.path
Methods in org.ehrbase.aql.dto.path that return AqlPath.AqlNode Modifier and Type Method Description AqlPath.AqlNodeAqlPath.AqlNode. clearOtherPredicates()AqlPath.AqlNodeAqlPath. getBaseNode()AqlPath.AqlNodeAqlPath. getLastNode()AqlPath.AqlNodeAqlPath. getNode(int pos)AqlPath.AqlNodeAqlPath.AqlNode. withAtCode(String atCode)AqlPath.AqlNodeAqlPath.AqlNode. withNameValue(String nameValue)Methods in org.ehrbase.aql.dto.path that return types with arguments of type AqlPath.AqlNode Modifier and Type Method Description List<AqlPath.AqlNode>AqlPath. getNodes()Methods in org.ehrbase.aql.dto.path with parameters of type AqlPath.AqlNode Modifier and Type Method Description AqlPathAqlPath. addEnd(AqlPath.AqlNode... nodesToAdd)booleanAqlPath.AqlNode. equals(AqlPath.AqlNode o, boolean withOtherPredicates)AqlPathAqlPath. replaceNode(int pos, AqlPath.AqlNode newNode)Method parameters in org.ehrbase.aql.dto.path with type arguments of type AqlPath.AqlNode Modifier and Type Method Description AqlPathAqlPath. replaceLastNode(UnaryOperator<AqlPath.AqlNode> op)
-