| Package | Description | 
|---|---|
| net.sf.tweety.arg.prob.analysis | |
| net.sf.tweety.arg.prob.dynamics | |
| net.sf.tweety.arg.prob.semantics | 
| Modifier and Type | Field and Description | 
|---|---|
private PASemantics | 
PAInconsistencyMeasure.semantics
The semantics against which the inconsistency of partial probability assignments are measured. 
 | 
| Constructor and Description | 
|---|
PAInconsistencyMeasure(RealVectorNorm norm,
                      DungTheory theory,
                      PASemantics semantics)
Creates a new inconsinstency measure which uses the given norm and
 measures wrt. 
 | 
| Modifier and Type | Field and Description | 
|---|---|
private PASemantics | 
AbstractPAChangeOperator.semantics
The semantics used for change. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
protected PASemantics | 
AbstractPAChangeOperator.getSemantics()
Returns the semantics. 
 | 
| Constructor and Description | 
|---|
AbstractPAChangeOperator(PASemantics semantics,
                        RealVectorNorm norm,
                        SimpleRealValuedFunction f)
Creates a new change operator for the given semantics that uses the specified norm
 for distance measuring and the given function for optimizing. 
 | 
PARevisionOperator(PASemantics semantics,
                  RealVectorNorm norm,
                  SimpleRealValuedFunction f)
Creates a new change operator for the given semantics that uses the specified norm
 for distance measuring and the given function for optimizing. 
 | 
PAUpdateOperator(PASemantics semantics,
                RealVectorNorm norm,
                SimpleRealValuedFunction f)
Creates a new change operator for the given semantics that uses the specified norm
 for distance measuring and the given function for optimizing. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
AbstractPASemantics
This class bundles common answering behaviour for
 probabilistic argumentation semantics. 
 | 
class  | 
CoherentPASemantics
P is coherent wrt. 
 | 
class  | 
FoundedPASemantics
P is founded wrt. 
 | 
class  | 
InvolutaryPASemantics
P is involutary wrt. 
 | 
class  | 
JustifiablePASemantics
P is justifiable wrt. 
 | 
class  | 
NeutralPASemantics
P is neutral wrt. 
 | 
class  | 
OptimisticPASemantics
P is optimistic wrt. 
 | 
class  | 
RationalPASemantics
P is rational wrt. 
 | 
class  | 
SemiFoundedPASemantics
P is semi-founded wrt. 
 | 
class  | 
SemiOptimisticPASemantics
P is semi-optimistic wrt. 
 | 
| Modifier and Type | Field and Description | 
|---|---|
private PASemantics | 
JustifiablePASemantics.cohSemantics
The semantics this semantics is based upon. 
 | 
private PASemantics | 
JustifiablePASemantics.optSemantics  |