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<DelLogEntry> |
DelegateLog()
A log containing when what delegates voted, and what for, during the
resolution currently at vote.
|
List<DelLogEntry> |
DelegateVotesAgainst()
Same as DelegateLog, but only contains the LAST action for each delegate
that voted AGAINST.
|
List<DelLogEntry> |
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<DelLogEntry> DelegateLog()
public List<DelLogEntry> DelegateVotesFor()
public List<DelLogEntry> DelegateVotesAgainst()
public List<Integer> VoteTrackFor()
Copyright © 2016. All rights reserved.