|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use HaltBehaviour | |
---|---|
net.sf.sparql.benchmarking.options |
Uses of HaltBehaviour in net.sf.sparql.benchmarking.options |
---|
Fields in net.sf.sparql.benchmarking.options declared as HaltBehaviour | |
---|---|
static HaltBehaviour |
Options.DEFAULT_HALT_BEHAVIOUR
Default Halting Behaviour |
Methods in net.sf.sparql.benchmarking.options that return HaltBehaviour | |
---|---|
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. |
Methods in net.sf.sparql.benchmarking.options with parameters of type HaltBehaviour | |
---|---|
void |
OptionsImpl.setHaltBehaviour(HaltBehaviour behaviour)
|
void |
Options.setHaltBehaviour(HaltBehaviour behaviour)
Sets the Halting Behaviour |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |