Uses of Class
org.ehrbase.aql.containment.Containment
-
Packages that use Containment Package Description org.ehrbase.aql.containment -
-
Uses of Containment in org.ehrbase.aql.containment
Methods in org.ehrbase.aql.containment that return Containment Modifier and Type Method Description ContainmentPredicates.Details. getContainedIn()ContainmentAstContainment. getContainment()ContainmentContainmentSet. getEnclosing()ContainmentContainment. getEnclosingContainment()Methods in org.ehrbase.aql.containment with parameters of type Containment Modifier and Type Method Description voidContainmentSet. add(Containment containment)voidPredicates.Details. setContainedIn(Containment containedIn)voidContainment. setEnclosingContainment(Containment enclosingContainment)Constructors in org.ehrbase.aql.containment with parameters of type Containment Constructor Description AstContainment(Containment containment, AstContainment enclosing)AtomicContainment(Containment containment, AstContainment enclosing)Containment(Containment enclosingContainment)ContainmentSet(int serial, Containment enclosing)Details(String expression, ContainmentSet inSet, Containment enclosing)
-