Class DungTheoryGenerationParameters

java.lang.Object
org.tweetyproject.arg.dung.util.DungTheoryGenerationParameters

public class DungTheoryGenerationParameters extends Object
This class lists some parameters for Dung theory generation.
Author:
Matthias Thimm
  • Field Details

    • numberOfArguments

      public int numberOfArguments
      The number of arguments to be created in a theory.
    • attackProbability

      public double attackProbability
      The attack probability for each two arguments in the theory.
    • avoidSelfAttacks

      public boolean avoidSelfAttacks
      Whether to avoid self-attacks.
    • enforceTreeShape

      public boolean enforceTreeShape
      Whether the generated theory must have a tree shape.
  • Constructor Details

    • DungTheoryGenerationParameters

      public DungTheoryGenerationParameters()
  • Method Details