Uses of Interface
io.github.ai4ci.abm.mechanics.Abstraction.Entity
Packages that use Abstraction.Entity
-
Uses of Abstraction.Entity in io.github.ai4ci.abm
Subinterfaces of Abstraction.Entity in io.github.ai4ci.abmModifier and TypeInterfaceDescriptioninterface
The main outbreak class is a mutable structure holding the state of the whole simulation, including configuration, social network, etc.Classes in io.github.ai4ci.abm that implement Abstraction.EntityModifier and TypeClassDescriptionclass
A modifiable implementation of theOutbreak
type.class
A modifiable implementation of thePerson
type.class
Methods in io.github.ai4ci.abm with parameters of type Abstraction.EntityModifier and TypeMethodDescriptionModifiableOutbreak.from
(Abstraction.Entity instance) Fill this modifiable instance with attribute values from the providedAbstraction.Entity
instance. -
Uses of Abstraction.Entity in io.github.ai4ci.abm.mechanics
Classes in io.github.ai4ci.abm.mechanics with type parameters of type Abstraction.EntityModifier and TypeInterfaceDescriptionstatic interface
Abstraction.TemporalState<E extends Abstraction.Entity>
-
Uses of Abstraction.Entity in io.github.ai4ci.util
Methods in io.github.ai4ci.util with parameters of type Abstraction.EntityModifier and TypeMethodDescriptionstatic ExecutionConfiguration
ModelNav.modelParam
(Abstraction.Entity entity) static SetupConfiguration
ModelNav.modelSetup
(Abstraction.Entity entity)