Uses of Interface
net.sf.tweety.commons.QualitativeReasoner
-
-
-
Uses of QualitativeReasoner in net.sf.tweety.arg.aba.reasoner
Classes in net.sf.tweety.arg.aba.reasoner that implement QualitativeReasoner Modifier and Type Class Description classCompleteReasoner<T extends Formula>This reasoner for ABA theories performs inference on the complete extensions.classFlatAbaReasoner<T extends Formula>This class models a reasoner over ABA formulae.classGeneralAbaReasoner<T extends Formula>This is an abstract generalization over non-flat ABA reasoners.classIdealReasoner<T extends Formula>This reasoner for ABA theories performs inference on the ideal extension.classPreferredReasoner<T extends Formula>This reasoner for ABA theories performs inference on the preferred extensions.classStableReasoner<T extends Formula>This reasoner for ABA theories performs inference on the stable extensions.classWellFoundedReasoner<T extends Formula>This reasoner for ABA theories performs inference on the ideal extension. -
Uses of QualitativeReasoner in net.sf.tweety.arg.aspic.reasoner
Classes in net.sf.tweety.arg.aspic.reasoner that implement QualitativeReasoner Modifier and Type Class Description classAbstractAspicReasoner<T extends Invertable>The abstract ancestor of all Aspic reasoner implementationsclassDirectionalAspicReasoner<T extends Invertable>Computes a restricted AF by only considering relevant arguments to a query.classModuleBasedAspicReasoner<T extends Invertable>Slightly optimised reasoner for ASPIC.classRandomAspicReasoner<T extends Invertable>This class implements an approximate reasoner for ASPIC+ that randomly samples arguments.classSimpleAspicReasoner<T extends Invertable> -
Uses of QualitativeReasoner in net.sf.tweety.arg.dung.reasoner
Classes in net.sf.tweety.arg.dung.reasoner that implement QualitativeReasoner Modifier and Type Class Description classAbstractAcceptabilityReasonerAncestor class for reasoners that are tailored towards computing the set {a | a is credulously/skeptically accepted wrt.classAbstractDungReasonerAncestor class for all AAF reasoners.classAbstractExtensionReasonerAncestor class for all extension-based reasoners.classAbstractSatExtensionReasonerUses a provided SAT solver to solve reasoning problems in AAFs.classEeeAcceptabilityReasonerImplements the EEE approach ("exhaustively enumerate extensions") to determine the set of acceptable arguments of an AF, cf.classIaqAcceptabilityReasonerImplements the IAQ approach ("iterative acceptability queries") to determine the set of acceptable arguments of an AF, cf.classNaiveReasonerReasoner for naive extensions.classProboReasonerThis reasoner makes use of an external executable for solving reasoning problems in abstract argumentation.classQualifiedReasonerReasoner for qualified sigma-semantics.classSatCompleteReasonerUses a SAT solver to determine complete extensions.classSatStableReasonerUses a SAT solver to determine stable extensions.classSccCF2ReasonerReasoner for CF2 extensions using scc-recursiveness.classSCF2ReasonerReasoner for SCF2 extensions using scc-recursiveness.classSCOOCNaiveReasonerreasoner for SCOOC-naive semantics.classSeeAcceptabilityReasonerImplements the SEE approach ("selective extension enumeration") to determine the set of credulously acceptable arguments of an AF wrt.classSeemAcceptabilityReasonerImplements the SEEM approach ("selective extension enumeration with MaxSAT") to determine the set of credulously acceptable arguments of an AF wrt.classSemiQualifiedReasonerReasoner for semi-qualified sigma-semantics.classSimpleAdmissibleReasonerThis reasoner for Dung theories performs inference on the admissible extensions.classSimpleCompleteReasonerThis reasoner for Dung theories performs inference on the complete extensions.classSimpleConflictFreeReasonerThis reasoner for Dung theories performs inference on the conflict-free extensions.classSimpleGroundedReasonerThis reasoner for Dung theories performs inference on the grounded extension.classSimpleIdealReasonerThis reasoner for Dung theories performs inference on the ideal extension.classSimplePreferredReasonerThis reasoner for Dung theories performs inference on the preferred extensions.classSimpleSccCompleteReasonerThis reasoner for Dung theories performs inference on the complete extensions.classSimpleSemiStableReasonerThis reasoner for Dung theories performs inference on the semi-stable extensions.classSimpleStableReasonerThis reasoner for Dung theories performs inference on the stable extensions.classSimpleStageReasonerThis reasoner for Dung theories performs inference on the stage extensions.classStage2ReasonerReasoner for Stage2 semantics using scc-recursiveness definition see: Dvorak, Gaggl: Incorporating Stage Semantics in the SCC-recursive Schema for Argumentation Semantics 2012classStratifiedLabelingReasonerThis class implements a stratified labeling reasoner.classWeaklyAdmissibleReasonerReasoner for weak admissibility the reasoner reduces the number of sets we have to check by computing candidate sets instead of checking all sets. -
Uses of QualitativeReasoner in net.sf.tweety.arg.lp.reasoner
Classes in net.sf.tweety.arg.lp.reasoner that implement QualitativeReasoner Modifier and Type Class Description classArgumentationReasonerThis class models a reasoner for extended logic programming based arguments using the fixpoint semantics from [1] parameterised by a notion of attack x for the opponent and another notion of attack y as a defense for the proponent.classLiteralReasonerThis class extends the default argumentation reasoner to the reasoning about literals in the set of arguments constructible from an extended logic program p. -
Uses of QualitativeReasoner in net.sf.tweety.arg.saf.reasoner
Classes in net.sf.tweety.arg.saf.reasoner that implement QualitativeReasoner Modifier and Type Class Description classOutputReasonerThis class models an abstract reasoner for structured argumentation frameworks. -
Uses of QualitativeReasoner in net.sf.tweety.logics.cl.reasoner
Classes in net.sf.tweety.logics.cl.reasoner that implement QualitativeReasoner Modifier and Type Class Description classAbstractConditionalLogicReasonerAbstract ancestor for all reasoner for conditional logic.classCReasonerThis class models a c-reasoner for conditional logic.classRuleBasedCReasonerThis is a reasoner using c-representation and rules to solve these c-representations.classSimpleCReasonerThis class models a brute force c-reasoner for conditional logic.classZReasonerThis class models a z-reasoner for conditional logic. -
Uses of QualitativeReasoner in net.sf.tweety.logics.dl.reasoner
Classes in net.sf.tweety.logics.dl.reasoner that implement QualitativeReasoner Modifier and Type Class Description classNaiveDlReasonerNaive reasoner for the description logic ALC (as represented by this library). -
Uses of QualitativeReasoner in net.sf.tweety.logics.fol.reasoner
Classes in net.sf.tweety.logics.fol.reasoner that implement QualitativeReasoner Modifier and Type Class Description classEFOLReasonerInvokes E (http://eprover.org), an automated theorem prover for first-order logic, and returns its results.classFolReasonerAbstract FOL Prover to be implemented by concrete solversclassProver9FolReasonerInvokes Prover9 ( https://www.cs.unm.edu/~mccune/mace4/), an automated theorem prover for first-order logic, and returns its results.classSimpleFolReasonerUses a naive brute force search procedure for theorem proving.classSpassFolReasonerInvokes SPASS (http://www.mpi-inf.mpg.de/departments/automation-of-logic/software/spass-workbench/), an automated theorem prover for first-order logic, modal logic and description logics. -
Uses of QualitativeReasoner in net.sf.tweety.logics.ml.reasoner
Classes in net.sf.tweety.logics.ml.reasoner that implement QualitativeReasoner Modifier and Type Class Description classAbstractMlReasonerAbstract modal reasoner to be implemented by concrete reasoners.classMleanCoPReasonerInvokes MleanCoP (http://www.leancop.de/mleancop/), a compact automated theorem prover for modal first-order logic based on the clausal connection calculus.classSimpleMlReasonerThis class implements inference for modal logic using a brute-force approach.classSPASSMlReasonerInvokes SPASS (http://www.mpi-inf.mpg.de/departments/automation-of-logic/software/spass-workbench/), an automated theorem prover for first-order logic, modal logic and description logics. -
Uses of QualitativeReasoner in net.sf.tweety.logics.pl.reasoner
Classes in net.sf.tweety.logics.pl.reasoner that implement QualitativeReasoner Modifier and Type Class Description classAbstractPlReasonerAbstract class for propositional logic reasoners.classSatReasonerUses the default SAT reasoner to perform reasoning in propositional logicclassSimplePlReasonerNaive classical inference (checks all interpretations for satisfiability). -
Uses of QualitativeReasoner in net.sf.tweety.logics.qbf.reasoner
Classes in net.sf.tweety.logics.qbf.reasoner that implement QualitativeReasoner Modifier and Type Class Description classNaiveQbfReasonerNaive classical inference for quantified boolean formulas (checks all interpretations for satisfiability). -
Uses of QualitativeReasoner in net.sf.tweety.logics.rcl.reasoner
Classes in net.sf.tweety.logics.rcl.reasoner that implement QualitativeReasoner Modifier and Type Class Description classSimpleRelationalCReasonerThis class models a relational brute force c-reasoner for relational conditional logic. -
Uses of QualitativeReasoner in net.sf.tweety.logics.rdl.reasoner
Classes in net.sf.tweety.logics.rdl.reasoner that implement QualitativeReasoner Modifier and Type Class Description classSimpleDefaultReasonerImplements a naive reasoner for default logic based on exhaustive application of defaults in process trees. -
Uses of QualitativeReasoner in net.sf.tweety.lp.asp.reasoner
Classes in net.sf.tweety.lp.asp.reasoner that implement QualitativeReasoner Modifier and Type Class Description classASPSolverThis class provides a common interface for asp solvers.classClingoSolverInvokes Clingo (Part of the Potassco project), an ASP system that grounds and solves logic programs, and returns computed answer sets.classDLVSolverWrapper class for the DLV answer set solver command line utility.
-