Uses of Interface
org.ehrbase.aql.dto.condition.LogicalOperatorDto
-
Packages that use LogicalOperatorDto Package Description org.ehrbase.aql.dto.condition org.ehrbase.aql.dto.containment org.ehrbase.aql.dto.path.predicate org.ehrbase.aql.parser -
-
Uses of LogicalOperatorDto in org.ehrbase.aql.dto.condition
Classes in org.ehrbase.aql.dto.condition that implement LogicalOperatorDto Modifier and Type Class Description classConditionLogicalOperatorDtoMethods in org.ehrbase.aql.dto.condition that return LogicalOperatorDto Modifier and Type Method Description default LogicalOperatorDto<S,T>LogicalOperatorDto. addValues(Stream<T> valuesStream)Adds the values from the stream. -
Uses of LogicalOperatorDto in org.ehrbase.aql.dto.containment
Classes in org.ehrbase.aql.dto.containment that implement LogicalOperatorDto Modifier and Type Class Description classContainmentLogicalOperator -
Uses of LogicalOperatorDto in org.ehrbase.aql.dto.path.predicate
Classes in org.ehrbase.aql.dto.path.predicate that implement LogicalOperatorDto Modifier and Type Class Description classPredicateLogicalAndOperationclassPredicateLogicalOrOperation -
Uses of LogicalOperatorDto in org.ehrbase.aql.parser
Methods in org.ehrbase.aql.parser that return LogicalOperatorDto Modifier and Type Method Description static <S extends LogicalOperatorSymbol,T>
LogicalOperatorDto<S,T>AqlToDtoVisitor. buildLogicalOperator(List<Object> boolList, Function<S,LogicalOperatorDto<S,T>> creator)Method parameters in org.ehrbase.aql.parser with type arguments of type LogicalOperatorDto Modifier and Type Method Description static <S extends LogicalOperatorSymbol,T>
LogicalOperatorDto<S,T>AqlToDtoVisitor. buildLogicalOperator(List<Object> boolList, Function<S,LogicalOperatorDto<S,T>> creator)
-