Package net.sf.tweety.arg.saf.util
Class BasicArgumentSampler
- java.lang.Object
-
- net.sf.tweety.commons.FormulaSampler<BasicArgument>
-
- net.sf.tweety.arg.saf.util.BasicArgumentSampler
-
public class BasicArgumentSampler extends net.sf.tweety.commons.FormulaSampler<BasicArgument>
This class implements a formula sampler for structured argumentation frameworks.- Author:
- Matthias Thimm
-
-
Constructor Summary
Constructors Constructor Description BasicArgumentSampler(net.sf.tweety.commons.Signature signature)Creates a new basic argument sampler for the given signature.
-
Method Summary
Modifier and Type Method Description BasicArgumentrandomSample(int formula_length)
-
-
-
Method Detail
-
randomSample
public BasicArgument randomSample(int formula_length)
- Specified by:
randomSamplein classnet.sf.tweety.commons.FormulaSampler<BasicArgument>
-
-