Package | Description |
---|---|
com.spss.psapi.runtime |
This provides support for the handling of runtime execution engines.
|
Modifier and Type | Method and Description |
---|---|
RuntimeDescriptor |
Runtimes.getRuntimeDescriptor(java.lang.String runtimeName)
Returns the runtime descriptor with the specified name or
null if no such
descriptor can be found. |
RuntimeDescriptor |
Runtimes.newRuntimeDescriptor(java.lang.String name,
java.lang.String platform,
java.lang.String version,
java.lang.String expressionLanguage)
Returns a new runtime descriptor instance.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<RuntimeDescriptor> |
Runtimes.getRuntimeDescriptors()
Returns a list of available runtime descriptors.
|
Modifier and Type | Method and Description |
---|---|
void |
Runtimes.addRuntime(RuntimeDescriptor runtimeDescriptor,
OperatorSet operatorSet)
Adds or replaces an association between a runtime descriptor and an operator set.
|
(C) Copyright IBM Corp. 1994, 2015. All Rights Reserved.