Class ELPBaseRevisionOperator
java.lang.Object
org.tweetyproject.beliefdynamics.MultipleBaseRevisionOperator<ASPRule>
org.tweetyproject.lp.asp.beliefdynamics.baserevision.ELPBaseRevisionOperator
- All Implemented Interfaces:
BaseRevisionOperator<ASPRule>
This class implements the base revision operator for extended
logic programs as introduced in [KKI12]. The revision of a set
of rules is defined as the screened maxi-choice consolidation of the
union of the belief base and the new beliefs.
[KKI12] Kruempelmann, Patrick und Gabriele Kern-Isberner:
Belief Base Change Operations for Answer Set Programming.
In: Cerro, Luis Farinas, Andreas Herzig und Jerome Mengin (Herausgeber):
Proceedings of the 13th European conference on Logics in Artificial
Intelligence, Band 7519, Seiten 294-306, Toulouse, France, 2012.
Springer Berlin Heidelberg.
- Author:
- Sebastian Homann
-
Constructor Summary
ConstructorDescriptionELPBaseRevisionOperator
(ASPSolver solver, SelectionFunction<ASPRule> selection) -
Method Summary
Modifier and TypeMethodDescriptionrevise
(Collection<ASPRule> base, Collection<ASPRule> formulas) Revises the first collection of formulas by the second collection of formulas.Methods inherited from class org.tweetyproject.beliefdynamics.MultipleBaseRevisionOperator
revise
-
Constructor Details
-
ELPBaseRevisionOperator
-
-
Method Details
-
revise
Description copied from class:MultipleBaseRevisionOperator
Revises the first collection of formulas by the second collection of formulas.- Specified by:
revise
in classMultipleBaseRevisionOperator<ASPRule>
- Parameters:
base
- some collection of formulas.formulas
- some formulas.- Returns:
- the revised collection.
-