Uses of Class
net.sf.tweety.math.func.fuzzy.TCoNorm
- 
Packages that use TCoNorm Package Description net.sf.tweety.logics.pl.analysis net.sf.tweety.math.func.fuzzy  - 
- 
Uses of TCoNorm in net.sf.tweety.logics.pl.analysis
Fields in net.sf.tweety.logics.pl.analysis declared as TCoNorm Modifier and Type Field Description private TCoNormFuzzyInconsistencyMeasure. tconormThe used T-conormConstructors in net.sf.tweety.logics.pl.analysis with parameters of type TCoNorm Constructor Description FuzzyInconsistencyMeasure(TNorm tnorm, TCoNorm tconorm)Creates a new measure (T Version) for the given T-norm and T-conorm.FuzzyInconsistencyMeasure(TNorm tnorm, TCoNorm tconorm, byte measure_version)Creates a new measure for the given T-norm and T-conorm. - 
Uses of TCoNorm in net.sf.tweety.math.func.fuzzy
Subclasses of TCoNorm in net.sf.tweety.math.func.fuzzy Modifier and Type Class Description classBoundedSumRepresents the bounded sum in fuzzy logic, i.e., S(x,y)=min(x+y,1)classMaximumCoNormRepresents the maximum-conorm in fuzzy logic, i.e., S(x,y)=max(x,y)classProbabilisticSumRepresents the probabilistic sum in fuzzy logic, i.e., S(x,y)=x+y-xyMethods in net.sf.tweety.math.func.fuzzy that return TCoNorm Modifier and Type Method Description TCoNormLukasiewiczNorm. getDualCoNorm()TCoNormMinimumNorm. getDualCoNorm()TCoNormProductNorm. getDualCoNorm()abstract TCoNormTNorm. getDualCoNorm()Returns the dual T-conorm of this T-norm. 
 -