com.spss.psapi.core

Interface ModelContainer

    • Method Detail

      • changeModelContent

        ModelContainer changeModelContent(java.lang.Object content)
        Returns a new component containing the supplied content. The content must be consistent with the existing component format i.e. either be a string if the content format is ContentFormat.UTF8 or a byte array if the content format is ContentFormat.BINARY.
        Parameters:
        content - the content
        Throws:
        java.lang.IllegalArgumentException - if the supplied value is not consistent with the component format.
        See Also:
        ContentFormat, ContentContainer.getContent(), ContentContainer.getContentFormat()
      • setInputs

        void setInputs(Column[] inputFields)
        Set the input fields of the model.
        Parameters:
        inputFields - input fields of the model.
        Since:
        PSAPI 17.0.0.1

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