Uses of Enum Class
org.evoludo.simulator.models.Data
Packages that use Data
Package
Description
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 Data in org.evoludo.simulator.models
Subclasses with type arguments of type Data in org.evoludo.simulator.modelsMethods 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) DataAbstractView.typeThe type of data shown in this graph.Methods in org.evoludo.simulator.views that return DataModifier and TypeMethodDescriptionAbstractView.getType()Get the type of data visualized on the graph.Methods 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 DataModifierConstructorDescriptionprotectedAbstractView(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.protectedGenericPop(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.