Uses of Class
org.ehrbase.openehr.aqlengine.pathanalysis.ANode
Packages that use ANode
-
Uses of ANode in org.ehrbase.openehr.aqlengine.pathanalysis
Methods in org.ehrbase.openehr.aqlengine.pathanalysis that return ANodeModifier and TypeMethodDescriptionstatic ANodePathAnalysis.analyzeAqlPathTypes(String rootType, List<org.ehrbase.openehr.sdk.aql.dto.path.AndOperatorPredicate> variablePredicates, List<org.ehrbase.openehr.sdk.aql.dto.path.AndOperatorPredicate> rootPredicates, org.ehrbase.openehr.sdk.aql.dto.path.AqlObjectPath path, Set<String> candidateTypes) Determines for each node of the path (resulting from the path hierarchy directly, or from predicates) a set of possible RM or Foundational typesANode.getAttribute(String attribute) Methods in org.ehrbase.openehr.aqlengine.pathanalysis that return types with arguments of type ANodeModifier and TypeMethodDescriptionstatic Map<ANode, Map<String, PathAnalysis.AttInfo>> PathAnalysis.createAttributeInfos(ANode rootNode) Methods in org.ehrbase.openehr.aqlengine.pathanalysis with parameters of type ANodeModifier and TypeMethodDescriptionstatic Map<ANode, Map<String, PathAnalysis.AttInfo>> PathAnalysis.createAttributeInfos(ANode rootNode)