Uses of Enum
org.tweetyproject.logics.pl.analysis.InconsistencyMeasureFactory.Measure
-
Uses of InconsistencyMeasureFactory.Measure in org.tweetyproject.logics.pl.analysis
Modifier and TypeMethodDescriptionInconsistencyMeasureFactory.Measure.getMeasure
(String id) GetterReturns 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.Modifier and TypeMethodDescriptionstatic InconsistencyMeasure
<BeliefSet<PlFormula, ?>> InconsistencyMeasureFactory.getInconsistencyMeasure
(InconsistencyMeasureFactory.Measure im) Creates a new inconsistency measure of the given type with default settings.