Uses of Class
org.tweetyproject.commons.postulates.PostulateEvaluationReport
- 
Packages that use PostulateEvaluationReport Package Description org.tweetyproject.commons.postulates  - 
- 
Uses of PostulateEvaluationReport in org.tweetyproject.commons.postulates
Methods in org.tweetyproject.commons.postulates that return PostulateEvaluationReport Modifier and Type Method Description PostulateEvaluationReport<T>PostulateEvaluator. evaluate(long num)Evaluates all postulates of this evaluator on the given approach onnumbelief bases generated by the sampler of this evaluator.PostulateEvaluationReport<T>PostulateEvaluator. evaluate(long num, boolean stopWhenFailed)Evaluates all postulates of this evaluator on the given approach onnumbelief bases generated by the sampler of this evaluator. 
 -