Uses of Interface
io.github.ai4ci.abm.mechanics.Abstraction.TemporalState
Packages that use Abstraction.TemporalState
-
Uses of Abstraction.TemporalState in io.github.ai4ci.abm
Subinterfaces of Abstraction.TemporalState in io.github.ai4ci.abmModifier and TypeInterfaceDescriptioninterface
interface
The current state of the outbreak.interface
Any data related to the state of the outbreak which is valid only in a specific time point.interface
Historical patient data relevant to the ongoing simulation.interface
The person's current state is updated in each round of the simulation.interface
Any data related to the state of the people in the model which is valid only in a specific time point.Classes in io.github.ai4ci.abm that implement Abstraction.TemporalStateModifier and TypeClassDescriptionfinal class
Immutable implementation ofOutbreakHistory
.final class
Immutable implementation ofOutbreakState
.final class
Immutable implementation ofPersonHistory
.final class
Immutable implementation ofPersonState
. -
Uses of Abstraction.TemporalState in io.github.ai4ci.abm.mechanics
Classes in io.github.ai4ci.abm.mechanics with type parameters of type Abstraction.TemporalStateModifier and TypeInterfaceDescriptionstatic interface
Abstraction.HistoricalStateProvider<H extends Abstraction.TemporalState<?>>
-
Uses of Abstraction.TemporalState in io.github.ai4ci.util
Methods in io.github.ai4ci.util with parameters of type Abstraction.TemporalStateModifier and TypeMethodDescriptionstatic ExecutionConfiguration
ModelNav.modelParam
(Abstraction.TemporalState<?> temporalState) static SetupConfiguration
ModelNav.modelSetup
(Abstraction.TemporalState<?> temporalState)