Package io.github.ai4ci.abm.mechanics
Interface Abstraction.HistoricalStateProvider<H extends Abstraction.TemporalState<?>>
- All Known Subinterfaces:
Outbreak
- All Known Implementing Classes:
ModifiableOutbreak
,ModifiablePerson
,Person
- Enclosing interface:
- Abstraction
public static interface Abstraction.HistoricalStateProvider<H extends Abstraction.TemporalState<?>>
-
Method Summary
Modifier and TypeMethodDescriptiongetHistory
(int delay) Gets a history entry for N days in the past if such an entry existsgetHistoryEntry
(int time) Gets a history entry for simulation day N if such an entry exists
-
Method Details
-
getHistory
-
getHistory
Gets a history entry for N days in the past if such an entry exists -
getHistoryEntry
Gets a history entry for simulation day N if such an entry exists
-