Uses of Class
org.evoludo.simulator.EvoLudoGWT
Packages that use EvoLudoGWT
Package
Description
EvoLudo - A platform for the exploration of evolutionary models.
The views to visualize results and interact with evolutionary models.
-
Uses of EvoLudoGWT in org.evoludo
Fields in org.evoludo declared as EvoLudoGWTMethods in org.evoludo that return EvoLudoGWTModifier and TypeMethodDescriptionEvoLudoWeb.getEngine()Return the engine that controls the EvoLudo modules.Methods in org.evoludo with parameters of type EvoLudoGWTModifier and TypeMethodDescriptionprivate voidEvoLudoWeb.setupLogger(EvoLudoGWT engine) Retrieve the logger and setup the log handler. -
Uses of EvoLudoGWT in org.evoludo.simulator.ui
Fields in org.evoludo.simulator.ui declared as EvoLudoGWTModifier and TypeFieldDescriptionprivate final EvoLudoGWTFSController.engineReference to the engine so fullscreen requests propagate to the core.private final EvoLudoGWTViewController.engineEvoLudo engine powering the views.private final EvoLudoGWTWebListener.engineThe associated EvoLudo engine.Constructors in org.evoludo.simulator.ui with parameters of type EvoLudoGWTModifierConstructorDescriptionFSController(EvoLudoGWT engine, Widget widget) Create a new controller for the given engine.ViewController(EvoLudoGWT engine, DeckLayoutPanel deck, ListBox selector, Console console, Runnable onViewChanged) Create a controller instance.WebListener(EvoLudoWeb gui, EvoLudoGWT engine, KeyHandler keyController) Creates a new web listener. -
Uses of EvoLudoGWT in org.evoludo.simulator.views
Fields in org.evoludo.simulator.views declared as EvoLudoGWTModifier and TypeFieldDescriptionprotected EvoLudoGWTAbstractView.engineThe reference to the EvoLudo engine that manages the simulation.Constructors in org.evoludo.simulator.views with parameters of type EvoLudoGWTModifierConstructorDescriptionprotectedAbstractView(EvoLudoGWT engine, Data type) The constructor for the abstract view.Console(EvoLudoGWT engine) Create a new console log.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.Phase2D(EvoLudoGWT engine) Construct a new view to display the time series data of the current EvoLudo model as a trajectory in a 2D phase plane.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.S3(EvoLudoGWT engine) Construct a new view to display the time series data of the current EvoLudo model as a trajectory in a \(S_3\) simplex.