Uses of Class
org.ehrbase.aql.containment.ContainmentSet
-
Packages that use ContainmentSet Package Description org.ehrbase.aql.containment -
-
Uses of ContainmentSet in org.ehrbase.aql.containment
Methods in org.ehrbase.aql.containment that return ContainmentSet Modifier and Type Method Description ContainmentSetContainsProposition. containmentSet(Containment containment)return a ContainmentSet instance from the identified list of chained containments (e.g.ContainmentSetPredicates. getContainmentSet()ContainmentSetSimpleChainedCheck. getContainmentSet()ContainmentSetPredicates.Details. getInSet()ContainmentSetContainmentSet. getParentSet()Methods in org.ehrbase.aql.containment with parameters of type ContainmentSet Modifier and Type Method Description voidPredicates.Details. setInSet(ContainmentSet inSet)voidContainmentSet. setParentSet(ContainmentSet parentSet)Constructors in org.ehrbase.aql.containment with parameters of type ContainmentSet Constructor Description Containments(KnowledgeCacheService knowledgeCacheService, ContainmentSet containmentSet)Details(String expression, ContainmentSet inSet, Containment enclosing)Predicates(ContainmentSet containmentSet)SimpleChainedCheck(String symbol, ContainmentSet containmentSet)
-