Uses of Interface
net.sf.tweety.arg.prob.semantics.PASemantics
- 
Packages that use PASemantics Package Description net.sf.tweety.arg.prob.analysis net.sf.tweety.arg.prob.dynamics net.sf.tweety.arg.prob.semantics  - 
- 
Uses of PASemantics in net.sf.tweety.arg.prob.analysis
Fields in net.sf.tweety.arg.prob.analysis declared as PASemantics Modifier and Type Field Description private PASemanticsPAInconsistencyMeasure. semanticsThe semantics against which the inconsistency of partial probability assignments are measured.Constructors in net.sf.tweety.arg.prob.analysis with parameters of type PASemantics Constructor Description PAInconsistencyMeasure(RealVectorNorm norm, DungTheory theory, PASemantics semantics)Creates a new inconsinstency measure which uses the given norm and measures wrt. - 
Uses of PASemantics in net.sf.tweety.arg.prob.dynamics
Fields in net.sf.tweety.arg.prob.dynamics declared as PASemantics Modifier and Type Field Description private PASemanticsAbstractPAChangeOperator. semanticsThe semantics used for change.Methods in net.sf.tweety.arg.prob.dynamics that return PASemantics Modifier and Type Method Description protected PASemanticsAbstractPAChangeOperator. getSemantics()Returns the semantics.Constructors in net.sf.tweety.arg.prob.dynamics with parameters of type PASemantics Constructor 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. - 
Uses of PASemantics in net.sf.tweety.arg.prob.semantics
Classes in net.sf.tweety.arg.prob.semantics that implement PASemantics Modifier and Type Class Description classAbstractPASemanticsThis class bundles common answering behaviour for probabilistic argumentation semantics.classCoherentPASemanticsP is coherent wrt.classFoundedPASemanticsP is founded wrt.classInvolutaryPASemanticsP is involutary wrt.classJustifiablePASemanticsP is justifiable wrt.classNeutralPASemanticsP is neutral wrt.classOptimisticPASemanticsP is optimistic wrt.classRationalPASemanticsP is rational wrt.classSemiFoundedPASemanticsP is semi-founded wrt.classSemiOptimisticPASemanticsP is semi-optimistic wrt.Fields in net.sf.tweety.arg.prob.semantics declared as PASemantics Modifier and Type Field Description private PASemanticsJustifiablePASemantics. cohSemanticsThe semantics this semantics is based upon.private PASemanticsJustifiablePASemantics. optSemantics 
 -