public abstract class ValueExpressionListBaseNode<E extends IValueExpressionNode> extends SolutionModifierBase implements Iterable<E>
QueryNodeBase.Annotations
DEFAULT_INITIAL_CAPACITY
Constructor and Description |
---|
ValueExpressionListBaseNode() |
ValueExpressionListBaseNode(BOp[] args,
Map<String,Object> anns)
Shallow copy constructor.
|
ValueExpressionListBaseNode(ValueExpressionListBaseNode op)
Deep copy constructor.
|
Modifier and Type | Method and Description |
---|---|
void |
addExpr(E e) |
E |
getExpr(int index) |
boolean |
isEmpty() |
Iterator<E> |
iterator() |
int |
size() |
getQueryHints, toString
addExplainHint, getExplainHints, getQueryHint, getQueryHint, getQueryHintAsBoolean, getQueryHintAsBoolean, getQueryHintAsInteger, replaceAllWith, setQueryHint, setQueryHints
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
finalize, getClass, notify, notifyAll, wait, wait, wait
toString
annotations, argIterator, args, arity, clone, get, getEvaluationContext, getId, getProperty, getRequiredProperty, isController, setProperty, toArray, toArray, toShortString
getProperty
public ValueExpressionListBaseNode(ValueExpressionListBaseNode op)
public ValueExpressionListBaseNode(BOp[] args, Map<String,Object> anns)
public ValueExpressionListBaseNode()
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.