Package io.github.ai4ci.abm
Class HistoryMapper
java.lang.Object
io.github.ai4ci.abm.HistoryMapper
- Direct Known Subclasses:
HistoryMapperImpl
Generated mapping from current state to history entries. This copies
information that is needed for any stateful inspection of the model such as
changes in infection state.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract OutbreakHistory
createHistory
(OutbreakState currentState) abstract PersonHistory
createHistory
(PersonState currentState) currentHistory
(OutbreakState currentState, int offset) Deprecated.currentHistory
(PersonState currentState, int offset) Deprecated.personStateId
(PersonState source)
-
Field Details
-
MAPPER
-
-
Constructor Details
-
HistoryMapper
public HistoryMapper()
-
-
Method Details
-
createHistory
-
createHistory
-
personStateId
-
currentHistory
Deprecated. -
currentHistory
Deprecated.
-