Package | Description |
---|---|
net.sf.sparql.benchmarking.options |
Modifier and Type | Field and Description |
---|---|
static HaltBehaviour |
Options.DEFAULT_HALT_BEHAVIOUR
Default Halting Behaviour
|
Modifier and Type | Method and Description |
---|---|
HaltBehaviour |
OptionsImpl.getHaltBehaviour() |
HaltBehaviour |
Options.getHaltBehaviour()
Gets the Halting Behaviour
|
static HaltBehaviour |
HaltBehaviour.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HaltBehaviour[] |
HaltBehaviour.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
OptionsImpl.setHaltBehaviour(HaltBehaviour behaviour) |
void |
Options.setHaltBehaviour(HaltBehaviour behaviour)
Sets the Halting Behaviour
|
Copyright © 2015. All rights reserved.