Package org.evoludo.simulator.views
Interface HasPop3D
- All Known Subinterfaces:
HasPop3D.Fitness
,HasPop3D.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 HasPop3D
Module
s that implement the
HasPop3D
interface request a graphical view to visualize a 3D
representation of the geomtery of the population in their GUI:
Pop3D
for GWT and none for JRE
(java3d
has long been retired).
Important: Implementations have to be agnostic of the runtime environment (JRE vs GWT).
- Author:
- Christoph Hauert
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interface
Module
s that implement theHasPop3D.Strategy
interface include 3D graphical visualizations of the geometry of the population where nodes display the color coded fitness of each individual.static interface
Module
s that implement theHasPop3D.Strategy
interface include 2D graphical visualizations of the geometry of the population where nodes display the color coded strategy of each individual.