A B C D E F G H I J K L M N O P Q R S T U V W X Y Z 

D

DATA_AUDIT - Static variable in class com.spss.psapi.transform.DocumentOutputType
 
DATA_AUDIT_AUTO_SAMPLE - Static variable in class com.spss.psapi.core.Property
 
DATA_AUDIT_BASIC_STATS - Static variable in class com.spss.psapi.core.Property
 
DATA_AUDIT_DISPLAY_GRAPHS - Static variable in class com.spss.psapi.core.Property
 
DATA_AUDIT_FIELDS - Static variable in class com.spss.psapi.core.Property
 
DATA_AUDIT_LINES_PER_PAGE - Static variable in class com.spss.psapi.core.Property
 
DATA_AUDIT_MAX_LENGTH_SET - Static variable in class com.spss.psapi.core.Property
 
DATA_AUDIT_MEDIAN_STATS - Static variable in class com.spss.psapi.core.Property
 
DATA_AUDIT_OVERLAY - Static variable in class com.spss.psapi.core.Property
 
DATA_AUDIT_RANDOM_SEED - Static variable in class com.spss.psapi.core.Property
 
DATA_AUDIT_USE_FIELDS - Static variable in class com.spss.psapi.core.Property
 
DATA_AUDIT_USE_RANDOM_SEED - Static variable in class com.spss.psapi.core.Property
 
DataModel - Interface in com.spss.psapi.data
This defines the properties of a set of columns.
DataModelException - Exception in com.spss.psapi.data
An exception thrown when there is a mismatch between physical set of data and its expected data model.
DataModelException(DataModel) - Constructor for exception com.spss.psapi.data.DataModelException
Deprecated. 
DataModelException(String, DataModel) - Constructor for exception com.spss.psapi.data.DataModelException
Creates a DataModelException.
DataModelFactory - Interface in com.spss.psapi.data
A factory class that creates and manipulates instances of Column and DataModel.
DataModelProvider - Interface in com.spss.psapi.extensions.common.spi
A data model provider computes an output data model for a given input data model, set of properties, the object whose data model is being computed and the session.
dataModelToXML(DataModel) - Method in interface com.spss.psapi.data.DataModelFactory
Returns an XML format string containing the supplied data model in a serializable format.
dataModelUpdated(DataModel) - Method in interface com.spss.psapi.extensions.ui.spi.PropertyControl
Called to notify the control that the data model seen by the control is updated.
DataProviderException - Exception in com.spss.psapi.extensions.common
Indicates a diagnostic fault occurred during output data model computation of an extension.
DataProviderException(int, String, DataModel) - Constructor for exception com.spss.psapi.extensions.common.DataProviderException
Creates a DataProviderException instance with one diagnostic entry and a data model
DataProviderException() - Constructor for exception com.spss.psapi.extensions.common.DataProviderException
Creates a DataProviderException instance
DataReader - Interface in com.spss.psapi.transform
This encapsulates the functionality of a data node that reads records e.g.
DataTransformer - Interface in com.spss.psapi.transform
This encapsulates the functionality of a standard inline data node .
DataWriter - Interface in com.spss.psapi.transform
This encapsulates the functionality of a node that writes records e.g.
DATE - Static variable in class com.spss.psapi.core.ParameterStorage
Indicates that the storage type is a date type.
DATE - Static variable in class com.spss.psapi.core.PropertyType
Indicates that the value should be a Date.
DATE - Static variable in class com.spss.psapi.core.StructureAttributeType
 
DATE - Static variable in class com.spss.psapi.data.StorageType
Indicates that the storage type is a date type.
DB2IM_ASSOCIATION - Static variable in class com.spss.psapi.transform.ModelOutputType
 
DB2IM_CLUSTER - Static variable in class com.spss.psapi.transform.ModelOutputType
 
DB2IM_LOGISTIC - Static variable in class com.spss.psapi.transform.ModelOutputType
 
DB2IM_NAIVE_BAYES - Static variable in class com.spss.psapi.transform.ModelOutputType
 
DB2IM_REGRESSION - Static variable in class com.spss.psapi.transform.ModelOutputType
 
DB2IM_SEQUENCE - Static variable in class com.spss.psapi.transform.ModelOutputType
 
DB2IM_TIME_SERIES - Static variable in class com.spss.psapi.transform.ModelOutputType
 
DB2IM_TREE - Static variable in class com.spss.psapi.transform.ModelOutputType
 
DECISION_LIST - Static variable in class com.spss.psapi.transform.ModelInteractorType
Represents an interactive Decision List.
DECISION_LIST - Static variable in class com.spss.psapi.transform.ModelOutputType
 
DECISION_LIST_BIN_COUNT - Static variable in class com.spss.psapi.core.Property
 
DECISION_LIST_BIN_METHOD - Static variable in class com.spss.psapi.core.Property
 
DECISION_LIST_CONFIDENCE_LEVEL - Static variable in class com.spss.psapi.core.Property
 
DECISION_LIST_FINAL_RESULTS_ONLY - Static variable in class com.spss.psapi.core.Property
 
DECISION_LIST_FREQUENCY_FIELD - Static variable in class com.spss.psapi.core.Property
 
DECISION_LIST_INCLUDE_MISSING - Static variable in class com.spss.psapi.core.Property
 
DECISION_LIST_INTERACTIVE_STATE - Static variable in class com.spss.psapi.core.Property
 
DECISION_LIST_MAX_ALTERNATIVES - Static variable in class com.spss.psapi.core.Property
 
DECISION_LIST_MAX_MODELS_PER_CYCLE - Static variable in class com.spss.psapi.core.Property
 
DECISION_LIST_MAX_RULES - Static variable in class com.spss.psapi.core.Property
 
DECISION_LIST_MAX_RULES_PER_CYCLE - Static variable in class com.spss.psapi.core.Property
 
DECISION_LIST_MAX_SEGMENTS_PER_RULE - Static variable in class com.spss.psapi.core.Property
 
DECISION_LIST_MIN_GROUP_SIZE - Static variable in class com.spss.psapi.core.Property
 
DECISION_LIST_MIN_GROUP_SIZE_PCT - Static variable in class com.spss.psapi.core.Property
 
DECISION_LIST_REUSE_FIELDS - Static variable in class com.spss.psapi.core.Property
 
DECISION_LIST_SEARCH_DIRECTION - Static variable in class com.spss.psapi.core.Property
 
DECISION_LIST_SEGMENT_GROWTH - Static variable in class com.spss.psapi.core.Property
 
DECISION_LIST_SPLIT - Static variable in class com.spss.psapi.transform.ModelOutputType
 
DECISION_LIST_TARGET_VALUE - Static variable in class com.spss.psapi.core.Property
 
DECISION_LIST_USE_FREQUENCY - Static variable in class com.spss.psapi.core.Property
 
DECISION_LIST_USE_INTERACTIVE_STATE - Static variable in class com.spss.psapi.core.Property
 
DecisionListModel - Interface in com.spss.psapi.interaction
A model built by the interactive Decision List algorithm.
DecisionListModelInteractiveState - Interface in com.spss.psapi.interaction
Saved state from an interactive Decision List modelling session.
DecisionListModelInteractor - Interface in com.spss.psapi.interaction
Interactive model building using the Decision List algorithm.
DecisionListTaskFactory - Interface in com.spss.psapi.interaction
Task factory for a DecisionListModelInteractor.
DecisionListTaskFactory.Condition - Interface in com.spss.psapi.interaction
Describes a selection condition for a data partition.
DecisionListTaskFactory.Partition - Interface in com.spss.psapi.interaction
Describes a data partition.
delete(Processor) - Method in interface com.spss.psapi.transform.ProcessorDiagram
Deletes the specified node from this diagram.
deleteAll(Collection) - Method in interface com.spss.psapi.transform.ProcessorDiagram
Deletes all the specified nodes from this diagram.
deleteFile(ServerFile) - Method in interface com.spss.psapi.resource.ServerFileSystem
Deletes the specified file from this file system.
deleteFolder(String) - Method in interface com.spss.psapi.session.Repository
Deletes the specified folder and any content within it.
DERIVE - Static variable in class com.spss.psapi.transform.ProcessorType
Represents a DataTransformer that adds new columns to the data set.
DERIVE_COND_ELSE_EXPRESSION - Static variable in class com.spss.psapi.core.Property
 
DERIVE_COND_IF_CONDITION - Static variable in class com.spss.psapi.core.Property
 
DERIVE_COND_THEN_EXPRESSION - Static variable in class com.spss.psapi.core.Property
 
DERIVE_COUNT_INCREMENT_CONDITION - Static variable in class com.spss.psapi.core.Property
 
DERIVE_COUNT_INCREMENT_EXPRESSION - Static variable in class com.spss.psapi.core.Property
 
DERIVE_COUNT_INITIAL_VALUE - Static variable in class com.spss.psapi.core.Property
 
DERIVE_COUNT_RESET_CONDITION - Static variable in class com.spss.psapi.core.Property
 
DERIVE_COUNT_RESET_EXPRESSION - Static variable in class com.spss.psapi.core.Property
 
DERIVE_FIELDS - Static variable in class com.spss.psapi.core.Property
 
DERIVE_FLAG_EXPRESSION - Static variable in class com.spss.psapi.core.Property
 
DERIVE_FLAG_FALSE_VALUE - Static variable in class com.spss.psapi.core.Property
 
DERIVE_FLAG_TRUE_VALUE - Static variable in class com.spss.psapi.core.Property
 
DERIVE_FORMULA_EXPRESSION - Static variable in class com.spss.psapi.core.Property
 
DERIVE_NAME_EXTENSION - Static variable in class com.spss.psapi.core.Property
 
DERIVE_NEW_NAME - Static variable in class com.spss.psapi.core.Property
 
DERIVE_RESULT_TYPE - Static variable in class com.spss.psapi.core.Property
 
DERIVE_SET_DEFAULT_VALUE - Static variable in class com.spss.psapi.core.Property
 
DERIVE_STATE_INITIAL_VALUE - Static variable in class com.spss.psapi.core.Property
 
DERIVE_STATE_OFF_EXPRESSION - Static variable in class com.spss.psapi.core.Property
 
DERIVE_STATE_OFF_VALUE - Static variable in class com.spss.psapi.core.Property
 
DERIVE_STATE_ON_EXPRESSION - Static variable in class com.spss.psapi.core.Property
 
DERIVE_STATE_ON_VALUE - Static variable in class com.spss.psapi.core.Property
 
Diagnostic - Class in com.spss.psapi.extensions.common
Represents a diagnostic message.
Diagnostic(int, String) - Constructor for class com.spss.psapi.extensions.common.Diagnostic
Creates a Diagnostic instance.
DiagramConnector - Interface in com.spss.psapi.transform
A node which provides a connection point between a CompositeProcessorDiagram and its containing diagram.
DIRECTION - Static variable in class com.spss.psapi.core.Property
 
directoryOrFileExists(ServerFile, boolean) - Method in interface com.spss.psapi.resource.ServerFileSystem
Returns whether a directory or file exists.
disconnect(Processor) - Method in interface com.spss.psapi.transform.ProcessorDiagram
Removes any links between the supplied node and any other nodes in this diagram.
disconnectInputConnector() - Method in interface com.spss.psapi.transform.CompositeProcessorDiagram
Removes any direct links between the diagram's input connector and other nodes in the diagram.
disconnectOutputConnector() - Method in interface com.spss.psapi.transform.CompositeProcessorDiagram
Removes any direct links between the diagram's output connector and other nodes in the diagram.
DISCRETE - Static variable in class com.spss.psapi.data.MeasureType
Indicates that the column value is like SET but can be treated as FLAG if there are only two values.
disposeControl() - Method in interface com.spss.psapi.extensions.ui.spi.PropertyControl
Called to notify the control that the window which contains the control is being destroyed.
disposeExtensionDelegate(ExtensionContext) - Method in interface com.spss.psapi.extensions.common.spi2.ExtensionDelegate
Called when the associated extension is being disposed of.
disposeFrame() - Method in interface com.spss.psapi.extensions.ui.spi.ExtensionObjectFrame
Called to notify the window that the object associated with the window is being deleted.
disposeNodeDelegate(NodeContext) - Method in interface com.spss.psapi.extensions.common.spi2.NodeDelegate
Called when an ExtensionProcessor is being disposed of.
disposeOutputDelegate(OutputContext) - Method in interface com.spss.psapi.extensions.common.spi2.OutputDelegate
Called when an ExtensionOutput is being disposed of.
disposePanel() - Method in interface com.spss.psapi.extensions.ui.spi.ExtensionObjectPanel
Called to notify the panel that the window which contains the component browser is being destroyed.
disposeUIDelegate(ExtensionObjectWindowHandle) - Method in interface com.spss.psapi.extensions.ui.spi.ExtensionObjectUIDelegate
Called when the UI for an extension object is being disposed of.
DISTINCT - Static variable in class com.spss.psapi.transform.ProcessorType
Represents a DataTransformer that removes duplicate rows.
DISTINCT_FIELDS - Static variable in class com.spss.psapi.core.Property
 
DISTRIBUTION - Static variable in class com.spss.psapi.transform.DocumentOutputType
 
DISTRIBUTION_NORMALIZE - Static variable in class com.spss.psapi.core.Property
 
DISTRIBUTION_PLOT - Static variable in class com.spss.psapi.core.Property
 
DISTRIBUTION_SORT_ASCENDING - Static variable in class com.spss.psapi.core.Property
 
DISTRIBUTION_SORT_MODE - Static variable in class com.spss.psapi.core.Property
 
DISTRIBUTION_USE_PROPORTIONAL_SCALE - Static variable in class com.spss.psapi.core.Property
 
DISTRIBUTION_X_FIELD - Static variable in class com.spss.psapi.core.Property
 
DOCUMENT_OUTPUT - Static variable in class com.spss.psapi.core.FileFormat
Identifier for the native DocumentOutput format.
DocumentBuilder - Interface in com.spss.psapi.transform
This encapsulates the functionality of a node that builds a viewable output object such as a table, graph or report.
DocumentContainer - Interface in com.spss.psapi.core
Defines the functionality associated with document containers.
DocumentOutput - Interface in com.spss.psapi.transform
This encapsulates the concrete results of executing DocumentBuilder nodes that produce generic document-type outputs.
DocumentOutputManager - Interface in com.spss.psapi.extensions.common
A document output manager contains all document outputs managed by the application session.
DocumentOutputType - Class in com.spss.psapi.transform
This class enumerates the types of document outputs that are generated by the different ProcessorType that are DocumentBuilders or which can be imported.
DOUBLE - Static variable in class com.spss.psapi.core.PropertyType
Indicates that the value should be a Double.
DOUBLE - Static variable in class com.spss.psapi.core.StructureAttributeType
 
downloadContainer(String, String, ContentFormat, String) - Method in interface com.spss.psapi.as.ContainerManager
Download a container from AS.
dropTable(String) - Method in interface com.spss.psapi.resource.ServerDatabaseConnection
 
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z 

Copyright © 2014 Integral Solutions Ltd. All Rights Reserved.