Package | Description |
---|---|
lavesdk | |
lavesdk.algorithm.plugin |
Modifier and Type | Field and Description |
---|---|
static LAVESDKV |
LAVESDKV.CURRENT
contains the version information of the current LAVESDK
|
static LAVESDKV |
LAVESDKV.MINIMUM
contains the minimum version information of the current LAVESDK
|
Modifier and Type | Method and Description |
---|---|
static boolean |
LAVESDKV.checkCompatibility(LAVESDKV version)
|
int |
LAVESDKV.compareTo(LAVESDKV version)
Compares this version with the specified version and returns a negative integer, zero, or a positive integer
as this version is less than, equal to, or greater than the specified version.
|
Modifier and Type | Method and Description |
---|---|
LAVESDKV |
AlgorithmPlugin.getUsedSDKVersion()
Gets the version of the LAVESDK that this plugin uses.
|