public static interface Features.Pairs
extends Features
All modules that admit interactions in pairs (as opposed to larger groups)
should implement this interface. The classical 2×2 games are an
example, see TBT.
Author:
Christoph Hauert
Nested Class Summary
Nested classes/interfaces inherited from interface Features
Returns whether interactions are restricted to pairs (false by
default). For modules that allow interactions in larger groups this returns
true only if the group size parameter is set to 2.