public final class NurseryZeroing extends EnumOption
Modifier and Type | Field and Description |
---|---|
int |
ADAPTIVE |
int |
CONCURRENT |
int |
NON_TEMPORAL |
int |
TEMPORAL |
defaultValue, value, values
ADDRESS_OPTION, BOOLEAN_OPTION, ENUM_OPTION, FLOAT_OPTION, INT_OPTION, MICROSECONDS_OPTION, PAGES_OPTION, RAW, READABLE, set, STRING_OPTION, XML
Constructor and Description |
---|
NurseryZeroing()
Create the option.
|
Modifier and Type | Method and Description |
---|---|
boolean |
getAdaptive() |
boolean |
getConcurrent() |
boolean |
getNonTemporal() |
getDefaultValue, getDefaultValueString, getValue, getValues, getValueString, setDefaultValue, setValue, setValue
public final int TEMPORAL
public final int NON_TEMPORAL
public final int CONCURRENT
public final int ADAPTIVE
public NurseryZeroing()
public boolean getNonTemporal()
true
if a non temporal zeroing approach is to be used.public boolean getConcurrent()
true
if a concurrent zeroing approach is to be used.public boolean getAdaptive()
true
if a concurrent zeroing approach is to be used.