public class InvolutaryPASemantics extends AbstractPASemantics
| Constructor and Description | 
|---|
InvolutaryPASemantics()  | 
| 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()  | 
probabilityTermpublic boolean satisfies(ProbabilisticExtension p, DungTheory theory)
PASemanticssatisfies in interface PASemanticssatisfies in class AbstractPASemanticsp - a probabilistic extension.theory - an argumentation theorypublic java.util.Collection<Statement> getSatisfactionStatements(DungTheory theory, java.util.Map<java.util.Collection<Argument>,FloatVariable> worlds2vars)
PASemanticsgetSatisfactionStatements in interface PASemanticsgetSatisfactionStatements in class AbstractPASemanticstheory - an argumentation theory.worlds2vars - a map mapping the (probabilities of the) extensions to mathematical variables (for constructing the statement).public java.lang.String toString()
toString in interface PASemanticstoString in class AbstractPASemantics