Uses of Class
org.tweetyproject.arg.prob.lotteries.SubgraphProbabilityFunction
Packages that use SubgraphProbabilityFunction
Package
Description
-
Uses of SubgraphProbabilityFunction in org.tweetyproject.agents.dialogues.lotteries
Constructors in org.tweetyproject.agents.dialogues.lotteries with parameters of type SubgraphProbabilityFunctionModifierConstructorDescriptionProbabilisticLotteryAgent
(String name, DungTheory theory, SubgraphProbabilityFunction prob, UtilityFunction util, Semantics semantics) Creates a new lottery agentProbabilisticLotteryAgent
(String name, DungTheory theory, SubgraphProbabilityFunction prob, UtilityFunction util, Semantics semantics, byte updatestrategy) Creates a new lottery agentProbabilisticLotteryAgent
(String name, DungTheory theory, SubgraphProbabilityFunction prob, UtilityFunction util, Semantics semantics, byte updatestrategy, double stickynesscoefficient) Creates a new lottery agent -
Uses of SubgraphProbabilityFunction in org.tweetyproject.arg.prob.lotteries
Methods in org.tweetyproject.arg.prob.lotteries that return SubgraphProbabilityFunctionModifier and TypeMethodDescriptionSubgraphProbabilityFunction.naiveUpdate
(Extension e) Updates this probability function with the given extension, i.e.SubgraphProbabilityFunction.roughUpdate
(DungTheory theory) Updates this probability function with the given theory using "rough redistribution", cf.SubgraphProbabilityFunction.simpleUpdate
(DungTheory theory) Updates this probability function with the given theory using "simple redistribution", cf.SubgraphProbabilityFunction.stickyUpdate
(DungTheory theory, double stickyCoefficient) Updates this probability function with the given theory using "sticky redistribution", cf.Constructors in org.tweetyproject.arg.prob.lotteries with parameters of type SubgraphProbabilityFunctionModifierConstructorDescriptionArgumentationLottery
(Collection<Division> divisions, SubgraphProbabilityFunction p, Semantics semantics) Creates a new lottery for the given set of divisions using the given probability function and semantics.LdoArgumentationLottery
(Collection<LdoFormula> formulas, SubgraphProbabilityFunction p, Semantics semantics) Creates a new lottery for the given set of formulas using the given probability function and semantics. -
Uses of SubgraphProbabilityFunction in org.tweetyproject.arg.prob.syntax
Methods in org.tweetyproject.arg.prob.syntax that return SubgraphProbabilityFunctionModifier and TypeMethodDescriptionProbabilisticArgumentationFramework.getSubgraphProbabilityFunction()
Returns the complete subgraph probability function on the subgraphs of this PAF, assuming independence between probabilities of all arguments and attacks.