T - The type of the belief basepublic abstract class CredibilityRevisionNonIterative<T extends net.sf.tweety.commons.Formula> extends CredibilityRevision<T>
| Constructor and Description |
|---|
CredibilityRevisionNonIterative() |
| Modifier and Type | Method and Description |
|---|---|
Collection<T> |
revise(Collection<T> beliefBase1,
Collection<T> beliefBase2)
Revises the two given belief bases and returns the result, the former belief base has
a lesser credibility than the latter.
|
revise, revisepublic Collection<T> revise(Collection<T> beliefBase1, Collection<T> beliefBase2)
CredibilityRevisionrevise in class CredibilityRevision<T extends net.sf.tweety.commons.Formula>beliefBase1 - The lower priority belief basebeliefBase2 - The higher priority belief baseCopyright © 2018. All rights reserved.