public class SimpleSafSampler extends BeliefBaseSampler<StructuredArgumentationFramework>
DEFAULT_MAXIMUM_BELIEFBASE_LENGTH, DEFAULT_MINIMUM_BELIEFBASE_LENGTH| Constructor and Description |
|---|
SimpleSafSampler(Signature signature)
Creates a new SimpleSafSampler for the given signature.
|
| Modifier and Type | Method and Description |
|---|---|
StructuredArgumentationFramework |
randomSample(int minLength,
int maxLength)
This method randomly samples a single belief base of the given signature
with the given belief base length.
|
getSignature, randomSample, randomSamplepublic SimpleSafSampler(Signature signature)
signature - a signature.public StructuredArgumentationFramework randomSample(int minLength, int maxLength)
BeliefBaseSamplerrandomSample in class BeliefBaseSampler<StructuredArgumentationFramework>minLength - the minimum length of the belief base.maxLength - the maximum length of the belief base.