Package org.ehrbase.openehr.sdk.aql.dto
Interface LogicalOperator<S,T>
- All Known Implementing Classes:
ContainmentSetOperator,LogicalOperatorCondition,PredicateLogicalAndOperation,PredicateLogicalOrOperation
public interface LogicalOperator<S,T>
- Author:
- Stefan Spiska
-
Method Summary
-
Method Details
-
getSymbol
S getSymbol() -
getValues
-
addValues
Adds the values from the stream. Depending on the implementation, the original object may or may not be modified.- Parameters:
valuesStream-- Returns:
-