public class ContensionSampler extends net.sf.tweety.commons.BeliefSetSampler<PropositionalFormula,PlBeliefSet>
| Constructor and Description |
|---|
ContensionSampler(PropositionalSignature signature,
int incvalue)
Creates a new sample for the given signature
which generates propositional belief sets with the
given inconsistency value (wrt.
|
ContensionSampler(PropositionalSignature signature,
int incvalue,
int minLength,
int maxLength)
Creates a new sample for the given signature
which generates propositional belief sets with the
given inconsistency value (wrt.
|
| Modifier and Type | Method and Description |
|---|---|
PlBeliefSet |
next() |
getMaxLength, getMinLength, getSignature, hasNextclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemaining, removepublic ContensionSampler(PropositionalSignature signature, int incvalue)
signature - some propositional signatureincvalue - some inconsistency value.public ContensionSampler(PropositionalSignature signature, int incvalue, int minLength, int maxLength)
signature - some propositional signatureincvalue - some inconsistency value.minLength - the minimum length of knowledge basesmaxLength - the maximum length of knowledge basespublic PlBeliefSet next()
next in interface Iterator<PlBeliefSet>next in interface net.sf.tweety.commons.BeliefSetIterator<PropositionalFormula,PlBeliefSet>next in class net.sf.tweety.commons.BeliefSetSampler<PropositionalFormula,PlBeliefSet>Copyright © 2019. All rights reserved.