Class Ballot
- java.lang.Object
-
- ch.sahits.game.openpatrician.model.city.cityhall.impl.Ballot
-
-
Constructor Summary
Constructors Constructor Description Ballot(ICityPetition petition)Ballot(ICityViolation violation)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidvote(boolean yes)Vote for or against something.-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface ch.sahits.game.openpatrician.model.city.cityhall.IBallot
getNumberNo, getNumberYes
-
-
-
-
Constructor Detail
-
Ballot
public Ballot(ICityPetition petition)
-
Ballot
public Ballot(ICityViolation violation)
-
-