Uses of Enum Class
org.tweetyproject.logics.commons.analysis.InconsistencyMeasureResult.Status
Packages that use InconsistencyMeasureResult.Status
-
Uses of InconsistencyMeasureResult.Status in org.tweetyproject.logics.commons.analysis
Subclasses with type arguments of type InconsistencyMeasureResult.Status in org.tweetyproject.logics.commons.analysisModifier and TypeClassDescriptionstatic enum
Enum representing the status of anInconsistencyMeasureResult
.Methods in org.tweetyproject.logics.commons.analysis that return InconsistencyMeasureResult.StatusModifier and TypeMethodDescriptionInconsistencyMeasureResult.getStatus()
Returns the status of the inconsistency measure result.Returns the enum constant of this class with the specified name.static InconsistencyMeasureResult.Status[]
InconsistencyMeasureResult.Status.values()
Returns an array containing the constants of this enum class, in the order they are declared.