Package org.tweetyproject.arg.dung.util
Class DungTheoryGenerationParameters
- java.lang.Object
 - 
- org.tweetyproject.arg.dung.util.DungTheoryGenerationParameters
 
 
- 
public class DungTheoryGenerationParameters extends java.lang.ObjectThis class lists some parameters for Dung theory generation.- Author:
 - Matthias Thimm
 
 
- 
- 
Field Summary
Fields Modifier and Type Field Description doubleattackProbabilityThe attack probability for each two arguments in the theory.booleanavoidSelfAttacksWhether to avoid self-attacks.booleanenforceTreeShapeWhether the generated theory must have a tree shape.intnumberOfArgumentsThe number of arguments to be created in a theory. 
- 
Constructor Summary
Constructors Constructor Description DungTheoryGenerationParameters() 
- 
Method Summary
Modifier and Type Method Description java.lang.StringtoString() 
 - 
 
- 
- 
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. 
 - 
 
 -