Package org.tweetyproject.arg.dung.util
Class DungTheoryGenerationParameters
java.lang.Object
org.tweetyproject.arg.dung.util.DungTheoryGenerationParameters
This class lists some parameters
for Dung theory generation.
- Author:
- Matthias Thimm
-
Field Summary
Modifier and TypeFieldDescriptiondouble
The attack probability for each two arguments in the theory.boolean
Whether to avoid self-attacks.boolean
Whether the generated theory must have a tree shape.int
The number of arguments to be created in a theory. -
Constructor Summary
-
Method Summary
-
Field Details
-
numberOfArguments
public int numberOfArgumentsThe number of arguments to be created in a theory. -
attackProbability
public double attackProbabilityThe attack probability for each two arguments in the theory. -
avoidSelfAttacks
public boolean avoidSelfAttacksWhether to avoid self-attacks. -
enforceTreeShape
public boolean enforceTreeShapeWhether the generated theory must have a tree shape.
-
-
Constructor Details
-
DungTheoryGenerationParameters
public DungTheoryGenerationParameters()
-
-
Method Details
-
toString
-