Uses of Package
com.spss.psapi.transform

  • Packages that use com.spss.psapi.transform 
    Package Description
    com.spss.psapi.extensions
    This provides definitions associated with the Modeler Extensions Framework (CLEF).
    com.spss.psapi.extensions.common
    This provides definitions that are used to manage streams, documents and models in scripting, and for extensions using the CLEF Java API.
    com.spss.psapi.interaction
    This provides classes used for interactive modeling.
    com.spss.psapi.model
    This provides support for accessing information about data mining models.
    com.spss.psapi.session
    This provides support for the construction and use of data mining sessions.
    com.spss.psapi.task
    This provides objects that create and represent data mining tasks.
    com.spss.psapi.transform
    This provides objects that perform data processing and model building.
  • Classes in com.spss.psapi.transform used by com.spss.psapi.extensions 
    Class and Description
    BuiltObject
    This encapsulates the concrete results of executing ObjectBuilder nodes.
    Processor
    This is the base interface for all nodes.
  • Classes in com.spss.psapi.transform used by com.spss.psapi.extensions.common 
    Class and Description
    BuiltObject
    This encapsulates the concrete results of executing ObjectBuilder nodes.
    DocumentOutput
    This encapsulates the concrete results of executing DocumentBuilder nodes that produce generic document-type outputs.
    InteractiveOutput
    This encapsulates the concrete results of executing ObjectBuilder nodes that can generate interactive outputs.
    Interactor
    Interactive services of an InteractiveOutput.
    ModelOutput
    This encapsulates the concrete results of executing ModelBuilder nodes or by opening or importing models.
    OutputFactory
    A factory class that creates BuiltObject instances.
    ProcessorDiagram
    This is the container used to assemble Processor objects into a connected flow or well-formed sequence of nodes.
    ProcessorStream
    This is the top-level container used to assemble Processor objects into a connected "flow".
  • Classes in com.spss.psapi.transform used by com.spss.psapi.interaction 
    Class and Description
    Interactor
    Interactive services of an InteractiveOutput.
    ModelInteractor
    Services for interactive modelling.
    ModelOutput
    This encapsulates the concrete results of executing ModelBuilder nodes or by opening or importing models.
  • Classes in com.spss.psapi.transform used by com.spss.psapi.model 
    Class and Description
    CompositeModelResult
    This encapsulates the concrete results for the individual models forming the Composite Model.
  • Classes in com.spss.psapi.transform used by com.spss.psapi.session 
    Class and Description
    DataWriter
    This encapsulates the functionality of a node that writes records e.g.
    DocumentOutput
    This encapsulates the concrete results of executing DocumentBuilder nodes that produce generic document-type outputs.
    ModelOutput
    This encapsulates the concrete results of executing ModelBuilder nodes or by opening or importing models.
    OutputFactory
    A factory class that creates BuiltObject instances.
    Processor
    This is the base interface for all nodes.
    ProcessorDiagram
    This is the container used to assemble Processor objects into a connected flow or well-formed sequence of nodes.
    ProcessorStream
    This is the top-level container used to assemble Processor objects into a connected "flow".
    ProcessorType
    This clas enumerates the types of nodes.
    TerminalProcessor
    This encapsulates the functionality of any node that terminates a particular sequence of nodes.
  • Classes in com.spss.psapi.transform used by com.spss.psapi.task 
    Class and Description
    DocumentOutput
    This encapsulates the concrete results of executing DocumentBuilder nodes that produce generic document-type outputs.
    ExportFormatException
    Indicates that an attempt was made to export a built object using an unsupported file format.
    ModelOutput
    This encapsulates the concrete results of executing ModelBuilder nodes or by opening or importing models.
    Processor
    This is the base interface for all nodes.
    ProcessorDiagram
    This is the container used to assemble Processor objects into a connected flow or well-formed sequence of nodes.
    ProcessorStream
    This is the top-level container used to assemble Processor objects into a connected "flow".
  • Classes in com.spss.psapi.transform used by com.spss.psapi.transform 
    Class and Description
    BuiltObject
    This encapsulates the concrete results of executing ObjectBuilder nodes.
    CompositeModelOwner
    This encapsulates objects that own auto-built models.
    CompositeModelResult
    This encapsulates the concrete results for the individual models forming the Composite Model.
    CompositeProcessor
    This encapsulates the functionality of any supernode whose behaviour is determined by its constituent nodes.
    CompositeProcessorDiagram
    This is the diagram used by CompositeProcessor objects to store nodes.
    CompositeProcessorType
    This class enumerates the types of supernodes.
    DataReader
    This encapsulates the functionality of a data node that reads records e.g.
    DataTransformer
    This encapsulates the functionality of a standard inline data node .
    DataWriter
    This encapsulates the functionality of a node that writes records e.g.
    DocumentBuilder
    This encapsulates the functionality of a node that builds a viewable output object such as a table, graph or report.
    DocumentOutput
    This encapsulates the concrete results of executing DocumentBuilder nodes that produce generic document-type outputs.
    DocumentOutputType
    This class enumerates the types of document outputs that are generated by the different ProcessorType that are DocumentBuilders or which can be imported.
    GraphOutput
    This encapsulates the concrete results of executing DocumentBuilder nodes that produce objects that are based on graphs.
    InitialProcessor
    This encapsulates the functionality of any node that begins a sequence of nodes.
    InlineProcessor
    This encapsulates the functionality of any node that allows data to flow through it i.e., a Processor that is neither a InitialProcessor nor a TerminalProcessor.
    InteractiveOutput
    This encapsulates the concrete results of executing ObjectBuilder nodes that can generate interactive outputs.
    Interactor
    Interactive services of an InteractiveOutput.
    InvalidEditException
    An exception thrown when an invalid attempt is made to edit the links between two or more nodes.
    ModelApplier
    This encapsulates the functionality of an inline node that applies models.
    ModelBuilder
    This encapsulates the functionality of a node that builds a model output object.
    ModelInteractorType
    Enumerates the types of model interactor that can be instantiated by an InteractiveOutput.
    ModelOutput
    This encapsulates the concrete results of executing ModelBuilder nodes or by opening or importing models.
    ModelOutputType
    This class enumerates the types of model outputs that are generated by the different ProcessorType that are ModelBuilders or which can be imported.
    ObjectBuilder
    This encapsulates the functionality of a node that builds an output object such as a model or graph.
    Processor
    This is the base interface for all nodes.
    ProcessorDiagram
    This is the container used to assemble Processor objects into a connected flow or well-formed sequence of nodes.
    ProcessorFactory
    A factory class that creates Processor instances.
    ProcessorFilter
    This is used to define arbitrary criteria for filtering nodes e.g. during searches.
    ProcessorStream
    This is the top-level container used to assemble Processor objects into a connected "flow".
    ProcessorType
    This clas enumerates the types of nodes.
    ReportOutput
    This encapsulates the concrete results of executing DocumentBuilder nodes that produce report-type outputs such as quality reports.
    RowSetOutput
    This encapsulates the concrete results of executing DocumentBuilder nodes that produce objects that are based on underlying RowSet such as tables and matrices.
    TerminalProcessor
    This encapsulates the functionality of any node that terminates a particular sequence of nodes.

(C) Copyright IBM Corp. 1994, 2015. All Rights Reserved.