Uses of Class
org.tweetyproject.logics.pl.analysis.InconsistencyMeasureFactory.Measure
-
Packages that use InconsistencyMeasureFactory.Measure Package Description org.tweetyproject.logics.pl.analysis -
-
Uses of InconsistencyMeasureFactory.Measure in org.tweetyproject.logics.pl.analysis
Methods in org.tweetyproject.logics.pl.analysis that return InconsistencyMeasureFactory.Measure Modifier and Type Method Description static InconsistencyMeasureFactory.MeasureInconsistencyMeasureFactory.Measure. getMeasure(java.lang.String id)static InconsistencyMeasureFactory.MeasureInconsistencyMeasureFactory.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 org.tweetyproject.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.
-