public class RandBOp extends IVValueExpression<IV>
IVValueExpression.AnnotationsDEFAULT_INITIAL_CAPACITY| Constructor and Description |
|---|
RandBOp() |
RandBOp(BOp[] args,
Map<String,Object> anns) |
RandBOp(RandBOp op) |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
areGlobalsRequired()
Returns
true unless overridden, meaning the
GlobalAnnotations are required for this value expression
(certain boolean value expressions do not require them). |
IV |
get(IBindingSet bindingSet)
Return the as bound value of the variable, constant, or
expression.
|
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, 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 RandBOp()
public RandBOp(RandBOp op)
protected boolean areGlobalsRequired()
IVValueExpressiontrue unless overridden, meaning the
GlobalAnnotations are required for this value expression
(certain boolean value expressions do not require them). Global
annotations allow the method getValueFactory and getLexiconConfiguration
to work.areGlobalsRequired in class IVValueExpression<IV>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.bindingSet - The binding set.Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.