Package | Description |
---|---|
com.spss.psapi.transform |
This provides objects that perform data processing and model building.
|
Modifier and Type | Method and Description |
---|---|
java.util.List |
ProcessorDiagram.insert(ProcessorDiagram source,
java.util.List nodes,
boolean newIDs)
Inserts copies of the nodes 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.
|
Copyright © 2014 Integral Solutions Ltd. All Rights Reserved.