Uses of Class
adams.data.statistics.SPCUtils.Rules
-
Packages that use SPCUtils.Rules Package Description adams.data.statistics -
-
Uses of SPCUtils.Rules in adams.data.statistics
Methods in adams.data.statistics that return SPCUtils.Rules Modifier and Type Method Description SPCUtils.Rules
SPCUtils.Rules. parse(String s)
Parses the given string and returns the associated enum.static SPCUtils.Rules
SPCUtils.Rules. valueOf(AbstractOption option, String str)
Returns an enum generated from the string.static SPCUtils.Rules
SPCUtils.Rules. valueOf(String name)
Returns the enum constant of this type with the specified name.static SPCUtils.Rules[]
SPCUtils.Rules. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-