Uses of Class
org.evoludo.simulator.views.AbstractView
Packages that use AbstractView
Package
Description
EvoLudo - A platform for the exploration of evolutionary models.
The views to visualize results and interact with evolutionary models.
-
Uses of AbstractView in org.evoludo
Fields in org.evoludo declared as AbstractViewModifier and TypeFieldDescription(package private) AbstractViewEvoLudoWeb.activeViewCurrently visible view(package private) AbstractViewEvoLudoWeb.GUIState.viewThe active view.Fields in org.evoludo with type parameters of type AbstractViewModifier and TypeFieldDescription(package private) HashMap<String, AbstractView> EvoLudoWeb.activeViewsLook-up table for active views.Methods in org.evoludo with parameters of type AbstractViewModifier and TypeMethodDescriptionprivate voidEvoLudoWeb.addView(AbstractView view, HashMap<String, AbstractView> oldViews) Convenience method to addviewto list of active viewsactiveViews.protected voidEvoLudoWeb.changeViewTo(AbstractView newView) Change view of EvoLudo model data.protected voidEvoLudoWeb.changeViewTo(AbstractView newView, boolean force) Change view of EvoLudo model data.Method parameters in org.evoludo with type arguments of type AbstractViewModifier and TypeMethodDescriptionprivate voidEvoLudoWeb.addView(AbstractView view, HashMap<String, AbstractView> oldViews) Convenience method to addviewto list of active viewsactiveViews. -
Uses of AbstractView in org.evoludo.simulator.views
Subclasses of AbstractView in org.evoludo.simulator.viewsModifier and TypeClassDescriptionclassThe view to display the console log.classThe view to display the distribution of continuous traits.classGenericPop<T,N extends Network, G extends GenericPopGraph<T, N>> The abstract parent class for views that display the configuration of the current state of the model in 2D or 3D.classThe view to display a histogram of various quantities of the current EvoLudo model.classThe view to display graphs with time series data.classThe view to display time series of data as a trajectory in a 2D phase plane.classThe view to display configuration of the current state of the model in 2D.classThe view to display configuration of the current state of the model in 3D.classThe view to display time series of data as a trajectory on the \(S_3\) simplex.