Uses of Interface
io.github.ai4ci.abm.mechanics.Abstraction.Modification
Packages that use Abstraction.Modification
Package
Description
-
Uses of Abstraction.Modification in io.github.ai4ci.config
Subinterfaces of Abstraction.Modification in io.github.ai4ci.configModifier and TypeInterfaceDescriptionstatic interface
Classes in io.github.ai4ci.config that implement Abstraction.ModificationModifier and TypeClassDescriptionfinal class
Immutable implementation ofExecutionConfiguration._PartialExecutionConfiguration
.Methods in io.github.ai4ci.config that return types with arguments of type Abstraction.ModificationModifier and TypeMethodDescriptiondefault List<? extends Abstraction.Modification<X>>
ExperimentFacet.SetupFacet.getModifications()
-
Uses of Abstraction.Modification in io.github.ai4ci.config.inhost
Subinterfaces of Abstraction.Modification in io.github.ai4ci.config.inhostModifier and TypeInterfaceDescriptionstatic interface
static interface
static interface
Classes in io.github.ai4ci.config.inhost that implement Abstraction.ModificationModifier and TypeClassDescriptionfinal class
Immutable implementation ofMarkovStateModel._PartialMarkovStateModel
.final class
Immutable implementation ofPhenomenologicalModel._PartialPhenomenologicalModel
.final class
Immutable implementation ofStochasticModel._PartialStochasticModel
. -
Uses of Abstraction.Modification in io.github.ai4ci.config.setup
Subinterfaces of Abstraction.Modification in io.github.ai4ci.config.setupModifier and TypeInterfaceDescriptionstatic interface
static interface
Classes in io.github.ai4ci.config.setup that implement Abstraction.ModificationModifier and TypeClassDescriptionfinal class
Immutable implementation ofAgeStratifiedNetworkConfiguration._PartialAgeStratifiedNetworkConfiguration
.final class
Immutable implementation ofWattsStrogatzConfiguration._PartialWattsStrogatzConfiguration
. -
Uses of Abstraction.Modification in io.github.ai4ci.util
Methods in io.github.ai4ci.util with parameters of type Abstraction.ModificationModifier and TypeMethodDescriptionstatic <X> X
ReflectionUtils.merge
(X base, Abstraction.Modification<? extends X> modifier) Reflection based configuration merging due to complexities working with mapstruct for nested immutables.