Uses of Class
net.sf.tweety.arg.prob.lotteries.SubgraphProbabilityFunction
- 
Packages that use SubgraphProbabilityFunction Package Description net.sf.tweety.agents.dialogues.lotteries net.sf.tweety.arg.prob.lotteries net.sf.tweety.arg.prob.syntax  - 
- 
Uses of SubgraphProbabilityFunction in net.sf.tweety.agents.dialogues.lotteries
Fields in net.sf.tweety.agents.dialogues.lotteries declared as SubgraphProbabilityFunction Modifier and Type Field Description private SubgraphProbabilityFunctionProbabilisticLotteryAgent. probUncertainty on sub graphs.Constructors in net.sf.tweety.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 net.sf.tweety.arg.prob.lotteries
Methods in net.sf.tweety.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 net.sf.tweety.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 net.sf.tweety.arg.prob.syntax
Methods in net.sf.tweety.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. 
 -