Class DungTheoryGenerationParameters


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

      • 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 Detail

      • DungTheoryGenerationParameters

        public DungTheoryGenerationParameters()