Package | Description |
---|---|
com.spss.psapi.extensions |
This provides definitions associated with the Modeler Extensions Framework (CLEF).
|
com.spss.psapi.extensions.common |
This provides definitions that are used to manage streams, documents and models in scripting, and for extensions using the CLEF Java API.
|
com.spss.psapi.transform |
This provides objects that perform data processing and model building.
|
Modifier and Type | Interface and Description |
---|---|
interface |
ExtensionOutput
An interface that defines a
BuiltObject defined by an extension. |
Modifier and Type | Method and Description |
---|---|
BuiltObject |
DocumentOutputManager.getOutputAt(int index)
Returns the document or interactive output at the specified index.
|
BuiltObject |
DocumentOutputManager.getOutputForID(java.lang.String id)
Returns the document or interactive output with the specified ID or
null if no such output can be found. |
Modifier and Type | Interface and Description |
---|---|
interface |
CompositeModelOutput
This encapsulates the concrete results of executing
ModelBuilder
nodes or by opening or importing Composite models. |
interface |
DocumentOutput
This encapsulates the concrete results of executing
DocumentBuilder
nodes that produce generic document-type outputs. |
interface |
GraphOutput
This encapsulates the concrete results of executing
DocumentBuilder
nodes that produce objects that are based on graphs. |
interface |
InteractiveOutput
This encapsulates the concrete results of executing
ObjectBuilder
nodes that can generate interactive outputs. |
interface |
ModelOutput
This encapsulates the concrete results of executing
ModelBuilder
nodes or by opening or importing models. |
interface |
ReportOutput
This encapsulates the concrete results of executing
DocumentBuilder
nodes that produce report-type outputs such as quality reports. |
interface |
RowSetOutput
This encapsulates the concrete results of executing
DocumentBuilder
nodes that produce objects that are based on underlying RowSet
such as tables and matrices. |
Modifier and Type | Method and Description |
---|---|
BuiltObject |
ObjectBuilder.getBuiltObject()
Returns the most recent
BuiltObject produced by this
node, or null if this ObjectBuilder has
either not be executed before or failed to produce an object
during the most recent execution. |
BuiltObject |
ExportFormatException.getObject()
Deprecated.
|
Copyright © 2014 Integral Solutions Ltd. All Rights Reserved.