Package | Description |
---|---|
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 |
---|---|
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. |
Copyright © 2014 Integral Solutions Ltd. All Rights Reserved.