Uses of Class
org.evoludo.simulator.views.AbstractView
Packages that use AbstractView
-
Uses of AbstractView in org.evoludo
Fields in org.evoludo declared as AbstractViewModifier and TypeFieldDescription(package private) AbstractView
EvoLudoWeb.activeView
Currently visible view(package private) AbstractView
EvoLudoWeb.GUIState.view
The active view.Fields in org.evoludo with type parameters of type AbstractViewModifier and TypeFieldDescription(package private) HashMap
<String, AbstractView> EvoLudoWeb.activeViews
Look-up table for active views.Methods in org.evoludo with parameters of type AbstractViewModifier and TypeMethodDescriptionprivate void
EvoLudoWeb.addView
(AbstractView view, HashMap<String, AbstractView> oldViews) Convenience method to addview
to list of active viewsactiveViews
.protected void
EvoLudoWeb.changeViewTo
(AbstractView newView) Change view of EvoLudo model data.protected void
EvoLudoWeb.changeViewTo
(AbstractView newView, boolean force) Change view of EvoLudo model data.Method parameters in org.evoludo with type arguments of type AbstractViewModifier and TypeMethodDescriptionprivate void
EvoLudoWeb.addView
(AbstractView view, HashMap<String, AbstractView> oldViews) Convenience method to addview
to list of active viewsactiveViews
. -
Uses of AbstractView in org.evoludo.simulator.views
Subclasses of AbstractView in org.evoludo.simulator.viewsModifier and TypeClassDescriptionclass
The view to display the console log.class
The view to display the distribution of continuous traits.class
GenericPop<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.class
The view to display a histogram of various quantities of the current EvoLudo model.class
The view to display graphs with time series data.class
The view to display time series of data as a trajectory in a 2D phase plane.class
The view to display configuration of the current state of the model in 2D.class
The view to display configuration of the current state of the model in 3D.class
The view to display time series of data as a trajectory on the \(S_3\) simplex.