Package | Description |
---|---|
com.spss.psapi.runtime |
This provides support for the handling of runtime execution engines.
|
Modifier and Type | Method and Description |
---|---|
OperatorSet |
OperatorSet.Builder.build()
Creates an operator set from this builder.
|
OperatorSet |
Runtimes.getOperatorSet(java.lang.String runtimeName)
Returns the operator set associated with the specified runtime or
null if no such
set can be found. |
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.