Uses of Class
org.tweetyproject.lp.asp.syntax.ASPRule
Package
Description
-
Uses of ASPRule in org.tweetyproject.arg.lp.syntax
ModifierConstructorDescriptionConstructs an `Argument` object initialized with a single ASP rule. -
Uses of ASPRule in org.tweetyproject.lp.asp.beliefdynamics.baserevision
Modifier and TypeMethodDescriptionScreenedMaxichoiceConsolidation.consolidate
(Collection<ASPRule> p) ELPBaseRevisionOperator.revise
(Collection<ASPRule> base, Collection<ASPRule> formulas) MonotoneGlobalMaxichoiceSelectionFunction.select
(RemainderSets<ASPRule> remainderSets) MonotoneGlobalMaxichoiceSelectionFunction.select
(ScreenedRemainderSets remainderSets) Selects the maximal remainder set from the set of all remainder sets according to a total order on all extended logic programs.Modifier and TypeMethodDescriptionScreenedMaxichoiceConsolidation.consolidate
(Collection<ASPRule> p) ELPBaseRevisionOperator.revise
(Collection<ASPRule> base, Collection<ASPRule> formulas) MonotoneGlobalMaxichoiceSelectionFunction.select
(RemainderSets<ASPRule> remainderSets) ModifierConstructorDescriptionELPBaseRevisionOperator
(ASPSolver solver, SelectionFunction<ASPRule> selection) Constructs anELPBaseRevisionOperator
with the specified ASP solver and selection function.ScreenedMaxichoiceConsolidation
(Program screen, SelectionFunction<ASPRule> selection, ASPSolver solver) Creates a new screened maxi-choice consolidation operator with the given screen, selection function and a link to an answer set solver. -
Uses of ASPRule in org.tweetyproject.lp.asp.beliefdynamics.revision
Modifier and TypeMethodDescriptionCredibilityRevision.revise
(List<Collection<ASPRule>> ol) PreferenceHandling.revise
(Collection<ASPRule> base, Collection<ASPRule> formulas) -
Uses of ASPRule in org.tweetyproject.lp.asp.beliefdynamics.selectiverevision
Modifier and TypeMethodDescriptionParameterisedArgumentativeSelectiveRevisionOperator.revise
(Collection<ASPRule> base, Collection<ASPRule> formulas) NaiveLiteralTransformationFunction.transform
(Collection<ASPRule> formulas) "Transforms" the single fact by either accepting or rejecting it.ScepticalLiteralTransformationFunction.transform
(Collection<ASPRule> formulas) "Transforms" the single rule by either accepting or rejecting it.Modifier and TypeMethodDescription"Transforms" the single fact by either accepting or rejecting it."Transforms" the single rule by either accepting or rejecting it.Modifier and TypeMethodDescriptionParameterisedArgumentativeSelectiveRevisionOperator.revise
(Collection<ASPRule> base, Collection<ASPRule> formulas) NaiveLiteralTransformationFunction.transform
(Collection<ASPRule> formulas) ScepticalLiteralTransformationFunction.transform
(Collection<ASPRule> formulas) ModifierConstructorDescriptionNaiveLiteralTransformationFunction
(Collection<ASPRule> beliefSet, AttackStrategy attackRelation, AttackStrategy defenseRelation) Creates a new naive transformation function for literals.ScepticalLiteralTransformationFunction
(Collection<ASPRule> beliefSet, AttackStrategy attackRelation, AttackStrategy defenseRelation) Creates a new sceptical transformation function for literals. -
Uses of ASPRule in org.tweetyproject.lp.asp.parser
-
Uses of ASPRule in org.tweetyproject.lp.asp.semantics
-
Uses of ASPRule in org.tweetyproject.lp.asp.syntax
ModifierConstructorDescriptionCopy-ConstructorCreates a new program with the given rules.ModifierConstructorDescriptionProgram
(Collection<ASPRule> rules) Creates a new program with the given rules.Program
(ASPLiteral query, Set<ASPRule> rules) Creates a new program with the given query and rules.