Uses of Class
org.tweetyproject.arg.prob.semantics.ProbabilisticExtension
Packages that use ProbabilisticExtension
Package
Description
-
Uses of ProbabilisticExtension in org.tweetyproject.arg.prob.dynamics
Methods in org.tweetyproject.arg.prob.dynamics that return ProbabilisticExtensionModifier and TypeMethodDescriptionAbstractPAChangeOperator.change(ProbabilisticExtension p, DungTheory theory)abstract ProbabilisticExtensionAbstractPAChangeOperator.change(PartialProbabilityAssignment ppa, DungTheory theory)ChangeOperator.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.ChangeOperator.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.PARevisionOperator.change(PartialProbabilityAssignment ppa, DungTheory theory)PAUpdateOperator.change(PartialProbabilityAssignment ppa, DungTheory theory)Methods in org.tweetyproject.arg.prob.dynamics with parameters of type ProbabilisticExtensionModifier and TypeMethodDescriptionAbstractPAChangeOperator.change(ProbabilisticExtension p, DungTheory theory)ChangeOperator.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 org.tweetyproject.arg.prob.semantics
Methods in org.tweetyproject.arg.prob.semantics that return ProbabilisticExtensionModifier and TypeMethodDescriptionstatic ProbabilisticExtensionProbabilisticExtension.getCharacteristicProbabilisticExtension(DungTheory theory, AbstractArgumentationInterpretation i)Returns the characteristic probabilistic extension of the given interpretation, i.e.Methods in org.tweetyproject.arg.prob.semantics with parameters of type ProbabilisticExtensionModifier and TypeMethodDescriptionabstract 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 org.tweetyproject.arg.prob.syntax
Methods in org.tweetyproject.arg.prob.syntax with parameters of type ProbabilisticExtensionModifier and TypeMethodDescriptionbooleanPartialProbabilityAssignment.isCompliant(ProbabilisticExtension pext)Checks whether the given probabilistic extension is compliant with this partial probability assignment, i.e.