Class PredicateLogicalAndOperation
java.lang.Object
org.ehrbase.openehr.sdk.aql.webtemplatepath.predicate.PredicateLogicalAndOperation
- All Implemented Interfaces:
Serializable,LogicalOperator<PredicateLogicalOperatorSymbol,,PredicateComparisonOperator> DisjunctablePredicate,Predicate
public final class PredicateLogicalAndOperation
extends Object
implements LogicalOperator<PredicateLogicalOperatorSymbol,PredicateComparisonOperator>, DisjunctablePredicate, Serializable
- Author:
- Stefan Spiska
- See Also:
-
Constructor Summary
ConstructorsConstructorDescription -
Method Summary
Modifier and TypeMethodDescriptionaddValues(Stream<PredicateComparisonOperator> valuesStream) Adds the values from the stream.booleaninthashCode()toString()
-
Constructor Details
-
PredicateLogicalAndOperation
public PredicateLogicalAndOperation() -
PredicateLogicalAndOperation
-
-
Method Details
-
getSymbol
- Specified by:
getSymbolin interfaceLogicalOperator<PredicateLogicalOperatorSymbol,PredicateComparisonOperator>
-
getValues
- Specified by:
getValuesin interfaceLogicalOperator<PredicateLogicalOperatorSymbol,PredicateComparisonOperator>
-
addValues
Description copied from interface:LogicalOperatorAdds the values from the stream. Depending on the implementation, the original object may or may not be modified.- Specified by:
addValuesin interfaceLogicalOperator<PredicateLogicalOperatorSymbol,PredicateComparisonOperator> - Returns:
-
equals
-
hashCode
public int hashCode() -
toString
-