Class SemiFoundedPASemantics
java.lang.Object
org.tweetyproject.arg.prob.semantics.AbstractPASemantics
org.tweetyproject.arg.prob.semantics.SemiFoundedPASemantics
- All Implemented Interfaces:
PASemantics
P is semi-founded wrt. AF if P(A) > 0.5 for every A in Arg with Attackers(A) = {}.
- Author:
- Matthias Thimm
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetSatisfactionStatements
(DungTheory theory, Map<Collection<Argument>, FloatVariable> worlds2vars) Returns the mathematical statement corresponding to the satisfaction of the given theory wrt.boolean
satisfies
(ProbabilisticExtension p, DungTheory theory) Checks whether the given probabilistic extension satisfies the given argumentation theory wrt.toString()
-
Constructor Details
-
SemiFoundedPASemantics
public SemiFoundedPASemantics()
-
-
Method Details
-
satisfies
Description copied from interface:PASemantics
Checks whether the given probabilistic extension satisfies the given argumentation theory wrt. this semantics.- Specified by:
satisfies
in interfacePASemantics
- Specified by:
satisfies
in classAbstractPASemantics
- Parameters:
p
- a probabilistic extension.theory
- an argumentation theory- Returns:
- "true" iff the given distribution satisfies the given conditional.
-
getSatisfactionStatements
public Collection<Statement> getSatisfactionStatements(DungTheory theory, Map<Collection<Argument>, FloatVariable> worlds2vars) Description copied from interface:PASemantics
Returns the mathematical statement corresponding to the satisfaction of the given theory wrt. this semantics.- Specified by:
getSatisfactionStatements
in interfacePASemantics
- Specified by:
getSatisfactionStatements
in classAbstractPASemantics
- 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:
toString
in interfacePASemantics
- Specified by:
toString
in classAbstractPASemantics
-