Package | Description |
---|---|
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.session |
This provides support for the construction and use of data mining sessions.
|
com.spss.psapi.task |
This provides objects that create and represent data mining tasks.
|
com.spss.psapi.transform |
This provides objects that perform data processing and model building.
|
Modifier and Type | Method and Description |
---|---|
ProcessorDiagram |
ProcessorStreamManager.getCurrentProcessorDiagram()
Returns the current diagram or
null if there are no streams
currently being managed. |
Modifier and Type | Method and Description |
---|---|
Processor |
Repository.retrieveProcessor(java.lang.String path,
java.lang.String version,
java.lang.String label,
ProcessorDiagram diagram)
Retrieves a node from the specified path and inserts it into the supplied diagram.
|
Modifier and Type | Method and Description |
---|---|
Processor |
TaskRunner.insertNodeFromFile(java.lang.String filename,
ProcessorDiagram diagram)
Reads and returns a node from the specified file, inserting it into
the supplied diagram.
|
Modifier and Type | Interface and Description |
---|---|
interface |
CompositeProcessorDiagram
This is the diagram used by
CompositeProcessor objects to store
nodes. |
interface |
ProcessorStream
This is the top-level container used to assemble
Processor objects into a
connected "flow". |
Modifier and Type | Method and Description |
---|---|
ProcessorDiagram |
Processor.getProcessorDiagram()
Returns the
ProcessorDiagram that owns this node. |
ProcessorDiagram |
InvalidEditException.getProcessorDiagram()
Returns the
ProcessorDiagram that generated the exception. |
ProcessorDiagram |
Comment.getProcessorDiagram()
Returns the
ProcessorDiagram that owns this comment. |
Modifier and Type | Method and Description |
---|---|
CompositeProcessor |
ProcessorFactory.createCompositeProcessor(CompositeProcessorType type,
java.lang.String name,
ProcessorDiagram diagram)
Creates a
CompositeProcessor of the specified type and adds it to the supplied diagram. |
DataReader |
ProcessorFactory.createDataReader(ProcessorType type,
java.lang.String name,
ProcessorDiagram diagram)
Creates a
DataReader of the specified type and adds it to the supplied diagram. |
DataTransformer |
ProcessorFactory.createDataTransformer(ProcessorType type,
java.lang.String name,
ProcessorDiagram diagram)
Creates a
DataTransformer of the specified type
and adds it to the supplied diagram. |
DataWriter |
ProcessorFactory.createDataWriter(ProcessorType type,
java.lang.String name,
ProcessorDiagram diagram)
Creates a
DataWriter of the specified type and adds it to the supplied diagram. |
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. |
Processor |
ProcessorFactory.createExtensionProcessor(java.lang.String extensionId,
java.lang.String extensionNodeId,
java.lang.String name,
ProcessorDiagram diagram)
Creates a
Processor whose definition is specified
by an extension and adds it to the supplied diagram. |
ModelApplier |
ProcessorFactory.createModelApplier(ModelOutput modelOutput,
java.lang.String name,
ProcessorDiagram diagram)
Creates a
ModelApplier that can apply the model of the specified type
and adds it to the supplied diagram. |
ModelApplier |
ProcessorFactory.createModelApplierAt(ModelOutput modelOutput,
java.lang.String name,
ProcessorDiagram diagram,
int x,
int y)
Creates a
ModelApplier at a specified location that can apply the model of the specified type
and adds it to the supplied diagram. |
ModelBuilder |
ProcessorFactory.createModelBuilder(ModelApplier modelApplier,
java.lang.String name,
ProcessorDiagram diagram)
Creates a
ModelBuilder of the specified type and adds it to the supplied diagram. |
ModelBuilder |
ProcessorFactory.createModelBuilder(ModelOutput modelOutput,
java.lang.String name,
ProcessorDiagram diagram)
Creates a
ModelBuilder of the specified type and adds it to the supplied diagram. |
ModelBuilder |
ProcessorFactory.createModelBuilder(ProcessorType type,
java.lang.String name,
ProcessorDiagram diagram)
Creates an
ModelBuilder of the specified type and adds it to the supplied diagram. |
Processor |
ProcessorFactory.createProcessor(ProcessorType type,
java.lang.String name,
ProcessorDiagram diagram)
Creates a
Processor of the specified type and adds it to the supplied diagram. |
Processor |
ProcessorFactory.createProcessor(java.lang.String nodeTypeName,
java.lang.String name,
ProcessorDiagram diagram)
Creates a
Processor of the specified type and adds it to the supplied diagram. |
Processor |
ProcessorFactory.createProcessorAt(java.lang.String nodeTypeName,
java.lang.String name,
ProcessorDiagram diagram,
int x,
int y)
Creates a
Processor of the specified type and adds it to the supplied diagram. |
java.util.List |
ProcessorDiagram.insert(ProcessorDiagram source,
java.util.List nodes,
boolean newIDs)
Inserts copies of the nodes in the supplied list.
|
java.util.List |
ProcessorDiagram.insert(ProcessorDiagram source,
java.util.List nodes,
java.util.List comments,
boolean newIDs)
Inserts copies of the nodes and comments in the supplied list.
|
Constructor and Description |
---|
InvalidEditException(java.lang.String message,
ProcessorDiagram diagram)
Creates an InvalidEditException.
|
(C) Copyright IBM Corp. 1994, 2015. All Rights Reserved.