Class DungTheoryGenerationParameters


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

      Fields 
      Modifier and Type Field Description
      double attackProbability
      The attack probability for each two arguments in the theory.
      boolean avoidSelfAttacks
      Whether to avoid self-attacks.
      boolean enforceTreeShape
      Whether the generated theory must have a tree shape.
      int numberOfArguments
      The number of arguments to be created in a theory.
    • Method Summary

      Modifier and Type Method Description
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • 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()
    • Method Detail

      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object