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
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
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.
-