Package org.tweetyproject.arg.aspic.util
Class RandomAspicArgumentationTheoryGenerator
java.lang.Object
org.tweetyproject.arg.aspic.util.RandomAspicArgumentationTheoryGenerator
Generates random ASPIC argumentation theories.
- Author:
 - Matthias Thimm
 
- 
Constructor Summary
ConstructorsConstructorDescriptionRandomAspicArgumentationTheoryGenerator(int numPropositions, int numFormulas, int maxBodyLiterals, double probStrict) Creates a random ASPIC argumentation theory generatir withnumPropositionsandnumFormulasformulas (inference rules). - 
Method Summary
 
- 
Constructor Details
- 
RandomAspicArgumentationTheoryGenerator
public RandomAspicArgumentationTheoryGenerator(int numPropositions, int numFormulas, int maxBodyLiterals, double probStrict) Creates a random ASPIC argumentation theory generatir withnumPropositionsandnumFormulasformulas (inference rules).- Parameters:
 numPropositions- the number of propositionsnumFormulas- the number of formulasmaxBodyLiterals- the maximal number of body literals in each rule.probStrict- the probability of each rule being strict.
 
 - 
 - 
Method Details
- 
next
Returns an ASPIC argumentation theory- Returns:
 - an ASPIC argumentation theory
 
 
 -