Uses of Enum Class
dev.civl.gmc.Option.OptionType
Packages that use Option.OptionType
Package
Description
The root package of generic model checking is used to construct model
checking applications, either sequential or concurrent.
-
Uses of Option.OptionType in dev.civl.gmc
Methods in dev.civl.gmc that return Option.OptionTypeModifier and TypeMethodDescriptionOption.type()Returns the type of this optionstatic Option.OptionTypeReturns the enum constant of this class with the specified name.static Option.OptionType[]Option.OptionType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in dev.civl.gmc with parameters of type Option.OptionTypeModifier and TypeMethodDescriptionstatic OptionOption.newScalarOption(String name, Option.OptionType type, String description, Object defaultValue)