Uses of Class
org.ehrbase.aql.containment.ContainmentSet
Packages that use ContainmentSet
-
Uses of ContainmentSet in org.ehrbase.aql.containment
Methods in org.ehrbase.aql.containment that return ContainmentSetModifier and TypeMethodDescriptionContainsProposition.containmentSet(Containment containment) return a ContainmentSet instance from the identified list of chained containments (e.g.Predicates.getContainmentSet()SimpleChainedCheck.getContainmentSet()Predicates.Details.getInSet()ContainmentSet.getParentSet()Methods in org.ehrbase.aql.containment with parameters of type ContainmentSetModifier and TypeMethodDescriptionvoidPredicates.Details.setInSet(ContainmentSet inSet) voidContainmentSet.setParentSet(ContainmentSet parentSet) Constructors in org.ehrbase.aql.containment with parameters of type ContainmentSetModifierConstructorDescriptionContainments(KnowledgeCacheService knowledgeCacheService, ContainmentSet containmentSet) Details(String expression, ContainmentSet inSet, Containment enclosing) Predicates(ContainmentSet containmentSet) SimpleChainedCheck(String symbol, ContainmentSet containmentSet)