Package | Description |
---|---|
com.spss.psapi.transform |
This provides objects that perform data processing and model building.
|
Modifier and Type | Field and Description |
---|---|
static CompositeProcessorType |
CompositeProcessorType.INITIAL
Represents a
CompositeProcessor that begins a sequence of nodes. |
static CompositeProcessorType |
CompositeProcessorType.PROCESS
Represents a
CompositeProcessor that allows data to flow through it. |
static CompositeProcessorType |
CompositeProcessorType.TERMINAL
Represents a
CompositeProcessor that ends a sequence of nodes. |
Modifier and Type | Method and Description |
---|---|
CompositeProcessorType |
CompositeProcessor.getCompositeProcessorType()
Returns the type of this supernode.
|
static CompositeProcessorType |
CompositeProcessorType.getEnum(java.lang.String name)
Returns the enumeration with the supplied name or
null if
no enumeration exists for the supplied name. |
static CompositeProcessorType[] |
CompositeProcessorType.getValues()
Returns an array containing all the valid values for this enumeration class.
|
Modifier and Type | Method and Description |
---|---|
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. |
void |
CompositeProcessor.setCompositeProcessorType(CompositeProcessorType type)
Sets the type of this supernode.
|
Copyright © 2014 Integral Solutions Ltd. All Rights Reserved.