public class INBinarySearch<T> extends INConstraint<T>
INConstraint.Annotations
DEFAULT_INITIAL_CAPACITY
Constructor and Description |
---|
INBinarySearch(BOp[] args,
Map<String,Object> annotations)
Shallow copy constructor.
|
INBinarySearch(INBinarySearch<T> op)
Deep copy constructor.
|
INBinarySearch(IVariable<T> x,
IConstant<T>[] set) |
Modifier and Type | Method and Description |
---|---|
Boolean |
get(IBindingSet bindingSet)
Return the as bound value of the variable, constant, or
expression.
|
getSet, getVariable
__replaceArg, _clearProperty, _set, _setProperty, annotations, annotationsCopy, annotationsEqual, annotationsRef, argIterator, args, argsCopy, arity, clearAnnotations, clearProperty, deepCopy, deepCopy, get, getProperty, setArg, setProperty, setUnboundProperty, toArray, toArray
annotationsEqual, annotationsToString, annotationsToString, annotationValueToString, checkArgs, clone, equals, getEvaluationContext, getId, getProperty, getRequiredProperty, hashCode, indent, isController, mutation, shortenName, toShortString, toString, toString
finalize, getClass, notify, notifyAll, wait, wait, wait
toString
annotations, argIterator, args, arity, clone, get, getEvaluationContext, getId, getProperty, getRequiredProperty, isController, setProperty, toArray, toArray, toShortString, toString
getProperty
public INBinarySearch(INBinarySearch<T> op)
public INBinarySearch(BOp[] args, Map<String,Object> annotations)
public Boolean get(IBindingSet bindingSet)
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
.bindingSet
- The binding set.Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.