Class CoherentPASemantics
java.lang.Object
org.tweetyproject.arg.prob.semantics.AbstractPASemantics
org.tweetyproject.arg.prob.semantics.CoherentPASemantics
- All Implemented Interfaces:
- PASemantics
P is coherent wrt. AF if for every A, B in Arg, if A -> B then P (A) \leq 1 - P (B).
- Author:
- Matthias Thimm
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptiongetSatisfactionStatements(DungTheory theory, Map<Collection<Argument>, FloatVariable> worlds2vars) Returns the mathematical statement corresponding to the satisfaction of the given theory wrt.booleansatisfies(ProbabilisticExtension p, DungTheory theory) Checks whether the given probabilistic extension satisfies the given argumentation theory wrt.toString()
- 
Constructor Details- 
CoherentPASemanticspublic CoherentPASemantics()Default
 
- 
- 
Method Details- 
satisfiesDescription copied from interface:PASemanticsChecks whether the given probabilistic extension satisfies the given argumentation theory wrt. this semantics.- Specified by:
- satisfiesin interface- PASemantics
- Specified by:
- satisfiesin class- AbstractPASemantics
- Parameters:
- p- a probabilistic extension.
- theory- an argumentation theory
- Returns:
- "true" iff the given distribution satisfies the given conditional.
 
- 
getSatisfactionStatementspublic Collection<Statement> getSatisfactionStatements(DungTheory theory, Map<Collection<Argument>, FloatVariable> worlds2vars) Description copied from interface:PASemanticsReturns the mathematical statement corresponding to the satisfaction of the given theory wrt. this semantics.- Specified by:
- getSatisfactionStatementsin interface- PASemantics
- Specified by:
- getSatisfactionStatementsin class- AbstractPASemantics
- Parameters:
- theory- an argumentation theory.
- worlds2vars- a map mapping the (probabilities of the) extensions to mathematical variables (for constructing the statement).
- Returns:
- the mathematical statement corresponding to the satisfaction of the given theory wrt. this semantics.
 
- 
toString- Specified by:
- toStringin interface- PASemantics
- Specified by:
- toStringin class- AbstractPASemantics
 
 
-