Uses of Interface
org.evoludo.simulator.views.HasPhase2D.Data2Phase
Packages that use HasPhase2D.Data2Phase
-
Uses of HasPhase2D.Data2Phase in org.evoludo.graphics
Classes in org.evoludo.graphics that implement HasPhase2D.Data2PhaseModifier and TypeClassDescriptionclass
Default mapping of data to the phase plane or phase plane projections.Fields in org.evoludo.graphics declared as HasPhase2D.Data2PhaseModifier and TypeFieldDescription(package private) HasPhase2D.Data2Phase
ParaGraph.map
The map for converting data to phase plane coordinates.Methods in org.evoludo.graphics that return HasPhase2D.Data2PhaseModifier and TypeMethodDescriptionParaGraph.getMap()
Get the map for converting data to phase plane coordinates.Methods in org.evoludo.graphics with parameters of type HasPhase2D.Data2PhaseModifier and TypeMethodDescriptionvoid
ParaGraph.setMap
(HasPhase2D.Data2Phase map) Set the map for converting data to phase plane coordinates. -
Uses of HasPhase2D.Data2Phase in org.evoludo.simulator.modules
Classes in org.evoludo.simulator.modules that implement HasPhase2D.Data2PhaseModifier and TypeClassDescriptionclass
The class that defines the mapping of asymmetric2×2
games onto a 2D phase plane: fraction of cooperators alongx
-axis and fraction of rich patches alongy
-axis.class
The map for translating the data of the ecological public goods game models into 2D phase plane representation.Methods in org.evoludo.simulator.modules that return HasPhase2D.Data2Phase -
Uses of HasPhase2D.Data2Phase in org.evoludo.simulator.views
Fields in org.evoludo.simulator.views declared as HasPhase2D.Data2PhaseModifier and TypeFieldDescriptionprotected HasPhase2D.Data2Phase
Phase2D.map
The map that transforms the current state of the model to a point on the 2D phase plane.Methods in org.evoludo.simulator.views that return HasPhase2D.Data2PhaseModifier and TypeMethodDescriptiondefault HasPhase2D.Data2Phase
HasPhase2D.getPhase2DMap()
Get the map that transforms the data of the module to a 2D phase plane (projection).Methods in org.evoludo.simulator.views with parameters of type HasPhase2D.Data2PhaseModifier and TypeMethodDescriptiondefault void
HasPhase2D.setPhase2DMap
(HasPhase2D.Data2Phase map) Set the map that transforms the data of the module to a 2D phase plane (projection) tomap
.