|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use TermRunner | |
|---|---|
| org.egothor.query.runner | This package defines a machinery that navigates the rider during query execution in the Vector model. |
| org.egothor.query.runner.enhanced | This package defines a machinery that navigates the rider during query execution in any model. |
| Uses of TermRunner in org.egothor.query.runner |
|---|
| Fields in org.egothor.query.runner declared as TermRunner | |
|---|---|
TermRunner |
ProxRunner.a
Description of the Field |
TermRunner |
ProxRunner.b
Description of the Field |
TermRunner[] |
PhraseRunner.set
Description of the Field |
| Constructors in org.egothor.query.runner with parameters of type TermRunner | |
|---|---|
PhraseRunner(TermRunner[] a)
Constructor for the PhraseRunner object |
|
ProxRunner(TermRunner a,
TermRunner b,
int diff)
Constructor for the ProxRunner object |
|
| Uses of TermRunner in org.egothor.query.runner.enhanced |
|---|
| Subclasses of TermRunner in org.egothor.query.runner.enhanced | |
|---|---|
class |
TermRunner
The TermRunner object represents a binary form of a query that consists of one term. |
| Constructors in org.egothor.query.runner.enhanced with parameters of type TermRunner | |
|---|---|
PhraseRunner(int model,
TermRunner[] a)
Constructor for the PhraseRunner object |
|
ProxRunner(int model,
TermRunner a,
TermRunner b,
int diff)
Constructor for the ProxRunner object |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||