Uses of Class
net.sf.tweety.logics.pl.analysis.InconsistencyMeasureFactory.Measure
-
Packages that use InconsistencyMeasureFactory.Measure Package Description net.sf.tweety.logics.pl.analysis -
-
Uses of InconsistencyMeasureFactory.Measure in net.sf.tweety.logics.pl.analysis
Methods in net.sf.tweety.logics.pl.analysis that return InconsistencyMeasureFactory.Measure Modifier and Type Method Description static InconsistencyMeasureFactory.Measure
InconsistencyMeasureFactory.Measure. getMeasure(java.lang.String id)
static InconsistencyMeasureFactory.Measure
InconsistencyMeasureFactory.Measure. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static InconsistencyMeasureFactory.Measure[]
InconsistencyMeasureFactory.Measure. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.sf.tweety.logics.pl.analysis with parameters of type InconsistencyMeasureFactory.Measure Modifier and Type Method Description static InconsistencyMeasure<BeliefSet<PlFormula,?>>
InconsistencyMeasureFactory. getInconsistencyMeasure(InconsistencyMeasureFactory.Measure im)
Creates a new inconsistency measure of the given type with default settings.
-