Ballotpublic interface IBallot
| Modifier and Type | Method | Description |
|---|---|---|
int |
getNumberNo() |
Retrieve number of negative votes
|
int |
getNumberYes() |
Total number of positive votes.
|
void |
vote(boolean yes) |
Vote for or against something.
|
void vote(boolean yes)
yes - true if it is an agreable voteint getNumberYes()
int getNumberNo()
Copyright © 2011-2018 Sahits GmbH. All Rights Reserved.