Interface IElectionResult
-
- All Known Implementing Classes:
Election
public interface IElectionResult- Author:
- Andi Hotz, (c) Sahits GmbH, 2015 Created on Apr 06, 2015
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.Map<ICitizen,java.lang.Integer>getVotes()Retrieve the votes every citizen recieved.voidvote(ICitizen citizen)Vote for citizen.
-