public class IsBoundBOp extends XSDBooleanIVValueExpression
bound(x) for the variable x.IVValueExpression.AnnotationsDEFAULT_INITIAL_CAPACITY| Constructor and Description |
|---|
IsBoundBOp(BOp[] args,
Map<String,Object> anns)
Required shallow copy constructor.
|
IsBoundBOp(IsBoundBOp op)
Constructor required for
com.bigdata.bop.BOpUtility#deepCopy(FilterNode). |
IsBoundBOp(IVariable<IV> x) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
accept(IBindingSet bs)
Returns true if var is bound to a value.
|
areGlobalsRequired, get, wrapanns, asIV, asIV, asLiteral, asValue, get, 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 IsBoundBOp(BOp[] args, Map<String,Object> anns)
public IsBoundBOp(IsBoundBOp op)
com.bigdata.bop.BOpUtility#deepCopy(FilterNode).public boolean accept(IBindingSet bs)
Returns true if var is bound to a value. Returns false otherwise. Variables with the value NaN or INF are considered bound.
accept in class XSDBooleanIVValueExpressionbs - The source solution.true iff the function accepts the solution.http://www.w3.org/TR/sparql11-query/#func-boundCopyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.