Package | Description |
---|---|
com.spss.psapi.transform |
This provides objects that perform data processing and model building.
|
Modifier and Type | Method and Description |
---|---|
Comment |
ProcessorDiagram.createCommentAt(java.lang.String text,
java.util.List<java.lang.String> nodeIds,
int x,
int y,
int width,
int height)
Creates a
Comment of the specified type and adds it to this diagram at the specified
location. |
Comment |
ProcessorDiagram.findCommentByID(java.lang.String commentId)
Returns the comment with the specified ID from the diagram or
null if no such comment can be found. |
Modifier and Type | Method and Description |
---|---|
java.util.List<Comment> |
ProcessorDiagram.comments()
Returns a list of comments in the diagram.
|
Modifier and Type | Method and Description |
---|---|
boolean |
ProcessorDiagram.deleteComment(Comment comment)
Deletes the specified comment from this diagram.
|
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. |
(C) Copyright IBM Corp. 1994, 2015. All Rights Reserved.