T - The type of the belief basespublic abstract class CredibilityRevisionIterative<T extends net.sf.tweety.commons.Formula> extends CredibilityRevision<T>
| Constructor and Description |
|---|
CredibilityRevisionIterative() |
| Modifier and Type | Method and Description |
|---|---|
Collection<T> |
revise(List<Collection<T>> ordererList)
Revises the belief bases in the orderer list into one belief base.
|
revise, revisepublic Collection<T> revise(List<Collection<T>> ordererList)
CredibilityRevisionrevise in class CredibilityRevision<T extends net.sf.tweety.commons.Formula>ordererList - An orderer list of belief bases which assumes
that belief bases with a lower index have a
lower priority.Copyright © 2018. All rights reserved.