|
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.ObjectVoterList
@ThreadSafe public final class VoterList
A compiled list of voters from an electoral register.
| Constructor Summary | |
|---|---|
VoterList(Register register,
ReadyDirectory readyDirectory)
Constructs a VoterList. |
|
| Method Summary | |
|---|---|
(package private) void |
init(ListNodeC.Table listNodeTable,
Neighbourhood.Table neighbourhoodTable,
TrustEdge.Table trustEdgeTable)
|
ListNodeC.Table |
listNodeTable()
The relational store of voters that (in part) backs this list. |
Neighbourhood.Table |
neighbourhoodTable()
The relational store of neighbourhoods that (in part) backs this list. |
static VoterList |
readObjectFromMountedListFile(ReadyDirectory readyDirectory)
|
ReadyDirectory |
readyDirectory()
The file part of the backing for this list. |
String |
summaryDescription()
A brief description of this list, in sentence form. |
TrustEdge.Table |
trustEdgeTable()
The relational store of trust edges that (in part) backs this list. |
(package private) void |
writeObjectToMountedListFile()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
VoterList(Register register,
ReadyDirectory readyDirectory)
readyDirectory - per readyDirectory()| Method Detail |
|---|
public static VoterList readObjectFromMountedListFile(ReadyDirectory readyDirectory)
throws IOException
IOExceptionwriteObjectToMountedListFile()
void writeObjectToMountedListFile()
throws IOException
IOExceptionreadObjectFromMountedListFile(ReadyDirectory)
@ThreadRestricted(value="constructor")
void init(ListNodeC.Table listNodeTable,
Neighbourhood.Table neighbourhoodTable,
TrustEdge.Table trustEdgeTable)
listNodeTable(),
neighbourhoodTable(),
trustEdgeTable()public ListNodeC.Table listNodeTable()
Register.listDatabase(),
init(ListNodeC.Table,Neighbourhood.Table,TrustEdge.Table)public Neighbourhood.Table neighbourhoodTable()
Register.listDatabase(),
init(ListNodeC.Table,Neighbourhood.Table,TrustEdge.Table)public ReadyDirectory readyDirectory()
public String summaryDescription()
Register.ConfigurationContext.setListSummaryDescription(String)public TrustEdge.Table trustEdgeTable()
Register.listDatabase(),
init(ListNodeC.Table,Neighbourhood.Table,TrustEdge.Table)
|
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||