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. |
java.util.List<?> |
ProcessorDiagram.expandComposite(CompositeProcessor node)
Expands a
CompositeProcessor into the nodes that make up the composite node. |
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.
|
void |
ProcessorDiagram.link(Processor source,
java.util.List targets)
Creates new links between the source and each target node in the supplied
list.
|
void |
ProcessorDiagram.link(Processor source,
Processor target)
Creates a new link between the source and the target.
|
void |
ProcessorDiagram.linkBetween(Processor inserted,
Processor source,
Processor target)
Connects a
Processor between two other instances and sets the position
of the inserted node to be between those. |
void |
CompositeProcessorDiagram.linkFromInputConnector(Processor node)
Creates a link from the input connector to the supplied node.
|
void |
ProcessorDiagram.linkPath(java.util.List path)
Creates a new path between
Processor instances. |
void |
CompositeProcessorDiagram.linkToOutputConnector(Processor node)
Creates a link from the supplied node to the output connector.
|
void |
ProcessorDiagram.linkUpdater(Processor updater,
Processor updatable)
Creates a new update link between the updater and the updatable.
|
void |
ProcessorDiagram.replace(Processor originalNode,
Processor replacementNode,
boolean discardOriginal)
Replaces the specified node from this diagram.
|
void |
CompositeProcessorDiagram.unlinkFromInputConnector(Processor node)
Removes any direct link from the input connector to the supplied node.
|
void |
CompositeProcessorDiagram.unlinkToOutputConnector(Processor node)
Removes any direct link from the supplied node to the output connector.
|
(C) Copyright IBM Corp. 1994, 2015. All Rights Reserved.