Uses of Class
org.tweetyproject.arg.prob.reasoner.AbstractPafReasoner
Packages that use AbstractPafReasoner
-
Uses of AbstractPafReasoner in org.tweetyproject.arg.prob.reasoner
Subclasses of AbstractPafReasoner in org.tweetyproject.arg.prob.reasonerModifier and TypeClassDescriptionclassThis class implements the Monte Carlo algorithm for estimating probabilities of extensions in probabilistic argumentation frameworks from [Li, Oren, Norman.classThis class implements a naive algorithm for computing probabilities of extensions in probabilistic argumentation frameworks from [Li, Oren, Norman. -
Uses of AbstractPafReasoner in org.tweetyproject.web.services.paf
Methods in org.tweetyproject.web.services.paf that return AbstractPafReasonerModifier and TypeMethodDescriptionstatic AbstractPafReasonerAbstractPafReasonerFactory.getReasoner(Semantics semantics, String solver, int nrOfTrials) Creates a PAF reasoner for the given semantics and solver selection.Methods in org.tweetyproject.web.services.paf with parameters of type AbstractPafReasonerModifier and TypeMethodDescriptionstatic CalleePafReasonerCalleeFactory.getCallee(PafReasonerCalleeFactory.Command cmd, AbstractPafReasoner reasoner, ProbabilisticArgumentationFramework paf) Creates the appropriateCalleefor the given command.Constructors in org.tweetyproject.web.services.paf with parameters of type AbstractPafReasonerModifierConstructorDescriptionPafReasonerQueryAllCallee(AbstractPafReasoner reasoner, ProbabilisticArgumentationFramework paf, InferenceMode inferenceMode) Initialize a new QueryAll calleePafReasonerQueryCallee(AbstractPafReasoner reasoner, ProbabilisticArgumentationFramework paf, Argument argument, InferenceMode inferenceMode) Default constructor