Uses of Enum Class
org.tweetyproject.logics.pl.analysis.InconsistencyMeasureFactory.Measure
Packages that use InconsistencyMeasureFactory.Measure
-
Uses of InconsistencyMeasureFactory.Measure in org.tweetyproject.logics.pl.analysis
Subclasses with type arguments of type InconsistencyMeasureFactory.Measure in org.tweetyproject.logics.pl.analysisModifier and TypeClassDescriptionstatic enum
An enumeration of all available inconsistency measures.Methods in org.tweetyproject.logics.pl.analysis that return InconsistencyMeasureFactory.MeasureModifier and TypeMethodDescriptionInconsistencyMeasureFactory.Measure.getMeasure
(String id) GetterReturns the enum constant of this class with the specified name.static InconsistencyMeasureFactory.Measure[]
InconsistencyMeasureFactory.Measure.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.tweetyproject.logics.pl.analysis with parameters of type InconsistencyMeasureFactory.MeasureModifier and TypeMethodDescriptionstatic InconsistencyMeasure
<BeliefSet<PlFormula, ?>> InconsistencyMeasureFactory.getInconsistencyMeasure
(InconsistencyMeasureFactory.Measure im) Creates a new inconsistency measure of the given type with default settings.