Package | Description |
---|---|
com.spss.psapi.extensions |
This provides definitions associated with the Modeler Extensions Framework (CLEF).
|
com.spss.psapi.transform |
This provides objects that perform data processing and model building.
|
Modifier and Type | Interface and Description |
---|---|
interface |
ExtensionObject
An interface that defines the basic functionality of objects
defined by the Modeler extensions framework (CLEF).
|
interface |
ExtensionOutput
An interface that defines a
BuiltObject defined by an extension. |
interface |
ExtensionProcessor
An interface that specifies a
Processor defined by an extension. |
Modifier and Type | Interface and Description |
---|---|
interface |
BuiltObject
This encapsulates the concrete results of executing
ObjectBuilder
nodes. |
interface |
CFProcessor
This identifies
Processor objects that are implemented via the Component Framework. |
interface |
CompositeModelApplier
This encapsulates the auto-model applier nodes
ModelApplier
that can ensemble the scores from multiple models into a single score. |
interface |
CompositeModelBuilder
This encapsulates the auto-model builder nodes
ModelBuilder
that can build and evaluate multiple models using different modeling algorithms
and settings. |
interface |
CompositeModelOutput
This encapsulates the concrete results of executing
ModelBuilder
nodes or by opening or importing Composite models. |
interface |
CompositeProcessor
This encapsulates the functionality of any supernode whose behaviour
is determined by its constituent nodes.
|
interface |
DataReader
This encapsulates the functionality of a data node that reads records e.g.
|
interface |
DataTransformer
This encapsulates the functionality of a standard inline data node .
|
interface |
DataWriter
This encapsulates the functionality of a node that writes records e.g.
|
interface |
DiagramConnector
A node which provides a connection point between a
CompositeProcessorDiagram
and its containing diagram. |
interface |
DocumentBuilder
This encapsulates the functionality of a node that builds a viewable output object
such as a table, graph or report.
|
interface |
DocumentOutput
This encapsulates the concrete results of executing
DocumentBuilder
nodes that produce generic document-type outputs. |
interface |
GraphBuilder
This encapsulates the functionality of a node that builds a graph output.
|
interface |
GraphOutput
This encapsulates the concrete results of executing
DocumentBuilder
nodes that produce objects that are based on graphs. |
interface |
InitialProcessor
This encapsulates the functionality of any node that begins a
sequence of nodes.
|
interface |
InlineProcessor
This encapsulates the functionality of any node that allows data to
flow through it i.e., a
Processor that is neither a InitialProcessor
nor a TerminalProcessor . |
interface |
InteractiveOutput
This encapsulates the concrete results of executing
ObjectBuilder
nodes that can generate interactive outputs. |
interface |
ModelApplier
This encapsulates the functionality of an inline node that applies models.
|
interface |
ModelBuilder
This encapsulates the functionality of a node that builds a model output object.
|
interface |
ModelOutput
This encapsulates the concrete results of executing
ModelBuilder
nodes or by opening or importing models. |
interface |
ObjectBuilder
This encapsulates the functionality of a node that builds an output object
such as a model or graph.
|
interface |
Processor
This is the base interface for all nodes.
|
interface |
ReportBuilder
This encapsulates the functionality of a node that builds a report.
|
interface |
ReportOutput
This encapsulates the concrete results of executing
DocumentBuilder
nodes that produce report-type outputs such as quality reports. |
interface |
RowSetBuilder
This encapsulates the functionality of a node that builds an output based
on a
RowSet . |
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. |
interface |
TerminalProcessor
This encapsulates the functionality of any node that terminates a
particular sequence of nodes.
|
interface |
Updatable
This represents
Processor objects that can be updated by Updating objects. |
interface |
Updater
This represents
Processor objects that update Updatable objects. |
Copyright © 2014 Integral Solutions Ltd. All Rights Reserved.