Uses of Class
org.tweetyproject.arg.prob.lotteries.SubgraphProbabilityFunction
-
Packages that use SubgraphProbabilityFunction Package Description org.tweetyproject.agents.dialogues.lotteries org.tweetyproject.arg.prob.lotteries org.tweetyproject.arg.prob.syntax -
-
Uses of SubgraphProbabilityFunction in org.tweetyproject.agents.dialogues.lotteries
Constructors in org.tweetyproject.agents.dialogues.lotteries with parameters of type SubgraphProbabilityFunction Constructor Description ProbabilisticLotteryAgent(java.lang.String name, DungTheory theory, SubgraphProbabilityFunction prob, UtilityFunction util, Semantics semantics)Creates a new lottery agentProbabilisticLotteryAgent(java.lang.String name, DungTheory theory, SubgraphProbabilityFunction prob, UtilityFunction util, Semantics semantics, byte updatestrategy)Creates a new lottery agentProbabilisticLotteryAgent(java.lang.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 SubgraphProbabilityFunction Modifier and Type Method Description SubgraphProbabilityFunctionSubgraphProbabilityFunction. naiveUpdate(Extension e)Updates this probability function with the given extension, i.e.SubgraphProbabilityFunctionSubgraphProbabilityFunction. roughUpdate(DungTheory theory)Updates this probability function with the given theory using "rough redistribution", cf.SubgraphProbabilityFunctionSubgraphProbabilityFunction. simpleUpdate(DungTheory theory)Updates this probability function with the given theory using "simple redistribution", cf.SubgraphProbabilityFunctionSubgraphProbabilityFunction. 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 SubgraphProbabilityFunction Constructor Description ArgumentationLottery(java.util.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(java.util.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 SubgraphProbabilityFunction Modifier and Type Method Description SubgraphProbabilityFunctionProbabilisticArgumentationFramework. getSubgraphProbabilityFunction()Returns the complete subgraph probability function on the subgraphs of this PAF, assuming independence between probabilities of all arguments and attacks.
-