Package | Description |
---|---|
com.spss.psapi.extensions |
This provides definitions associated with the Modeler Extensions Framework (CLEF).
|
com.spss.psapi.extensions.common.spi | |
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 |
---|---|
Properties |
ExtensionObject.getExtensionElementProperties()
Returns a Properties object which provides access to the properties declared for this
object within the extension specification file.
|
Modifier and Type | Method and Description |
---|---|
com.spss.ae.aslhelpers.AslFunction |
AslFunctionProvider.generateASL(Properties properties,
ExtensionObject extensionObject,
SystemSession session,
ASLCompiler compiler,
com.spss.ae.aslhelpers.AslFunction input,
DataModel inputFields,
DataModel splitFields)
Deprecated.
|
com.spss.ae.aslhelpers.AslFunction |
AslFunctionProvider2.generateASL(Properties properties,
ExtensionObject extensionObject,
SystemSession session,
ASLCompiler compiler,
com.spss.ae.aslhelpers.AslFunction input,
DataModel inputFields,
DataModel splitFields,
AslFunctionProvider2.Reporter reporter)
Deprecated.
|
java.lang.String |
ExecutionPlanProvider.getExecutionXML(Properties properties,
ExtensionObject extensionObject,
SystemSession session)
Returns the execution XML specifying a set of operations for the application to perform
|
DataModel |
DataModelProvider.getOutputDataModel(DataModel inputDataModel,
Properties properties,
ExtensionObject extensionObject,
SystemSession session)
Returns the output data model for a given input data model,
set of properties and the object (typically a node) who output data model is
being computed.
|
Modifier and Type | Method and Description |
---|---|
DataModel |
NodeDelegate.getOutputDataModel(DataModel inputDataModel,
Properties properties,
NodeContext nodeContext)
Returns the output data model for a given input data model and
set of properties.
|
Copyright © 2014 Integral Solutions Ltd. All Rights Reserved.