| Package | Description |
|---|---|
| net.sf.tweety.commons.postulates |
| Modifier and Type | Method and Description |
|---|---|
void |
PostulateEvaluationReport.addNegativeInstance(Postulate<S> postulate,
Collection<S> instance)
Adds a negative instance for the given postulate
|
void |
PostulateEvaluationReport.addNotApplicableInstance(Postulate<S> postulate,
Collection<S> instance)
Adds an instance that is not applicable for the given postulate
|
void |
PostulateEvaluationReport.addPositiveInstance(Postulate<S> postulate,
Collection<S> instance)
Adds a positive instance for the given postulate (that is applicable)
|
void |
PostulateEvaluator.addPostulate(Postulate<S> p)
Adds the given postulate
|
boolean |
PostulateEvaluator.removePostulate(Postulate<S> p)
Removes the given postulate
|
| Constructor and Description |
|---|
PostulateEvaluationReport(PostulateEvaluatable<S> ev,
List<Postulate<S>> postulates)
Creates a new evaluation report for the given approach and set of postulates
|
PostulateEvaluator(BeliefSetIterator<S,T> iterator,
PostulateEvaluatable<S> ev,
Collection<Postulate<S>> postulates)
Creates a new evaluator for the given evaluatable and
belief base generator.
|
Copyright © 2019. All rights reserved.