public final class RangeBOp extends ModifiableBOpBase
(Lift range
constraints onto AP).
,
Serialized FormModifier and Type | Class and Description |
---|---|
static interface |
RangeBOp.Annotations |
DEFAULT_INITIAL_CAPACITY
Constructor and Description |
---|
RangeBOp() |
RangeBOp(BOp[] args,
Map<String,Object> anns)
Required shallow copy constructor.
|
RangeBOp(IValueExpression<? extends IV> from,
IValueExpression<? extends IV> to) |
RangeBOp(RangeBOp op)
Constructor required for
com.bigdata.bop.BOpUtility#deepCopy(FilterNode) . |
Modifier and Type | Method and Description |
---|---|
RangeBOp |
asBound(IBindingSet bs) |
IValueExpression<? extends IV> |
from() |
boolean |
isFromBound() |
boolean |
isToBound() |
void |
setFrom(IValueExpression<? extends IV> from) |
void |
setTo(IValueExpression<? extends IV> to) |
IValueExpression<? extends IV> |
to() |
addArg, addArg, addArgIfAbsent, annotations, annotationsEqual, argIterator, args, arity, clearProperty, copyAll, get, getProperty, indexOf, removeArg, replaceWith, setArg, setArgs, setId, setProperty, setUnboundProperty, toArray, toArray
annotationsEqual, annotationsToString, annotationsToString, annotationValueToString, checkArgs, clone, equals, getEvaluationContext, getId, getProperty, getRequiredProperty, hashCode, indent, isController, mutation, shortenName, toShortString, toString, toString
public RangeBOp()
public RangeBOp(IValueExpression<? extends IV> from, IValueExpression<? extends IV> to)
public RangeBOp(RangeBOp op)
com.bigdata.bop.BOpUtility#deepCopy(FilterNode)
.public IValueExpression<? extends IV> from()
public IValueExpression<? extends IV> to()
public void setFrom(IValueExpression<? extends IV> from)
public void setTo(IValueExpression<? extends IV> to)
public final RangeBOp asBound(IBindingSet bs)
public final boolean isFromBound()
public final boolean isToBound()
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.