Package | Description |
---|---|
lavesdk.algorithm | |
lavesdk.algorithm.enums |
Modifier and Type | Method and Description |
---|---|
void |
AlgorithmRTE.start(AlgorithmStartOption option)
Starts or resumes the execution of the algorithm.
|
Modifier and Type | Method and Description |
---|---|
static AlgorithmStartOption |
AlgorithmStartOption.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AlgorithmStartOption[] |
AlgorithmStartOption.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|