Class CredibilityRevision

java.lang.Object
All Implemented Interfaces:
BaseRevisionOperator<ASPRule>

public class CredibilityRevision extends CredibilityRevisionNonIterative<ASPRule>
Implements the credibility revision approach for ASP described in Kruempelmann et al. 2008. It extends the NonIterativeRevision interface by providing methods to receive the last calculated answer sets and it's projection. Internally the prefixes 'c__' 'neg_c' are used to prefix constants and the prefix 'p__' is used to prefix literals of the extended alphabet of the credibility program.
Author:
Tim Janus