Uses of Class
org.tweetyproject.arg.delp.syntax.DefeasibleLogicProgram
Package
Description
-
Uses of DefeasibleLogicProgram in org.tweetyproject.arg.delp.parser
Modifier and TypeMethodDescriptionDelpParser.parseBeliefBase
(Reader reader) Parses a defeasible logic program from the given reader.final DefeasibleLogicProgram
DelpParser.Theory
(FolSignature signature) Parses a defeasible logic program from a given signature.Modifier and TypeMethodDescriptionfinal FolAtom
DelpParser.Atom
(DefeasibleLogicProgram delp, FolSignature signature) Parses an atom (predicate with optional terms) from the input.final void
DelpParser.Expression
(DefeasibleLogicProgram delp, FolSignature signature) Parses an expression in the defeasible logic program.final FolFormula
DelpParser.Literal
(DefeasibleLogicProgram delp, FolSignature signature) Parses a literal, which could be an atom or its negation.final Term
DelpParser.Term
(DefeasibleLogicProgram delp, FolSignature signature) Parses a term (either a variable or a constant) from the input. -
Uses of DefeasibleLogicProgram in org.tweetyproject.arg.delp.reasoner
Modifier and TypeMethodDescriptionstatic Set
<DelpArgument> DelpReasoner.getArgumentsWithConclusion
(DefeasibleLogicProgram delp, FolFormula f) Returns all arguments with the given conclusion from the delp.DelpReasoner.getWarrants
(DefeasibleLogicProgram delp) Computes the subset of the arguments of this program, that are warrants.DelpReasoner.query
(DefeasibleLogicProgram delp, FolFormula f) -
Uses of DefeasibleLogicProgram in org.tweetyproject.arg.delp.semantics
Modifier and TypeMethodDescriptionabstract ComparisonCriterion.Result
ComparisonCriterion.compare
(DelpArgument argument1, DelpArgument argument2, DefeasibleLogicProgram context) This method returns the relation ofargument1
toargument2
givencontext
.EmptyCriterion.compare
(DelpArgument argument1, DelpArgument argument2, DefeasibleLogicProgram context) GeneralizedSpecificity.compare
(DelpArgument argument1, DelpArgument argument2, DefeasibleLogicProgram context) DialecticalTree.getDefeaters
(DefeasibleLogicProgram delp, ComparisonCriterion comparisonCriterion) Computes the set of arguments which are defeaters for the argument in this tree node and returns the corresponding dialectical tree nodes with these defeaters.boolean
DialecticalTree.isAcceptable
(DelpArgument argument, DefeasibleLogicProgram delp, ComparisonCriterion comparisonCriterion) Checks whether the argumentation line composed of the ancestors of this node and the parameterargument
is acceptable given the parameterdelp
-
Uses of DefeasibleLogicProgram in org.tweetyproject.arg.delp.syntax
Modifier and TypeMethodDescriptionDefeasibleLogicProgram.ground()
In general, a delp comprises of rule schemes with variables.In general, a delp comprises of rule schemes with variables.Modifier and TypeMethodDescriptionDelpArgument.getAttackOpportunities
(DefeasibleLogicProgram delp) Computes the set of literals that disagree with the conclusion of a subargument of this argumentDelpArgument.getDisagreementSubargument
(FolFormula lit, DefeasibleLogicProgram delp) Computes the disagreement subargument of this argument for the given literalModifierConstructorDescriptionconstructor; initializes this program with the given program -
Uses of DefeasibleLogicProgram in org.tweetyproject.web.services.delp
ModifierConstructorDescriptionDeLPCallee
(DefeasibleLogicProgram delp, DelpReasoner reasoner, Formula f) Constructs a new DeLPCallee with the specified DefeasibleLogicProgram, DelpReasoner, and Formula.