public class InBinaryBOp extends InBOp
InBOp.Annotations
DEFAULT_INITIAL_CAPACITY
Constructor and Description |
---|
InBinaryBOp(boolean not,
IValueExpression<? extends IV> var,
IConstant<? extends IV>... set) |
InBinaryBOp(BOp[] args,
Map<String,Object> annotations)
Shallow copy constructor.
|
InBinaryBOp(InBinaryBOp op)
Deep copy constructor.
|
Modifier and Type | Method and Description |
---|---|
boolean |
accept(IBindingSet bindingSet)
Implement this method.
|
void |
mutation()
Extends
CoreBaseBOp.mutation method to reflect args changes in cached IVs set. |
getSet, getValueExpression
areGlobalsRequired, get, wrap
anns, asIV, asIV, asLiteral, asValue, get, getAndCheckBound, getAndCheckLiteral, getAndCheckLiteralValue, getLexiconConfiguration, getNamespace, getTimestamp, getValueFactory, literalLabel
__replaceArg, _clearProperty, _set, _setProperty, annotations, annotationsCopy, annotationsEqual, annotationsRef, argIterator, args, argsCopy, arity, clearAnnotations, clearProperty, deepCopy, deepCopy, getProperty, setArg, setProperty, setUnboundProperty, toArray, toArray
annotationsEqual, annotationsToString, annotationsToString, annotationValueToString, checkArgs, clone, equals, getEvaluationContext, getId, getProperty, getRequiredProperty, hashCode, indent, isController, shortenName, toShortString, toString, toString
finalize, getClass, notify, notifyAll, wait, wait, wait
toString
annotations, argIterator, args, arity, clone, getEvaluationContext, getId, getProperty, getRequiredProperty, isController, setProperty, toArray, toArray, toShortString, toString
getProperty
public InBinaryBOp(InBinaryBOp op)
public InBinaryBOp(BOp[] args, Map<String,Object> annotations)
public InBinaryBOp(boolean not, IValueExpression<? extends IV> var, IConstant<? extends IV>... set)
x
- Some variable.set
- A set of legal term identifiers providing a constraint on the
allowable values for that variable.public void mutation()
CoreBaseBOp.mutation
method to reflect args changes in cached IVs set.mutation
in class CoreBaseBOp
public boolean accept(IBindingSet bindingSet)
XSDBooleanIVValueExpression
accept
in class XSDBooleanIVValueExpression
bindingSet
- The source solution.true
iff the function accepts the solution.Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.