Uses of Enum Class
org.evoludo.simulator.models.Data
Packages that use Data
Package
Description
-
Uses of Data in org.evoludo.graphics
Methods in org.evoludo.graphics that return Data -
Uses of Data in org.evoludo.simulator.models
Methods in org.evoludo.simulator.models that return Data -
Uses of Data in org.evoludo.simulator.modules
Methods in org.evoludo.simulator.modules with parameters of type Data -
Uses of Data in org.evoludo.simulator.views
Fields in org.evoludo.simulator.views declared as DataModifier and TypeFieldDescription(package private) Data
AbstractView.type
The type of data shown in this graph.Methods in org.evoludo.simulator.views that return DataMethods in org.evoludo.simulator.views with parameters of type DataModifier and TypeMethodDescriptiondefault double[]
HasHistogram.getCustomLevels
(Data type, int idx) Some models may provide reference values for histograms as a horizontal line marking a particular value.Constructors in org.evoludo.simulator.views with parameters of type DataModifierConstructorDescriptionAbstractView
(EvoLudoGWT engine, Data type) The constructor for the abstract view.Distribution
(EvoLudoGWT engine, Data type) Construct a new view to display the distribution of continuous traits of the current EvoLudo model.GenericPop
(EvoLudoGWT engine, Data type) Construct a new view to display the configuration of the current state of the EvoLudo model in 2D or 3D.Histogram
(EvoLudoGWT engine, Data type) Construct a new view to display the histogram of various quantities.Mean
(EvoLudoGWT engine, Data type) Construct a new view to display the time series data of the current EvoLudo model.Pop2D
(EvoLudoGWT engine, Data type) Construct a new view to display the configuration of the current state of the EvoLudo model in 2D.Pop3D
(EvoLudoGWT engine, Data type) Construct a new view to display the configuration of the current state of the EvoLudo model in 3D.