Package | Description |
---|---|
com.spss.psapi.core |
This provides the base objects used by other parts of the API.
|
com.spss.psapi.transform |
This provides objects that perform data processing and model building.
|
Modifier and Type | Method and Description |
---|---|
RowSetContainer |
RowSetContainer.changeRowSetContent(java.lang.Object content)
Returns a new component containing the supplied content.
|
RowSetContainer |
ContentContainerFactory.createRowSetContainer(java.lang.String containerTypeId,
java.lang.String name,
java.lang.Object content)
Returns a new row set container with the supplied name and content.
|
Modifier and Type | Method and Description |
---|---|
DocumentOutput |
OutputFactory.createExtensionDocumentOutput(java.lang.String extensionId,
java.lang.String extensionElementId,
java.lang.String name,
RowSetContainer primaryRowSet,
ObjectBuilder builder)
Constructs a document output object based on a row set container
whose definition is specified by an extension.
|
(C) Copyright IBM Corp. 1994, 2015. All Rights Reserved.