Package | Description |
---|---|
com.spss.psapi.runtime |
This provides support for the handling of runtime execution engines.
|
Modifier and Type | Method and Description |
---|---|
Operator |
Operator.Builder.build()
Creates an operator from this builder.
|
Operator |
OperatorSet.getOperator(java.lang.String name)
Returns the operator from this operator set
that has the specified name
or
null if there is no such operator. |
Modifier and Type | Method and Description |
---|---|
java.util.List<Operator> |
OperatorSet.getOperators()
Returns the operators in this operator set.
|
java.util.List<Operator> |
OperatorSet.getOperators(java.lang.String category)
Returns the operators in this operator set with the specified category.
|
Modifier and Type | Method and Description |
---|---|
OperatorSet.Builder |
OperatorSet.Builder.addOperator(Operator operator)
Adds an operator to the builder.
|
(C) Copyright IBM Corp. 1994, 2015. All Rights Reserved.