Package | Description |
---|---|
com.spss.psapi.transform |
This provides objects that perform data processing and model building.
|
Modifier and Type | Method and Description |
---|---|
CompositeProcessor |
ProcessorDiagram.createCompositeAt(java.lang.String label,
java.util.List<Processor> nodes,
java.util.List<Comment> comments,
int x,
int y)
Creates a
CompositeProcessor containing the specified nodes and comments. |
CompositeProcessor |
ProcessorFactory.createCompositeProcessor(CompositeProcessorType type,
java.lang.String name)
Creates a
CompositeProcessor of the specified type and adds it to the stream. |
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. |
Modifier and Type | Method and Description |
---|---|
java.util.List<?> |
ProcessorDiagram.expandComposite(CompositeProcessor node)
Expands a
CompositeProcessor into the nodes that make up the composite node. |
(C) Copyright IBM Corp. 1994, 2015. All Rights Reserved.