Package jline.solvers.mam.handlers
Class PriorityAnalysis
-
- All Implemented Interfaces:
public final class PriorityAnalysis
Analyzes class priorities and determines if the configuration is supported.
-
-
Field Summary
Fields Modifier and Type Field Description private final Boolean
isIdentical
private final Boolean
isAllDistinct
private final Boolean
isSupported
private final String
message
-
Constructor Summary
Constructors Constructor Description PriorityAnalysis(Boolean isIdentical, Boolean isAllDistinct, Boolean isSupported, String message)
-
Method Summary
Modifier and Type Method Description final Boolean
isIdentical()
final Boolean
isAllDistinct()
final Boolean
isSupported()
final String
getMessage()
-
-
Method Detail
-
isIdentical
final Boolean isIdentical()
-
isAllDistinct
final Boolean isAllDistinct()
-
isSupported
final Boolean isSupported()
-
getMessage
final String getMessage()
-
-
-
-