Package net.sf.tweety.arg.prob.semantics
Class NeutralPASemantics
- java.lang.Object
-
- net.sf.tweety.arg.prob.semantics.AbstractPASemantics
-
- net.sf.tweety.arg.prob.semantics.NeutralPASemantics
-
- All Implemented Interfaces:
PASemantics
public class NeutralPASemantics extends AbstractPASemantics
P is neutral wrt. AF if for every A in Arg it is P(A)=0.5.- Author:
- Matthias Thimm
-
-
Constructor Summary
Constructors Constructor Description NeutralPASemantics()
-
Method Summary
Modifier and Type Method Description java.util.Collection<Statement>
getSatisfactionStatements(DungTheory theory, java.util.Map<java.util.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.java.lang.String
toString()
-
-
-
Method Detail
-
satisfies
public boolean satisfies(ProbabilisticExtension p, DungTheory theory)
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 java.util.Collection<Statement> getSatisfactionStatements(DungTheory theory, java.util.Map<java.util.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
public java.lang.String toString()
- Specified by:
toString
in interfacePASemantics
- Specified by:
toString
in classAbstractPASemantics
-
-