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
FieldsModifier and TypeFieldDescriptiondoubleThe attack probability for each two arguments in the theory.booleanWhether to avoid self-attacks.booleanWhether the generated theory must have a tree shape.intThe number of arguments to be created in a theory. - 
Constructor Summary
Constructors - 
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