public class InHashBOp extends InBOp
InBOp.AnnotationsDEFAULT_INITIAL_CAPACITY| Constructor and Description |
|---|
InHashBOp(boolean not,
IValueExpression<? extends IV> var,
IConstant<? extends IV>... set) |
InHashBOp(BOp[] args,
Map<String,Object> annotations)
Shallow copy constructor.
|
InHashBOp(InHashBOp 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, getValueExpressionareGlobalsRequired, get, wrapanns, 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, toArrayannotationsEqual, annotationsToString, annotationsToString, annotationValueToString, checkArgs, clone, equals, getEvaluationContext, getId, getProperty, getRequiredProperty, hashCode, indent, isController, shortenName, toShortString, toString, toStringfinalize, getClass, notify, notifyAll, wait, wait, waittoStringannotations, argIterator, args, arity, clone, getEvaluationContext, getId, getProperty, getRequiredProperty, isController, setProperty, toArray, toArray, toShortString, toStringgetPropertypublic InHashBOp(InHashBOp op)
public InHashBOp(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 CoreBaseBOppublic boolean accept(IBindingSet bindingSet)
XSDBooleanIVValueExpressionaccept in class XSDBooleanIVValueExpressionbindingSet - The source solution.true iff the function accepts the solution.Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.