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 TypeClassDescriptionclassNumerical integration of partial differential equations for reaction-diffusion-advection systems based on Euler's method (fixed step size).classBase class for individual based simulation models, IBS.classBase class for individual based simulation models, IBS, with a single or multiple continuous traits.classBase class for individual based simulation models, IBS, with discrete traits.classCommon base class for all differential equations models.classNumerical integration of partial differential equations for reaction-diffusion systems based on Euler's method (fixed step size)classImplementation of Runge-Kutta method with adaptive step size for the numerical integration of systems of differential equations.classIntegrator for stochastic differential equations (SDE) based on Euler's method.Fields in org.evoludo.simulator.models declared as ModelModifier and TypeFieldDescription(package private) ModelMarkers.modelThe model that is using these markers.Methods in org.evoludo.simulator.models that return ModelModifier and TypeMethodDescriptiondefault ModelIBS.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 TypeClassDescriptionclassProvide ODE implementation for asymmetric2×2games with environmental feedback.classODE model for the Lotka-Volterra module.classSDE model for the LV module.classODE model for the SIR module.classPDE model for the SIR module.classSDE 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 typetypeformodule.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) ModelAbstractView.modelThe reference to the model that supplies the data for this graph.Methods in org.evoludo.simulator.views that return Model