Uses of Interface
net.sf.tweety.commons.BeliefSetIterator
-
Packages that use BeliefSetIterator Package Description net.sf.tweety.commons net.sf.tweety.commons.postulates -
-
Uses of BeliefSetIterator in net.sf.tweety.commons
Classes in net.sf.tweety.commons that implement BeliefSetIterator Modifier and Type Class Description classBeliefSetSampler<T extends Formula,U extends BeliefSet<T,?>>This abstract class models a random sampler for belief sets. -
Uses of BeliefSetIterator in net.sf.tweety.commons.postulates
Constructors in net.sf.tweety.commons.postulates with parameters of type BeliefSetIterator Constructor Description PostulateEvaluator(BeliefSetIterator<T,U> iterator, PostulateEvaluatable<T> ev)Creates a new evaluator for the given evaluatable and belief base generator.PostulateEvaluator(BeliefSetIterator<T,U> iterator, PostulateEvaluatable<T> ev, Collection<Postulate<T>> postulates)Creates a new evaluator for the given evaluatable and belief base generator.
-