public static class FunctionRegistry.UnknownFunctionBOp extends ImmutableBOp implements IValueExpression<IV>
BOp.AnnotationsDEFAULT_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, 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, get, getEvaluationContext, getId, getProperty, getRequiredProperty, isController, setProperty, toArray, toArray, toShortString, toStringgetPropertypublic 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)
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 IValueExpression<IV>bindingSet - The binding set.Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.