public class OR extends BOpBase implements BooleanValueExpression
x OR y.BOp.AnnotationsDEFAULT_INITIAL_CAPACITY| Constructor and Description |
|---|
OR(BooleanValueExpression x,
BooleanValueExpression y) |
OR(BOp[] args,
Map<String,Object> anns)
Shallow copy constructor (required).
|
OR(OR op)
Constructor required for
com.bigdata.bop.BOpUtility#deepCopy(FilterNode). |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
get(IBindingSet s)
Return the as bound value of the variable, constant, or
expression.
|
BooleanValueExpression |
get(int i)
Return an argument to the operation.
|
__replaceArg, _clearProperty, _set, _setProperty, annotations, annotationsCopy, annotationsEqual, annotationsRef, argIterator, args, argsCopy, arity, clearAnnotations, clearProperty, deepCopy, deepCopy, getProperty, setArg, setProperty, setUnboundProperty, toArray, toArrayannotationsEqual, annotationsToString, annotationsToString, annotationValueToString, checkArgs, clone, equals, getEvaluationContext, getId, getProperty, getRequiredProperty, hashCode, indent, isController, mutation, shortenName, toShortString, toString, toStringfinalize, getClass, notify, notifyAll, wait, wait, waittoStringannotations, argIterator, args, arity, clone, getEvaluationContext, getId, getProperty, getRequiredProperty, isController, setProperty, toArray, toArray, toShortString, toStringgetPropertypublic OR(BooleanValueExpression x, BooleanValueExpression y)
public OR(OR op)
com.bigdata.bop.BOpUtility#deepCopy(FilterNode).public BooleanValueExpression get(int i)
BOpget in interface BOpget in class BOpBasei - The argument index in [0:BOp.arity()-1].public Boolean get(IBindingSet s)
IValueExpressionIConstant is the
contant's value. The as bound value of an IVariable is the
bound value in the given IBindingSet -or- null if
the variable is not bound in the IBindingSet.get in interface BooleanValueExpressionget in interface IValueExpression<Boolean>s - The binding set.Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.