Package io.github.ai4ci.abm.inhost
Interface InHostModelState<CFG extends InHostConfiguration>
- All Superinterfaces:
Serializable
- All Known Subinterfaces:
InHostMarkovState
,InHostPhenomenologicalState
,InHostStochasticState
- All Known Implementing Classes:
ImmutableInHostMarkovState
,ImmutableInHostPhenomenologicalState
,ImmutableInHostStochasticState
-
Method Summary
Modifier and TypeMethodDescriptiondouble
double
double
int
getTime()
boolean
static <CFG extends InHostConfiguration>
InHostModelState<CFG>test
(CFG config, ExecutionConfiguration execConfig, Sampler rng) default InHostModelState<CFG>
-
Method Details
-
getNormalisedViralLoad
@NonAttribute double getNormalisedViralLoad() -
getNormalisedSeverity
@NonAttribute double getNormalisedSeverity() -
getImmuneActivity
@NonAttribute double getImmuneActivity() -
isInfected
@NonAttribute boolean isInfected() -
getTime
int getTime() -
update
-
update
-
test
static <CFG extends InHostConfiguration> InHostModelState<CFG> test(CFG config, ExecutionConfiguration execConfig, Sampler rng)
-