Package | Description |
---|---|
com.spss.psapi.extensions |
This provides definitions associated with the Modeler Extensions Framework (CLEF).
|
com.spss.psapi.extensions.common.spi2 |
This defines SPI (Service Provider Interface) definitions that are implemented by
an extension.
|
Modifier and Type | Method and Description |
---|---|
NodeContext |
ExtensionProcessor.getNodeContext()
Gives access to the NodeContext for this processor/node.
|
Modifier and Type | Method and Description |
---|---|
void |
NodeDelegate.disposeNodeDelegate(NodeContext nodeContext)
Called when an
ExtensionProcessor is being disposed of. |
ExecutionHandler |
NodeDelegate.getExecutionHandler(NodeContext nodeContext,
ExecutionContext executionContext)
Returns the execution handler that is responsible for generating the execution plan or
null if the execution method is defined directly in the extension XML. |
DataModel |
NodeDelegate.getOutputDataModel(DataModel inputDataModel,
Properties properties,
NodeContext nodeContext)
Returns the output data model for a given input data model and
set of properties.
|
void |
NodeDelegate.initNodeDelegate(NodeContext nodeContext)
Called when an
ExtensionProcessor is being initialised. |
(C) Copyright IBM Corp. 1994, 2015. All Rights Reserved.