Package org.tweetyproject.lp.asp.beliefdynamics.baserevision


package org.tweetyproject.lp.asp.beliefdynamics.baserevision
  • Interface Summary
    Interface
    Description
    This interface represents an consolidation operator for belief bases as defined in [KKI12].
    This interface models a general selection function for remainder sets
  • Class Summary
    Class
    Description
    This class implements the base revision operator for extended logic programs as introduced in [KKI12].
    This comparator imposes a total order on the set of extended logic programs by use of the lexicographical order given as follows: A program A is less than a program B iff the smallest rule of A is smaller than the smallest rule of B or if both are equal if the second smallest rule of A is smaller than the second smallest rule of B and so on.
    This class implements a monotone global maxichoise selection function for remainder sets of extended logic programs as introduced in [KKI12].
    This class represents the set of remainder sets constructed from a belief base.
    This class implements the screened maxi-choice consolidation operator from [1].
    This class represents the set of Screened Consistent Remainder Sets as defined in [1].