Package org.tweetyproject.arg.saf.util
Class SimpleSafSampler
java.lang.Object
org.tweetyproject.commons.BeliefSetSampler<Argument,StructuredArgumentationFramework>
 
org.tweetyproject.arg.saf.util.SimpleSafSampler
- All Implemented Interfaces:
- Iterator<StructuredArgumentationFramework>,- BeliefSetIterator<Argument,- StructuredArgumentationFramework> 
This class implements a belief base sampler for structured argumentation
 frameworks.
- Author:
- Matthias Thimm
- 
Field SummaryFields inherited from class org.tweetyproject.commons.BeliefSetSamplerDEFAULT_MAXIMUM_BELIEFBASE_LENGTH, DEFAULT_MINIMUM_BELIEFBASE_LENGTH
- 
Constructor SummaryConstructorsConstructorDescriptionSimpleSafSampler(Signature signature) Creates a new SimpleSafSampler for the given signature.SimpleSafSampler(Signature signature, int minLength, int maxLength) Creates a new SimpleSafSampler for the given signature.
- 
Method SummaryMethods inherited from class org.tweetyproject.commons.BeliefSetSamplergetMaxLength, getMinLength, getSamplerSignature, hasNextMethods inherited from class java.lang.Objectequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.util.IteratorforEachRemaining, remove
- 
Constructor Details- 
SimpleSafSamplerCreates a new SimpleSafSampler for the given signature.- Parameters:
- signature- a signature.
 
- 
SimpleSafSamplerCreates a new SimpleSafSampler for the given signature.- Parameters:
- signature- a signature.
- minLength- the minimum length of knowledge bases
- maxLength- the maximum length of knowledge bases
 
 
- 
- 
Method Details- 
next- Specified by:
- nextin interface- BeliefSetIterator<Argument,- StructuredArgumentationFramework> 
- Specified by:
- nextin interface- Iterator<StructuredArgumentationFramework>
- Specified by:
- nextin class- BeliefSetSampler<Argument,- StructuredArgumentationFramework> 
 
 
-