Package io.github.cvc5
Class OptionInfo.ModeInfo
- Enclosing class:
OptionInfo
Information for mode option values.
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class io.github.cvc5.OptionInfo.ValueInfo
getCurrentValue, getDefaultValue
-
Constructor Details
-
ModeInfo
Constructs aModeInfo
instance with the specified default value, current value, and available mode options.- Parameters:
defaultValue
- The default value.currentValue
- The current value.modes
- The possible mode values.
-
-
Method Details
-
getModes
Get the list of valid mode values.- Returns:
- An array of available mode options.
-