Class GroundedGameUtilityFunction

java.lang.Object
org.tweetyproject.agents.dialogues.oppmodels.UtilityFunction<Argument,​Extension>
org.tweetyproject.agents.dialogues.oppmodels.GroundedGameUtilityFunction

public class GroundedGameUtilityFunction extends UtilityFunction<Argument,​Extension>
The grounded game utility function u_a^g. See definition in paper. This function can either function as the proponent's utility or the opposite opponent's utility.
Author:
Tjitze Rienstra, Matthias Thimm
  • Constructor Details

    • GroundedGameUtilityFunction

      public GroundedGameUtilityFunction(DungTheory theory, Argument argument, GroundedGameSystem.AgentFaction faction)
      Construct utility function.
      Parameters:
      theory - A Dung theory
      argument - the argument which is played for or against.
      faction - the type of this utility function.
  • Method Details