public static interface Constant.Annotations extends BOp.Annotations
Modifier and Type | Field and Description |
---|---|
static String |
VAR
The
IVariable which is bound to that constant value
(optional). |
BOP_ID, CONTROLLER, DEFAULT_CONTROLLER, DEFAULT_EVALUATION_CONTEXT, DEFAULT_TIMEOUT, EVALUATION_CONTEXT, NAMESPACE, TIMEOUT
static final String VAR
IVariable
which is bound to that constant value
(optional).
BOpContext.bind(IPredicate, IConstraint[], Object, IBindingSet)
takes care of propagating the binding onto the variable for solutions
which join.
Note: The Var
class in bigdata provides a guarantee of
reference testing for equality, which is why we can not simply attach
the constant to the variable and have the variable report its bound
value. *
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.