public class ElectionTask
extends ch.sahits.game.openpatrician.model.event.TimedTask
| Modifier and Type | Field and Description |
|---|---|
private ch.sahits.game.openpatrician.collections.SortedMapRandomizedSameElements |
candidateMap |
private org.apache.logging.log4j.Logger |
logger |
private ch.sahits.game.openpatrician.util.OpenPatricianRandom |
oprnd |
private ch.sahits.game.openpatrician.model.city.cityhall.impl.Election |
result |
| Constructor and Description |
|---|
ElectionTask(ch.sahits.game.openpatrician.collections.SortedMapRandomizedSameElements candidateMap,
ch.sahits.game.openpatrician.model.city.cityhall.impl.Election result,
org.joda.time.DateTime electionTime) |
| Modifier and Type | Method and Description |
|---|---|
void |
run() |
private final org.apache.logging.log4j.Logger logger
@Autowired private ch.sahits.game.openpatrician.util.OpenPatricianRandom oprnd
private final ch.sahits.game.openpatrician.collections.SortedMapRandomizedSameElements candidateMap
private final ch.sahits.game.openpatrician.model.city.cityhall.impl.Election result
Copyright © 2011-2016 Sahits GmbH. All Rights Reserved.