Uses of Enum
org.tweetyproject.commons.InferenceMode
Package
Description
-
Uses of InferenceMode in org.tweetyproject.arg.aba.reasoner
Modifier and TypeMethodDescriptionFlatAbaReasoner.query
(AbaTheory<T> beliefbase, Assumption<T> query, InferenceMode inferenceMode) GeneralAbaReasoner.query
(AbaTheory<T> beliefbase, Assumption<T> query, InferenceMode inferenceMode) Queries the given ABA theory for the given assumption using the given inference type. -
Uses of InferenceMode in org.tweetyproject.arg.aspic.reasoner
Modifier and TypeMethodDescriptionfinal Boolean
AbstractAspicReasoner.query
(AspicArgumentationTheory<T> aat, T query, InferenceMode inferenceMode) Queries the given AspicArgumentationTheory for the given formula using the given inference type.final Boolean
AbstractAspicReasoner.query
(DungTheory dt, T query, InferenceMode inferenceMode) -
Uses of InferenceMode in org.tweetyproject.arg.dung.reasoner
Modifier and TypeMethodDescriptionAbstractExtensionReasoner.query
(DungTheory beliefbase, Argument formula, InferenceMode inferenceMode) Queries the given AAF for the given argument using the given inference type.ProboI23Reasoner.query
(DungTheory beliefbase, Argument formula, InferenceMode inferenceMode) ProboReasoner.query
(DungTheory beliefbase, Argument formula, InferenceMode inferenceMode) SatCompleteReasoner.query
(DungTheory beliefbase, Argument formula, InferenceMode inferenceMode) StratifiedLabelingReasoner.query
(DungTheory beliefbase, Argument formula, InferenceMode inferenceMode) Queries the given AAF for the given argument using the given inference type.ProboI23Reasoner.queryW
(DungTheory beliefbase, Argument formula, InferenceMode inferenceMode) ModifierConstructorDescriptionEeeAcceptabilityReasoner
(AbstractExtensionReasoner reasoner, InferenceMode inferenceMode) Creates a new EeeAcceptabilityReasoner.IaqAcceptabilityReasoner
(AbstractExtensionReasoner reasoner, InferenceMode inferenceMode) Creates a new IaqAcceptabilityReasoner.SeeAcceptabilityReasoner
(SatSolver satSolver, Semantics semantics, InferenceMode inferenceMode) Creates a new IaqAcceptabilityReasoner.SeemAcceptabilityReasoner
(MaxSatSolver maxSatSolver, Semantics semantics, InferenceMode inferenceMode) Creates a new IaqAcceptabilityReasoner. -
Uses of InferenceMode in org.tweetyproject.arg.extended.reasoner
Modifier and TypeMethodDescriptionAbstractExtendedExtensionReasoner.query
(ExtendedTheory beliefbase, Argument formula, InferenceMode inferenceMode) Queries the given AAF for the given argument using the given inference type.AbstractRecursiveExtendedExtensionReasoner.query
(RecursiveExtendedTheory beliefbase, Argument formula, InferenceMode inferenceMode) Queries the given AAF for the given argument using the given inference type. -
Uses of InferenceMode in org.tweetyproject.arg.prob.reasoner
Modifier and TypeMethodDescriptionabstract Double
AbstractPafReasoner.query
(ProbabilisticArgumentationFramework beliefbase, Argument formula, InferenceMode inferenceMode) Queries the given PAF for the given argument using the given inference type.MonteCarloPafReasoner.query
(ProbabilisticArgumentationFramework beliefbase, Argument formula, InferenceMode inferenceMode) SimplePafReasoner.query
(ProbabilisticArgumentationFramework beliefbase, Argument formula, InferenceMode inferenceMode) -
Uses of InferenceMode in org.tweetyproject.arg.rankings.reasoner
ModifierConstructorDescriptionProbabilisticRankingReasoner
(Semantics sem, Probability p, boolean exactInference, InferenceMode mode) Constructs a new instance ofProbabilisticRankingReasoner
with the specified parameters. -
Uses of InferenceMode in org.tweetyproject.arg.setaf.reasoners
Modifier and TypeMethodDescriptionAbstractExtensionSetAfReasoner.query
(SetAf beliefbase, Argument formula, InferenceMode inferenceMode) Queries the given AAF for the given argument using the given inference type. -
Uses of InferenceMode in org.tweetyproject.commons
Modifier and TypeMethodDescriptionstatic InferenceMode
Returns the enum constant of this type with the specified name.static InferenceMode[]
InferenceMode.values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of InferenceMode in org.tweetyproject.logics.rdl.reasoner
Modifier and TypeMethodDescriptionSimpleDefaultReasoner.query
(DefaultTheory theory, FolFormula query, InferenceMode inferenceMode) Queries the given default theory for the given query using the given inference mode. -
Uses of InferenceMode in org.tweetyproject.lp.asp.reasoner
Modifier and TypeMethodDescriptionClingoSolver.query
(Program beliefbase, ASPLiteral formula, InferenceMode inferenceMode) Evaluates a query on the given belief base using the specified inference mode.DLVSolver.query
(Program beliefbase, ASPLiteral formula, InferenceMode inferenceMode) Evaluates a query on the given belief base using the specified inference mode.