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