Class CredibilityRevision<T extends Formula>

java.lang.Object
org.tweetyproject.beliefdynamics.MultipleBaseRevisionOperator<T>
org.tweetyproject.beliefdynamics.CredibilityRevision<T>
Type Parameters:
T - The type of formulas of the belief bases
All Implemented Interfaces:
BaseRevisionOperator<T>
Direct Known Subclasses:
CredibilityRevisionIterative, CredibilityRevisionNonIterative

public abstract class CredibilityRevision<T extends Formula> extends MultipleBaseRevisionOperator<T>
Abstract base class for a revision process on belief bases of type TBeliefBase, it provides a method to revise one belief base with another and a method to revise a ordered list of belief bases. The ordering of the list defines the credibility of the different belief bases.
Author:
Tim Janus