Package org.evoludo.simulator.views
Interface HasPop2D
- All Known Subinterfaces:
HasPop2D.Fitness,HasPop2D.Traits
- All Known Implementing Classes:
ATBT,CDL,CDLP,CDLPQ,Centipede,CLabour,CSD,DemesTBT,EcoPGG,LV,Moran,NetGames,RSP,scanCSD,simCDL,simCDLP,simCDLPQ,simMoran,simTBT,simTraits,SIR,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 ClassesModifier and TypeInterfaceDescriptionstatic interfaceModules that implement theHasPop2D.Fitnessinterface include 2D graphical visualizations of the geometry of the population where nodes display the color coded fitness of each individual.static interfaceModules that implement theHasPop2D.Traitsinterface include 2D graphical visualizations of the geometry of the population where nodes display the color coded trait of each individual.