Uses of Enum
org.tweetyproject.commons.InferenceMode
Packages that use InferenceMode
Package
Description
- 
Uses of InferenceMode in org.tweetyproject.arg.aba.reasoner
Methods in org.tweetyproject.arg.aba.reasoner with parameters of type InferenceModeModifier 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
Methods in org.tweetyproject.arg.aspic.reasoner with parameters of type InferenceModeModifier and TypeMethodDescriptionAbstractAspicReasoner.query(AspicArgumentationTheory<T> aat, T query, InferenceMode inferenceMode)Queries the given AspicArgumentationTheory for the given formula using the given inference type.AbstractAspicReasoner.query(DungTheory dt, T query, InferenceMode inferenceMode) - 
Uses of InferenceMode in org.tweetyproject.arg.dung.reasoner
Methods in org.tweetyproject.arg.dung.reasoner with parameters of type InferenceModeModifier and TypeMethodDescriptionAbstractExtensionReasoner.query(DungTheory beliefbase, Argument formula, InferenceMode inferenceMode)Queries the given AAF for the given argument using the given inference type.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.Constructors in org.tweetyproject.arg.dung.reasoner with parameters of type InferenceModeModifierConstructorDescriptionEeeAcceptabilityReasoner(AbstractExtensionReasoner reasoner, InferenceMode inferenceMode)Creates a new EeeAcceptabilityReasoner.IaqAcceptabilityReasoner(AbstractExtensionReasoner reasoner, InferenceMode inferenceMode)Creates a new IaqAcceptabilityReasoner. - 
Uses of InferenceMode in org.tweetyproject.arg.prob.reasoner
Methods in org.tweetyproject.arg.prob.reasoner with parameters of type InferenceModeModifier and TypeMethodDescriptionabstract DoubleAbstractPafReasoner.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.setaf.reasoners
Methods in org.tweetyproject.arg.setaf.reasoners with parameters of type InferenceModeModifier 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
Methods in org.tweetyproject.commons that return InferenceModeModifier and TypeMethodDescriptionstatic InferenceModeReturns 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
Methods in org.tweetyproject.logics.rdl.reasoner with parameters of type InferenceModeModifier 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
Methods in org.tweetyproject.lp.asp.reasoner with parameters of type InferenceModeModifier and TypeMethodDescriptionClingoSolver.query(Program beliefbase, ASPLiteral formula, InferenceMode inferenceMode)DLVSolver.query(Program beliefbase, ASPLiteral formula, InferenceMode inferenceMode)