Class StrategicModel.Payoff

java.lang.Object
org.episteme.social.economics.models.StrategicModel.Payoff
All Implemented Interfaces:
Serializable
Enclosing class:
StrategicModel

public static class StrategicModel.Payoff extends Object implements Serializable
Since:
1.0
Author:
Silvere Martin-Michiellot, Gemini AI (Google DeepMind)
See Also:
  • Constructor Details

    • Payoff

      public Payoff()
    • Payoff

      public Payoff(String label, Real player1, Real player2)
  • Method Details

    • getLabel

      public String getLabel()
    • getPlayer1

      public Real getPlayer1()
    • getPlayer2

      public Real getPlayer2()