Package org.evoludo.simulator


package org.evoludo.simulator
The toolkit to explore interactive evolutionary models.
  • Class
    Description
    Encapsulates command line option setup, preprocessing, and parsing for EvoLudo.
    Interface for mapping data to colors.
    Abstract super class for color maps following a gradient.
    One dimensional color gradient spanning two or more colors
    Two dimensional color gradient with one color for each dimension.
    Color gradient for N dimensional data with one color for each dimension.
    Color gradient following the hue.
    Associates integer indices with colors.
    Coloring3D is a wrapper class for different schemes to map data onto colors for 3D visualization using WebGL.
    One dimensional color gradient spanning two or more colors
    Two dimensional color gradient with one color for each dimension.
    N dimensional color gradient with one color for each dimension.
    Color gradient following the hue.
    Associates integer indices with colors.
    Coloring is a wrapper class for different schemes to map data onto colors for 2D visualizations using the HTML5 canvas element.
    One dimensional color gradient spanning two or more colors
    Two dimensional color gradient with one color for each dimension.
    N dimensional color gradient with one color for each dimension.
    Color gradient following the hue.
    Associates integer indices with colors.
    Interface with the outside world.
    The interface to execute commands in a manner that is agnostic to the implementation details regarding GWT or JRE environments.
    GWT specific implementation of EvoLudo controller.
    Create button to launch an EvoLudo lab in a semi-transparent overlay.
    The interface to provide access to the Git.properties file.
    Helper to manage lifecycle listeners and dispatch lifecycle notifications as well as loading and unloading modules and models.
    Network<N extends Node>
    Abstract graphical representation for generic population geometries.
    Interface for GUI elements that are interested in receiving updates regarding the process of laying out the network.
    Status of the layout process of networks: Network.Status.HAS_LAYOUT network layout complete.
    Graphical representation of generic population geometries in 2D.
    Graphical representation of generic population geometries in 3D.
    The interface to provide access to GWT specific resource files.
    Controller for managing the execution and lifecycle of EvoLudo model simulations.
    Encapsulates encoding and restoration of EvoLudo engine state, including version handling.