Class PathQueryDescriptor

java.lang.Object
org.ehrbase.openehr.aqlengine.pathanalysis.PathQueryDescriptor

public class PathQueryDescriptor extends Object
  • Constructor Details

    • PathQueryDescriptor

      public PathQueryDescriptor(org.ehrbase.openehr.sdk.aql.dto.containment.ContainmentClassExpression root, PathQueryDescriptor parent, org.ehrbase.openehr.sdk.aql.dto.path.AqlObjectPath representedPath, PathQueryDescriptor.PathType type, Set<String> rmType)
  • Method Details

    • getRmType

      public Set<String> getRmType()
    • getRoot

      public org.ehrbase.openehr.sdk.aql.dto.containment.ContainmentClassExpression getRoot()
    • getParent

      public PathQueryDescriptor getParent()
    • getRepresentedPath

      public org.ehrbase.openehr.sdk.aql.dto.path.AqlObjectPath getRepresentedPath()
    • getType

      public PathQueryDescriptor.PathType getType()
    • toString

      public String toString()
      Overrides:
      toString in class Object