Uses of Class
net.sf.tweety.commons.postulates.PostulateEvaluationReport
-
Packages that use PostulateEvaluationReport Package Description net.sf.tweety.commons.postulates -
-
Uses of PostulateEvaluationReport in net.sf.tweety.commons.postulates
Methods in net.sf.tweety.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 onnum
belief 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 onnum
belief bases generated by the sampler of this evaluator.
-