public class OrBOp extends XSDBooleanIVValueExpression
x OR y. Each operand of this operator
 must evaluate to a boolean. If the operand is not known to evaluate to a
 boolean, it is wrapped with an EBVBOp.IVValueExpression.AnnotationsDEFAULT_INITIAL_CAPACITY| Constructor and Description | 
|---|
OrBOp(BOp[] args,
     Map<String,Object> anns)
Required shallow copy constructor. 
 | 
OrBOp(IValueExpression<? extends IV> x,
     IValueExpression<? extends IV> y)  | 
OrBOp(OrBOp op)
Constructor required for  
com.bigdata.bop.BOpUtility#deepCopy(FilterNode). | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
accept(IBindingSet bs)
Follows semantics from SPARQL spec - "Testing Values". 
 | 
IValueExpression<? extends XSDBooleanIV> | 
get(int i)
Return an argument to the operation. 
 | 
areGlobalsRequired, get, wrapanns, asIV, asIV, asLiteral, asValue, getAndCheckBound, getAndCheckLiteral, getAndCheckLiteralValue, getLexiconConfiguration, getNamespace, getTimestamp, getValueFactory, literalLabel__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 OrBOp(IValueExpression<? extends IV> x, IValueExpression<? extends IV> y)
public OrBOp(OrBOp op)
com.bigdata.bop.BOpUtility#deepCopy(FilterNode).public IValueExpression<? extends XSDBooleanIV> get(int i)
BOpget in interface BOpget in class IVValueExpression<XSDBooleanIV>i - The argument index in [0:BOp.arity()-1].public boolean accept(IBindingSet bs)
see http://www.w3.org/TR/rdf-sparql-query/#tests section 11.2
accept in class XSDBooleanIVValueExpressionbs - The source solution.true iff the function accepts the solution.Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.