Uses of Class
org.tweetyproject.arg.prob.semantics.ProbabilisticExtension
- 
Packages that use ProbabilisticExtension Package Description org.tweetyproject.arg.prob.dynamics org.tweetyproject.arg.prob.semantics org.tweetyproject.arg.prob.syntax  - 
- 
Uses of ProbabilisticExtension in org.tweetyproject.arg.prob.dynamics
Methods in org.tweetyproject.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 org.tweetyproject.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 org.tweetyproject.arg.prob.semantics
Methods in org.tweetyproject.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 org.tweetyproject.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 org.tweetyproject.arg.prob.syntax
Methods in org.tweetyproject.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. 
 -