Class InterpreterPath
- java.lang.Object
-
- org.ehrbase.webtemplate.interpreter.InterpreterPath
-
- All Implemented Interfaces:
Serializable
public class InterpreterPath extends Object implements Serializable
- Author:
- Stefan Spiska
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description InterpreterPath()
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description StringbuildNormalisedAql()Deprecated.superseded by ::buildNormalisedAqlDtoAqlPathbuildNormalisedAqlDto()booleanequals(Object o)LongextractDepth()List<InterpreterPathNode>getNodeList()inthashCode()voidsetNodeList(List<InterpreterPathNode> nodeList)StringtoString()
-
-
-
Method Detail
-
getNodeList
public List<InterpreterPathNode> getNodeList()
-
setNodeList
public void setNodeList(List<InterpreterPathNode> nodeList)
-
buildNormalisedAqlDto
public AqlPath buildNormalisedAqlDto()
-
buildNormalisedAql
@Deprecated public String buildNormalisedAql()
Deprecated.superseded by ::buildNormalisedAqlDto- Returns:
-
extractDepth
public Long extractDepth()
-
-