Package io.github.cvc5
Class OptionInfo.ValueInfo<T>
java.lang.Object
io.github.cvc5.OptionInfo.BaseInfo
io.github.cvc5.OptionInfo.ValueInfo<T>
- Type Parameters:
 T- the type of the value
- Direct Known Subclasses:
 OptionInfo.ModeInfo,OptionInfo.NumberInfo
- Enclosing class:
 OptionInfo
Has the current and the default value
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionGet the current value.Get the default value. 
- 
Constructor Details
- 
ValueInfo
Construct a newValueInfoinstance with the given default and current values.- Parameters:
 defaultValue- The default value.currentValue- The current value.
 
 - 
 - 
Method Details
- 
getDefaultValue
Get the default value.- Returns:
 - The default value.
 
 - 
getCurrentValue
Get the current value.- Returns:
 - The current value.
 
 
 -