|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IValueExpression<E>
An expression which may be evaluated to a value.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface com.bigdata.bop.BOp |
|---|
BOp.Annotations |
| Field Summary |
|---|
| Fields inherited from interface com.bigdata.bop.BOp |
|---|
NOANNS, NOARGS |
| Method Summary | |
|---|---|
E |
get(IBindingSet bindingSet)
Return the as bound value of the variable, constant, or expression. |
| Methods inherited from interface com.bigdata.bop.BOp |
|---|
annotations, argIterator, args, arity, clone, get, getEvaluationContext, getId, getProperty, getRequiredProperty, isController, setProperty, toArray, toArray, toShortString, toString |
| Methods inherited from interface cutthecrap.utils.striterators.IPropertySet |
|---|
getProperty |
| Method Detail |
|---|
E get(IBindingSet bindingSet)
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.
bindingSet - The binding set.
IllegalArgumentException - if this is an IVariable and the bindingSet is
null.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||