Class AbstractQueryRuntimeContext
java.lang.Object
tools.refinery.interpreter.matchers.context.AbstractQueryRuntimeContext
- All Implemented Interfaces:
 IQueryRuntimeContext
This class is intended to be extended by implementors. The main purpose of this abstract implementation to protect
 implementors from future changes in the interface.
- Since:
 - 1.4
 
- 
Constructor Summary
Constructors - 
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface tools.refinery.interpreter.matchers.context.IQueryRuntimeContext
addUpdateListener, coalesceTraversals, containsTuple, countTuples, ensureIndexed, ensureWildcardIndexing, enumerateTuples, enumerateValues, estimateAverageBucketSize, estimateCardinality, executeAfterTraversal, getCancellationToken, getMetaContext, isCoalescing, isIndexed, removeUpdateListener, unwrapElement, unwrapTuple, wrapElement, wrapTuple 
- 
Constructor Details
- 
AbstractQueryRuntimeContext
public AbstractQueryRuntimeContext() 
 -