public interface BooleanValueExpression extends IValueExpression<Boolean>
BOp.Annotations
Modifier and Type | Method and Description |
---|---|
Boolean |
get(IBindingSet bs)
Return the as bound value of the variable, constant, or
expression.
|
toString
annotations, argIterator, args, arity, clone, get, getEvaluationContext, getId, getProperty, getRequiredProperty, isController, setProperty, toArray, toArray, toShortString, toString
getProperty
Boolean get(IBindingSet bs)
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<Boolean>
bs
- The binding set.Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.