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