public static class FunctionRegistry.UnknownFunctionBOp extends ImmutableBOp implements IValueExpression<IV>
BOp.Annotations
DEFAULT_INITIAL_CAPACITY
Constructor and Description |
---|
FunctionRegistry.UnknownFunctionBOp(BOp[] args,
Map<String,Object> anns)
Required shallow copy constructor.
|
FunctionRegistry.UnknownFunctionBOp(FunctionRegistry.UnknownFunctionBOp op)
Constructor required for
com.bigdata.bop.BOpUtility#deepCopy(FilterNode) . |
FunctionRegistry.UnknownFunctionBOp(org.openrdf.model.URI functionURI) |
Modifier and Type | Method and Description |
---|---|
IV |
get(IBindingSet bindingSet)
Return the as bound value of the variable, constant, or
expression.
|
_clearProperty, _setProperty
__replaceArg, _set, annotations, annotationsCopy, annotationsEqual, annotationsRef, argIterator, args, argsCopy, arity, clearAnnotations, clearProperty, deepCopy, deepCopy, get, 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, get, getEvaluationContext, getId, getProperty, getRequiredProperty, isController, setProperty, toArray, toArray, toShortString, toString
getProperty
public FunctionRegistry.UnknownFunctionBOp(org.openrdf.model.URI functionURI)
public FunctionRegistry.UnknownFunctionBOp(FunctionRegistry.UnknownFunctionBOp op)
com.bigdata.bop.BOpUtility#deepCopy(FilterNode)
.op
- public IV get(IBindingSet bindingSet)
IValueExpression
IConstant
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 IValueExpression<IV>
bindingSet
- The binding set.Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.