Interface HasPop2D

All Known Subinterfaces:
HasPop2D.Fitness, HasPop2D.Strategy
All Known Implementing Classes:
ATBT, CDL, CDLP, CDLPQ, Centipede, CLabour, CSD, DemesTBT, EcoPGG, Moran, NetGames, RSP, scanCSD, simCDL, simCDLP, simCDLPQ, simMoran, simTBT, simTraits, TBT, Traits

public interface HasPop2D
Modules that implement the HasPop2D interface request a graphical view to visualize a 2D representation of the geomtery of the population in their GUI: Pop2D for GWT and MVPop2D for JRE.

Important: Implementations have to be agnostic of the runtime environment (JRE vs GWT).

Author:
Christoph Hauert
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static interface 
    Modules that implement the HasPop2D.Fitness interface include 2D graphical visualizations of the geometry of the population where nodes display the color coded fitness of each individual.
    static interface 
    Modules that implement the HasPop2D.Strategy interface include 2D graphical visualizations of the geometry of the population where nodes display the color coded strategy of each individual.