public interface PASemantics
| Modifier and Type | Method and 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() |
boolean satisfies(ProbabilisticExtension p, DungTheory theory)
p - a probabilistic extension.theory - an argumentation theoryjava.util.Collection<Statement> getSatisfactionStatements(DungTheory theory, java.util.Map<java.util.Collection<Argument>,FloatVariable> worlds2vars)
theory - an argumentation theory.worlds2vars - a map mapping the (probabilities of the) extensions to mathematical variables (for constructing the statement).java.lang.String toString()
toString in class java.lang.Object