Uses of Interface
io.github.ai4ci.abm.OutbreakBaseline
Packages that use OutbreakBaseline
-
Uses of OutbreakBaseline in io.github.ai4ci.abm
Classes in io.github.ai4ci.abm that implement OutbreakBaselineMethods in io.github.ai4ci.abm that return OutbreakBaselineModifier and TypeMethodDescriptionfinal OutbreakBaseline
ModifiableOutbreak.getBaseline()
Outbreak.getBaseline()
Methods in io.github.ai4ci.abm with parameters of type OutbreakBaselineModifier and TypeMethodDescriptionstatic ImmutableOutbreakBaseline
ImmutableOutbreakBaseline.copyOf
(OutbreakBaseline instance) Creates an immutable copy of aOutbreakBaseline
value.ImmutableOutbreakBaseline.Builder.from
(OutbreakBaseline instance) Fill a builder with attribute values from the providedOutbreakBaseline
instance.ModifiableOutbreak.setBaseline
(OutbreakBaseline baseline) Assigns a value to thebaseline
attribute. -
Uses of OutbreakBaseline in io.github.ai4ci.output
Methods in io.github.ai4ci.output with parameters of type OutbreakBaselineModifier and TypeMethodDescriptionabstract ImmutableDebugParametersCSV
CSVMapper.toCSV
(Outbreak outbreak, OutbreakBaseline baseline) CSVMapperImpl.toCSV
(Outbreak outbreak, OutbreakBaseline baseline) -
Uses of OutbreakBaseline in io.github.ai4ci.util
Methods in io.github.ai4ci.util that return OutbreakBaselineModifier and TypeMethodDescriptionstatic OutbreakBaseline
ModelNav.modelBase
(OutbreakTemporalState outbreakState) static OutbreakBaseline
static OutbreakBaseline
ModelNav.modelBase
(PersonTemporalState person)