Uses of Class
org.tweetyproject.arg.delp.parser.ParseException
-
Uses of ParseException in org.tweetyproject.arg.delp.parser
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.Formula
(FolSignature signature) Parses a formula from the given signature.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.final DefeasibleLogicProgram
DelpParser.Theory
(FolSignature signature) Parses a defeasible logic program from a given signature.