Uses of Interface
org.tweetyproject.arg.prob.semantics.PASemantics
- 
Packages that use PASemantics Package Description org.tweetyproject.arg.prob.analysis org.tweetyproject.arg.prob.dynamics org.tweetyproject.arg.prob.semantics  - 
- 
Uses of PASemantics in org.tweetyproject.arg.prob.analysis
Constructors in org.tweetyproject.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 org.tweetyproject.arg.prob.dynamics
Constructors in org.tweetyproject.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 org.tweetyproject.arg.prob.semantics
Classes in org.tweetyproject.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. 
 -