public class RejectAnythingSameAsItself extends BOpBase implements BooleanValueExpression
BOp.Annotations
DEFAULT_INITIAL_CAPACITY
Constructor and Description |
---|
RejectAnythingSameAsItself(BOp[] values,
Map<String,Object> annotations)
Required shallow copy constructor.
|
RejectAnythingSameAsItself(IVariable<Long> s,
IVariable<Long> p,
IVariable<Long> o,
IConstant<Long> owlSameAs) |
RejectAnythingSameAsItself(RejectAnythingSameAsItself op)
Constructor required for
com.bigdata.bop.BOpUtility#deepCopy(FilterNode) . |
Modifier and Type | Method and Description |
---|---|
Boolean |
get(IBindingSet bindingSet)
Return the as bound value of the variable, constant, or
expression.
|
__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 RejectAnythingSameAsItself(BOp[] values, Map<String,Object> annotations)
public RejectAnythingSameAsItself(RejectAnythingSameAsItself op)
com.bigdata.bop.BOpUtility#deepCopy(FilterNode)
.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
.get
in interface BooleanValueExpression
get
in interface IValueExpression<Boolean>
bindingSet
- The binding set.Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.