public abstract class DefaultResultsAssembler extends Object implements ResultsAssembler
Expr,
GraphRecognizerContext| Modifier and Type | Field and Description |
|---|---|
protected Integer |
endRange |
protected int |
ignoredResults |
protected int |
ignoredResultsPreceedingRange |
protected Comparator<org.plasma.sdo.PlasmaDataGraph> |
orderingComparator |
protected int |
range |
protected boolean |
resultEndRangeReached |
protected TableReader |
rootTableReader |
protected Integer |
startRange |
protected int |
unrecognizedResults |
protected GraphRecognizerContext |
whereContext |
protected Expr |
whereSyntaxTree |
| Constructor and Description |
|---|
DefaultResultsAssembler(Expr whereSyntaxTree,
Comparator<org.plasma.sdo.PlasmaDataGraph> orderingComparator,
TableReader rootTableReader,
Integer startRange,
Integer endRange) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
canIgnoreResults()
Returns whether results may be ignored under the current context.
|
boolean |
currentResultIgnored() |
int |
getIgnoredResults() |
int |
getUnrecognizedResults() |
protected boolean |
hasRange() |
boolean |
isResultEndRangeReached() |
protected String |
serializeGraph(commonj.sdo.DataGraph graph) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcollect, getCurrentResult, getResults, sizeprotected Expr whereSyntaxTree
protected GraphRecognizerContext whereContext
protected Comparator<org.plasma.sdo.PlasmaDataGraph> orderingComparator
protected TableReader rootTableReader
protected Integer startRange
protected Integer endRange
protected boolean resultEndRangeReached
protected int unrecognizedResults
protected int ignoredResults
protected int ignoredResultsPreceedingRange
protected int range
public DefaultResultsAssembler(Expr whereSyntaxTree, Comparator<org.plasma.sdo.PlasmaDataGraph> orderingComparator, TableReader rootTableReader, Integer startRange, Integer endRange)
protected boolean hasRange()
public int getUnrecognizedResults()
getUnrecognizedResults in interface ResultsSliderpublic int getIgnoredResults()
getIgnoredResults in interface ResultsSliderpublic boolean isResultEndRangeReached()
isResultEndRangeReached in interface ResultsSliderpublic boolean canIgnoreResults()
ResultsSlidercanIgnoreResults in interface ResultsSliderpublic boolean currentResultIgnored()
currentResultIgnored in interface ResultsSliderprotected String serializeGraph(commonj.sdo.DataGraph graph)
Copyright © 2021. All Rights Reserved.