Uses of Interface
io.github.ai4ci.abm.inhost.InHostModelState
Packages that use InHostModelState
-
Uses of InHostModelState in io.github.ai4ci.abm
Methods in io.github.ai4ci.abm that return InHostModelStateModifier and TypeMethodDescriptionImmutablePersonState.getInHostModel()
PersonState.getInHostModel()
Methods in io.github.ai4ci.abm with parameters of type InHostModelStateModifier and TypeMethodDescriptionImmutablePersonState.Builder.setInHostModel
(InHostModelState<?> inHostModel) Initializes the value for theinHostModel
attribute.final ImmutablePersonState
ImmutablePersonState.withInHostModel
(InHostModelState<?> value) Copy the current immutable object by setting a value for theinHostModel
attribute. -
Uses of InHostModelState in io.github.ai4ci.abm.builders
Methods in io.github.ai4ci.abm.builders that return InHostModelStateModifier and TypeMethodDescriptiondefault <CFG extends InHostConfiguration>
InHostModelState<CFG>DefaultPersonInitialiser.initialiseInHostModel
(CFG config, ExecutionConfiguration execConfig, Optional<PersonDemographic> person, Sampler rng, int time) -
Uses of InHostModelState in io.github.ai4ci.abm.inhost
Subinterfaces of InHostModelState in io.github.ai4ci.abm.inhostModifier and TypeInterfaceDescriptioninterface
interface
interface
Classes in io.github.ai4ci.abm.inhost that implement InHostModelStateModifier and TypeClassDescriptionfinal class
Immutable implementation ofInHostMarkovState
.final class
Immutable implementation ofInHostPhenomenologicalState
.final class
Immutable implementation ofInHostStochasticState
.Methods in io.github.ai4ci.abm.inhost that return InHostModelStateModifier and TypeMethodDescriptionstatic <CFG extends InHostConfiguration>
InHostModelState<CFG>InHostModelState.test
(CFG config, ExecutionConfiguration execConfig, Sampler rng) default InHostModelState<CFG>