Uses of Class
org.tweetyproject.arg.prob.semantics.ProbabilisticExtension
Package
Description
-
Uses of ProbabilisticExtension in org.tweetyproject.arg.prob.dynamics
Modifier and TypeMethodDescriptionAbstractPAChangeOperator.change
(ProbabilisticExtension p, DungTheory theory) abstract ProbabilisticExtension
AbstractPAChangeOperator.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) Modifier 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
Modifier and TypeMethodDescriptionstatic ProbabilisticExtension
ProbabilisticExtension.getCharacteristicProbabilisticExtension
(DungTheory theory, AbstractArgumentationInterpretation i) Returns the characteristic probabilistic extension of the given interpretation, i.e.Modifier and TypeMethodDescriptionabstract boolean
AbstractPASemantics.satisfies
(ProbabilisticExtension p, DungTheory theory) boolean
CoherentPASemantics.satisfies
(ProbabilisticExtension p, DungTheory theory) boolean
FoundedPASemantics.satisfies
(ProbabilisticExtension p, DungTheory theory) boolean
InvolutaryPASemantics.satisfies
(ProbabilisticExtension p, DungTheory theory) boolean
JustifiablePASemantics.satisfies
(ProbabilisticExtension p, DungTheory theory) boolean
NeutralPASemantics.satisfies
(ProbabilisticExtension p, DungTheory theory) boolean
OptimisticPASemantics.satisfies
(ProbabilisticExtension p, DungTheory theory) boolean
PASemantics.satisfies
(ProbabilisticExtension p, DungTheory theory) Checks whether the given probabilistic extension satisfies the given argumentation theory wrt.boolean
RationalPASemantics.satisfies
(ProbabilisticExtension p, DungTheory theory) boolean
SemiFoundedPASemantics.satisfies
(ProbabilisticExtension p, DungTheory theory) boolean
SemiOptimisticPASemantics.satisfies
(ProbabilisticExtension p, DungTheory theory) -
Uses of ProbabilisticExtension in org.tweetyproject.arg.prob.syntax
Modifier and TypeMethodDescriptionboolean
PartialProbabilityAssignment.isCompliant
(ProbabilisticExtension pext) Checks whether the given probabilistic extension is compliant with this partial probability assignment, i.e.