Uses of Class
org.evoludo.simulator.models.Model
Packages that use Model
Package
Description
EvoLudo - A platform for the exploration of evolutionary models.
The GWT graphics for rendering and visualizing evolutionary models.
The toolkit to explore interactive evolutionary models.
The models that generate evolutionary trajectories based on the specifications of each module.
The modules to implement various evolutionary models.
The views to visualize results and interact with evolutionary models.
-
Uses of Model in org.evoludo
Fields in org.evoludo declared as Model -
Uses of Model in org.evoludo.graphics
Methods in org.evoludo.graphics that return Model -
Uses of Model in org.evoludo.simulator
Fields in org.evoludo.simulator declared as ModelMethods in org.evoludo.simulator that return Model -
Uses of Model in org.evoludo.simulator.models
Subclasses of Model in org.evoludo.simulator.modelsModifier and TypeClassDescriptionclass
Numerical integration of partial differential equations for reaction-diffusion-advection systems based on Euler's method (fixed step size).class
Base class for individual based simulation models, IBS.class
Base class for individual based simulation models, IBS, with a single or multiple continuous traits.class
Base class for individual based simulation models, IBS, with discrete traits.class
Common base class for all differential equations models.class
Numerical integration of partial differential equations for reaction-diffusion systems based on Euler's method (fixed step size)class
Implementation of Runge-Kutta method with adaptive step size for the numerical integration of systems of differential equations.class
Integrator for stochastic differential equations (SDE) based on Euler's method.Fields in org.evoludo.simulator.models declared as ModelModifier and TypeFieldDescription(package private) Model
Markers.model
The model that is using these markers.Methods in org.evoludo.simulator.models that return ModelModifier and TypeMethodDescriptiondefault Model
IBS.HasIBS.createIBS()
Provides opportunity for module to supply custom implementation of individual based simulations, IBS.Constructors in org.evoludo.simulator.models with parameters of type Model -
Uses of Model in org.evoludo.simulator.modules
Subclasses of Model in org.evoludo.simulator.modulesModifier and TypeClassDescriptionclass
Provide ODE implementation for asymmetric2×2
games with environmental feedback.class
ODE model for the Lotka-Volterra module.class
SDE model for the LV module.class
ODE model for the SIR module.class
PDE model for the SIR module.class
SDE model for the SIR module.Fields in org.evoludo.simulator.modules declared as ModelMethods in org.evoludo.simulator.modules that return ModelModifier and TypeMethodDescriptionATBT.createModel
(Type type) LV.createModel
(Type type) Module.createModel
(Type type) Creates a model of typetype
formodule
.SIR.createModel
(Type type) Methods in org.evoludo.simulator.modules with parameters of type Model -
Uses of Model in org.evoludo.simulator.views
Fields in org.evoludo.simulator.views declared as ModelModifier and TypeFieldDescription(package private) Model
AbstractView.model
The reference to the model that supplies the data for this graph.Methods in org.evoludo.simulator.views that return Model