public class SimpleSafSampler extends BeliefSetSampler<Argument,StructuredArgumentationFramework>
DEFAULT_MAXIMUM_BELIEFBASE_LENGTH, DEFAULT_MINIMUM_BELIEFBASE_LENGTH| Constructor and Description |
|---|
SimpleSafSampler(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.
|
| Modifier and Type | Method and Description |
|---|---|
StructuredArgumentationFramework |
next() |
getMaxLength, getMinLength, getSignature, hasNextpublic SimpleSafSampler(Signature signature)
signature - a signature.public SimpleSafSampler(Signature signature, int minLength, int maxLength)
signature - a signature.minLength - the minimum length of knowledge basesmaxLength - the maximum length of knowledge basespublic StructuredArgumentationFramework next()
next in interface java.util.Iterator<StructuredArgumentationFramework>next in interface BeliefSetIterator<Argument,StructuredArgumentationFramework>next in class BeliefSetSampler<Argument,StructuredArgumentationFramework>