public class IsMaterializedBOp extends XSDBooleanIVValueExpression
isMaterialized(x)
.Modifier and Type | Class and Description |
---|---|
static interface |
IsMaterializedBOp.Annotations |
DEFAULT_INITIAL_CAPACITY
Constructor and Description |
---|
IsMaterializedBOp(BOp[] args,
Map<String,Object> anns)
Required shallow copy constructor.
|
IsMaterializedBOp(IsMaterializedBOp op)
Constructor required for
com.bigdata.bop.BOpUtility#deepCopy(FilterNode) . |
IsMaterializedBOp(IVariable<IV> x,
boolean materialized) |
Modifier and Type | Method and Description |
---|---|
boolean |
accept(IBindingSet bs)
Implement this method.
|
areGlobalsRequired, get, wrap
anns, 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, toArray
annotationsEqual, annotationsToString, annotationsToString, annotationValueToString, checkArgs, clone, equals, getEvaluationContext, getId, getProperty, getRequiredProperty, hashCode, indent, isController, mutation, shortenName, toShortString, toString, toString
finalize, getClass, notify, notifyAll, wait, wait, wait
toString
annotations, argIterator, args, arity, clone, getEvaluationContext, getId, getProperty, getRequiredProperty, isController, setProperty, toArray, toArray, toShortString, toString
getProperty
public IsMaterializedBOp(IVariable<IV> x, boolean materialized)
x
- The variable.materialized
- If true
, only accept variable bindings for
x
that have a materialized RDF
BigdataValue
. If false
, only accept those
that don't.lex
- The namespace of the lexicon relation.public IsMaterializedBOp(BOp[] args, Map<String,Object> anns)
public IsMaterializedBOp(IsMaterializedBOp op)
com.bigdata.bop.BOpUtility#deepCopy(FilterNode)
.public boolean accept(IBindingSet bs)
XSDBooleanIVValueExpression
accept
in class XSDBooleanIVValueExpression
bs
- The source solution.true
iff the function accepts the solution.Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.