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