Uses of Class
org.evoludo.simulator.models.IBSGroup
Packages that use IBSGroup
-
Uses of IBSGroup in org.evoludo.simulator.models
Fields in org.evoludo.simulator.models declared as IBSGroupModifier and TypeFieldDescriptionprotected IBSGroup
IBSPopulation.compGroup
Reference to the competition/reference/model group.protected IBSGroup
IBSPopulation.interGroup
Reference to the interaction group.Methods in org.evoludo.simulator.models that return IBSGroupModifier and TypeMethodDescriptionIBSPopulation.getCompGroup()
Gets the competition/reference/model group.IBSPopulation.getInterGroup()
Gets the interaction group.Methods in org.evoludo.simulator.models with parameters of type IBSGroupModifier and TypeMethodDescriptionprivate void
IBSMCPopulation.gatherPlayers
(IBSGroup group) Gather the traits/strategies of all individuals in the interaction groupgroup
.void
IBSCPopulation.playGroupGameAt
(IBSGroup group) void
IBSDPopulation.playGroupGameAt
(IBSGroup group) void
IBSMCPopulation.playGroupGameAt
(IBSGroup group) abstract void
IBSPopulation.playGroupGameAt
(IBSGroup group) Play a group interaction with the individuals ingroup
.void
IBSCPopulation.playPairGameAt
(IBSGroup group) void
IBSDPopulation.playPairGameAt
(IBSGroup group) void
IBSMCPopulation.playPairGameAt
(IBSGroup group) abstract void
IBSPopulation.playPairGameAt
(IBSGroup group) Play a pairwise interaction with the individuals ingroup
.protected void
IBSDPopulation.stripGroupVacancies
(IBSGroup group, int[] gStrat, int[] gIdxs) Eliminate vacant sites from the assembled group.void
IBSCPopulation.yalpGroupGameAt
(IBSGroup group) void
IBSDPopulation.yalpGroupGameAt
(IBSGroup group) void
IBSMCPopulation.yalpGroupGameAt
(IBSGroup group) abstract void
IBSPopulation.yalpGroupGameAt
(IBSGroup group) Counterpart ofIBSPopulation.playGroupGameAt(IBSGroup)
,IBSPopulation.playGameAt(int)
and/orIBSPopulation.playGameSyncAt(int)
. -
Uses of IBSGroup in org.evoludo.simulator.modules
Methods in org.evoludo.simulator.modules with parameters of type IBSGroupModifier and TypeMethodDescriptionvoid
NetGames.IBSPop.playGroupGameAt
(IBSGroup group) void
NetGames.IBSPop.playPairGameAt
(IBSGroup group) void
NetGames.IBSPop.yalpGroupGameAt
(IBSGroup groupd)