|
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.ObjectListIndexingContext
public class ListIndexingContext
A script context for configuring the indexing of a voter list that is currently being compiled. Indexing is the penultimate step in compiling the list. It involves constructing instances of this context, one for each list node, and passing them to the register's list script. The list
| Constructor Summary | |
|---|---|
ListIndexingContext()
Partially constructs a ListIndexingContext. |
|
ListIndexingContext(ListNodeC listNode)
Constructs a ListIndexingContext. |
|
| Method Summary | |
|---|---|
ListNodeC |
listNode()
The voter's node in the list. |
(package private) ListIndexingContext |
set(ListNodeC listNode)
Sets the fields of this context, for reusing it repeatedly. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
ListIndexingContext()
set(ListNodeC)public ListIndexingContext(ListNodeC listNode)
listNode - the list node to be indexed - its configurable fields
will be set to default values, per listNode()| Method Detail |
|---|
public ListNodeC listNode()
ListIndexingContext set(ListNodeC listNode)
listNode - the list node to be indexed - its configurable fields
will be set to default values, per listNode()
|
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||