@ThreadSafe public static final class CR_Vote.TracePair extends Object
CountNodeW.trace()
Modifier and Type | Field and Description |
---|---|
CountTable.PollView |
countTablePV
A cached count table, holding in memory all nodes affected by the uncast/cast
of the projection.
|
PollService |
poll |
CountNodeW[] |
traceAtLastCount
The trace according to the results of last count, exclusive of any subsequent
user input.
|
CountNodeW[] |
traceProjected
A trace projected from traceAtLastCount by including any subsequent input of
the user's (but not of other users); or null if the user is unknown, or had no
subsequent input.
|
Constructor and Description |
---|
CR_Vote.TracePair(PollService poll,
Count count,
Vote _vote)
Constructs a TracePair with a standard cached view of a count table.
|
CR_Vote.TracePair(PollService _poll,
Count count,
Vote vote,
CR_Vote.CountTablePVC _countTablePV)
Constructs a TracePair.
|
public final CountTable.PollView countTablePV
public final PollService poll
public final CountNodeW[] traceAtLastCount
public final CountNodeW[] traceProjected
public CR_Vote.TracePair(PollService poll, Count count, Vote _vote) throws IOException, ScriptException, SQLException, XMLStreamException
public CR_Vote.TracePair(PollService _poll, Count count, Vote vote, CR_Vote.CountTablePVC _countTablePV) throws IOException, ScriptException, SQLException, XMLStreamException