Class GroundedGameGenerator

java.lang.Object
org.tweetyproject.agents.dialogues.oppmodels.sim.GroundedGameGenerator
All Implemented Interfaces:
MultiAgentSystemGenerator<ArguingAgent,GroundedGameSystem>

public class GroundedGameGenerator extends Object implements MultiAgentSystemGenerator<ArguingAgent,GroundedGameSystem>
Generates grounded games.
Author:
Matthias Thimm
  • Field Details

    • PARAM_UNIVERSALTHEORY

      public static final int PARAM_UNIVERSALTHEORY
      Key for the simulation parameter which refers to the universal theory generated.
      See Also:
    • PARAM_ARGUMENT

      public static final int PARAM_ARGUMENT
      Key for the simulation parameter which refers to the argument of the dialogue.
      See Also:
  • Constructor Details

    • GroundedGameGenerator

      public GroundedGameGenerator(DungTheoryGenerator gen, double viewPercentagePro, double viewPercentageCon)
      Creates a new game generator.
      Parameters:
      gen - for generating Dung theories.
      viewPercentagePro - the percentage of the arguments known to the PRO agent
      viewPercentageCon - the percentage of the arguments known to the CON agent
  • Method Details