public class WorldAssembly extends Object
| Modifier and Type | Field and Description |
|---|---|
List<Proposal> |
currentProposals
Current proposed resolutions.
|
List<String> |
delegates
The list of delegates.
|
String |
lastResolutionResult
Brief description of the end result of the last proposed resolution.
|
List<String> |
members
The list of member nations.
|
int |
numberOfDelegates
The number of delegates.
|
int |
numberOfMembers
The number of member nations.
|
List<Happening> |
recentHappenings
Most recent happenings.
|
List<Happening> |
recentMemberLog
Most recent member log entries.
|
Resolution |
resolution
The current resolution at vote, or a specific one if an id is supplied.
|
| Constructor and Description |
|---|
WorldAssembly() |
| Modifier and Type | Method and Description |
|---|---|
List<DelegateLogsEntry> |
delegateLog()
A log containing when what delegates voted, and what for, during the
resolution currently at vote.
|
List<DelegateLogsEntry> |
delegateVotesAgainst()
Same as DelegateLog, but only contains the LAST action for each delegate
that voted AGAINST.
|
List<DelegateLogsEntry> |
delegateVotesFor()
Same as DelegateLog, but only contains the LAST action for each delegate
that voted FOR.
|
List<Integer> |
voteTrackAgainst()
A track record of the total AGAINST votes of the resolution currently at
vote.
|
List<Integer> |
voteTrackFor()
A track record of the total FOR votes of the resolution currently at
vote.
|
public int numberOfMembers
public int numberOfDelegates
public List<Happening> recentHappenings
public List<Happening> recentMemberLog
public Resolution resolution
public String lastResolutionResult
public List<DelegateLogsEntry> delegateLog()
public List<DelegateLogsEntry> delegateVotesFor()
public List<DelegateLogsEntry> delegateVotesAgainst()
public List<Integer> voteTrackFor()
Copyright © 2017. All rights reserved.