Uses of Class
net.sf.tweety.arg.prob.semantics.ProbabilisticExtension
-
Packages that use ProbabilisticExtension Package Description net.sf.tweety.arg.prob.dynamics net.sf.tweety.arg.prob.semantics net.sf.tweety.arg.prob.syntax -
-
Uses of ProbabilisticExtension in net.sf.tweety.arg.prob.dynamics
Methods in net.sf.tweety.arg.prob.dynamics that return ProbabilisticExtension Modifier and Type Method Description ProbabilisticExtensionAbstractPAChangeOperator. change(ProbabilisticExtension p, DungTheory theory)abstract ProbabilisticExtensionAbstractPAChangeOperator. change(PartialProbabilityAssignment ppa, DungTheory theory)ProbabilisticExtensionChangeOperator. change(ProbabilisticExtension p, DungTheory theory)Given a probabilistic extension and an argumentation theory, compute the closest probabilistic extension that is adequate for observing the theory in the state p.ProbabilisticExtensionChangeOperator. change(PartialProbabilityAssignment ppa, DungTheory theory)Given a partial probability assignment ppa and an argumentation theory, compute the closest probabilistic extension that is adequate for observing the theory in the state ppa.ProbabilisticExtensionPARevisionOperator. change(PartialProbabilityAssignment ppa, DungTheory theory)ProbabilisticExtensionPAUpdateOperator. change(PartialProbabilityAssignment ppa, DungTheory theory)Methods in net.sf.tweety.arg.prob.dynamics with parameters of type ProbabilisticExtension Modifier and Type Method Description ProbabilisticExtensionAbstractPAChangeOperator. change(ProbabilisticExtension p, DungTheory theory)ProbabilisticExtensionChangeOperator. change(ProbabilisticExtension p, DungTheory theory)Given a probabilistic extension and an argumentation theory, compute the closest probabilistic extension that is adequate for observing the theory in the state p. -
Uses of ProbabilisticExtension in net.sf.tweety.arg.prob.semantics
Methods in net.sf.tweety.arg.prob.semantics that return ProbabilisticExtension Modifier and Type Method Description static ProbabilisticExtensionProbabilisticExtension. getCharacteristicProbabilisticExtension(DungTheory theory, AbstractArgumentationInterpretation i)Returns the characteristic probabilistic extension of the given interpretation, i.e.Methods in net.sf.tweety.arg.prob.semantics with parameters of type ProbabilisticExtension Modifier and Type Method Description abstract booleanAbstractPASemantics. satisfies(ProbabilisticExtension p, DungTheory theory)booleanCoherentPASemantics. satisfies(ProbabilisticExtension p, DungTheory theory)booleanFoundedPASemantics. satisfies(ProbabilisticExtension p, DungTheory theory)booleanInvolutaryPASemantics. satisfies(ProbabilisticExtension p, DungTheory theory)booleanJustifiablePASemantics. satisfies(ProbabilisticExtension p, DungTheory theory)booleanNeutralPASemantics. satisfies(ProbabilisticExtension p, DungTheory theory)booleanOptimisticPASemantics. satisfies(ProbabilisticExtension p, DungTheory theory)booleanPASemantics. satisfies(ProbabilisticExtension p, DungTheory theory)Checks whether the given probabilistic extension satisfies the given argumentation theory wrt.booleanRationalPASemantics. satisfies(ProbabilisticExtension p, DungTheory theory)booleanSemiFoundedPASemantics. satisfies(ProbabilisticExtension p, DungTheory theory)booleanSemiOptimisticPASemantics. satisfies(ProbabilisticExtension p, DungTheory theory) -
Uses of ProbabilisticExtension in net.sf.tweety.arg.prob.syntax
Methods in net.sf.tweety.arg.prob.syntax with parameters of type ProbabilisticExtension Modifier and Type Method Description booleanPartialProbabilityAssignment. isCompliant(ProbabilisticExtension pext)Checks whether the given probabilistic extension is compliant with this partial probability assignment, i.e.
-