Package | Description |
---|---|
com.spss.psapi.transform |
This provides objects that perform data processing and model building.
|
Modifier and Type | Interface and Description |
---|---|
interface |
GraphBuilder
This encapsulates the functionality of a node that builds a graph output.
|
interface |
ReportBuilder
This encapsulates the functionality of a node that builds a report.
|
interface |
RowSetBuilder
This encapsulates the functionality of a node that builds an output based
on a
RowSet . |
Modifier and Type | Method and Description |
---|---|
DocumentBuilder |
ProcessorFactory.createDocumentBuilder(ProcessorType type,
java.lang.String name)
Creates an
DocumentBuilder of the specified type and adds it to the stream. |
DocumentBuilder |
ProcessorFactory.createDocumentBuilder(ProcessorType type,
java.lang.String name,
ProcessorDiagram diagram)
Creates an
DocumentBuilder of the specified type and adds it to the supplied diagram. |
(C) Copyright IBM Corp. 1994, 2015. All Rights Reserved.