Uses of Interface
io.github.ai4ci.abm.OutbreakHistory
Packages that use OutbreakHistory
-
Uses of OutbreakHistory in io.github.ai4ci.abm
Classes in io.github.ai4ci.abm that implement OutbreakHistoryMethods in io.github.ai4ci.abm that return OutbreakHistoryModifier and TypeMethodDescriptionabstract OutbreakHistory
HistoryMapper.createHistory
(OutbreakState currentState) HistoryMapperImpl.createHistory
(OutbreakState currentState) Methods in io.github.ai4ci.abm that return types with arguments of type OutbreakHistoryModifier and TypeMethodDescriptionHistoryMapper.currentHistory
(OutbreakState currentState, int offset) Deprecated.default Optional<OutbreakHistory>
Outbreak.getCurrentHistory()
final List<OutbreakHistory>
ModifiableOutbreak.getHistory()
Outbreak.getHistory()
default Optional<OutbreakHistory>
OutbreakHistory.getPrevious()
Methods in io.github.ai4ci.abm with parameters of type OutbreakHistoryModifier and TypeMethodDescriptionModifiableOutbreak.addHistory
(OutbreakHistory element) Adds one element tohistory
list.final ModifiableOutbreak
ModifiableOutbreak.addHistory
(OutbreakHistory... elements) Adds elements tohistory
list.static ImmutableOutbreakHistory
ImmutableOutbreakHistory.copyOf
(OutbreakHistory instance) Creates an immutable copy of aOutbreakHistory
value.ImmutableOutbreakHistory.Builder.from
(OutbreakHistory instance) Fill a builder with attribute values from the providedio.github.ai4ci.abm.OutbreakHistory
instance.Method parameters in io.github.ai4ci.abm with type arguments of type OutbreakHistoryModifier and TypeMethodDescriptionModifiableOutbreak.addAllHistory
(Iterable<? extends OutbreakHistory> elements) Adds elements tohistory
list.ModifiableOutbreak.setHistory
(Iterable<? extends OutbreakHistory> elements) Sets or replaces all elements forhistory
list. -
Uses of OutbreakHistory in io.github.ai4ci.output
Methods in io.github.ai4ci.output with parameters of type OutbreakHistoryModifier and TypeMethodDescriptionabstract ImmutableOutbreakHistoryCSV
CSVMapper.toCSV
(OutbreakHistory history) CSVMapperImpl.toCSV
(OutbreakHistory history) -
Uses of OutbreakHistory in io.github.ai4ci.util
Methods in io.github.ai4ci.util that return OutbreakHistoryModifier and TypeMethodDescriptionstatic OutbreakHistory
ModelNav.outbreakHistory
(PersonHistory personHistory) Methods in io.github.ai4ci.util that return types with arguments of type OutbreakHistoryModifier and TypeMethodDescriptionstatic Optional<OutbreakHistory>
ModelNav.history
(OutbreakState outbreakState) static Stream<OutbreakHistory>
ModelNav.history
(OutbreakState outbreakState, int period) Methods in io.github.ai4ci.util with parameters of type OutbreakHistoryModifier and TypeMethodDescriptionstatic Stream<PersonHistory>
ModelNav.peopleHistory
(OutbreakHistory outbreakHistory) The corresponding history entries for this point in time in the outbreak i.e.