Package | Description |
---|---|
com.spss.psapi.core |
This provides the base objects used by other parts of the API.
|
com.spss.psapi.interaction |
This provides classes used for interactive modeling.
|
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
PropertiedObject.getKeyedPropertyValue(java.lang.String propertyName,
java.lang.String keyName)
Returns the value of the named property and key or
null if no
such property or key exists. |
java.lang.Object |
PropertiedObject.getPropertyValue(java.lang.String propertyName)
Returns the value of the named property or
null if no such property
exists. |
void |
PropertiedObject.setKeyedPropertyValue(java.lang.String propertyName,
java.lang.String keyName,
java.lang.Object value)
Sets the value of the named property and key.
|
void |
PropertiedObject.setPropertyValue(java.lang.String propertyName,
java.lang.Object value)
Sets the value of the named property.
|
void |
PropertiedObject.setPropertyValues(java.util.Map properties)
Sets the values of the named properties.
|
Modifier and Type | Method and Description |
---|---|
Task |
DecisionListTaskFactory.createExtendModelTask(DecisionListModel model,
DecisionListTaskFactory.Partition partition,
java.util.Map buildSettings)
Creates a task which will extend a model against a specified data partition.
|
(C) Copyright IBM Corp. 1994, 2015. All Rights Reserved.