Class PredicateLogicalOrOperation
java.lang.Object
org.ehrbase.openehr.sdk.aql.webtemplatepath.predicate.PredicateLogicalOrOperation
- All Implemented Interfaces:
Serializable,LogicalOperator<PredicateLogicalOperatorSymbol,,DisjunctablePredicate> Predicate
public final class PredicateLogicalOrOperation
extends Object
implements Predicate, LogicalOperator<PredicateLogicalOperatorSymbol,DisjunctablePredicate>, Serializable
- Author:
- Stefan Spiska
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddValues(Stream<DisjunctablePredicate> valuesStream) Adds the values from the stream.booleaninthashCode()toString()
-
Constructor Details
-
PredicateLogicalOrOperation
-
-
Method Details
-
getSymbol
- Specified by:
getSymbolin interfaceLogicalOperator<PredicateLogicalOperatorSymbol,DisjunctablePredicate>
-
getValues
- Specified by:
getValuesin interfaceLogicalOperator<PredicateLogicalOperatorSymbol,DisjunctablePredicate>
-
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,DisjunctablePredicate> - Returns:
-
equals
-
hashCode
public int hashCode() -
toString
-