com.spss.psapi.transform

Interface ModelApplier

    • Method Detail

      • getBuilderProcessorID

        java.lang.String getBuilderProcessorID()
        Returns the ID of the model builder node that built the underlying model. The empty string is returned if this information is not available.
        Returns:
        the model builder id
        Since:
        PSAPI 2.0
        See Also:
        getBuilderStreamID()
      • getBuilderStreamID

        java.lang.String getBuilderStreamID()
        Returns the ID of the stream of the model builder node that built the underlying model. The empty string is returned if this information is not available.
        Returns:
        the model builder stream id
        Since:
        PSAPI 2.0
        See Also:
        getBuilderProcessorID()
      • getModelDetail

        ModelDetail getModelDetail()
        Returns the underlying model representation.
        Returns:
        the underlying model representation
      • getLocalizedAlgorithmName

        java.lang.String getLocalizedAlgorithmName()
        Returns the localized algorithm name.
        Returns:
        the the localized algorithm name
        Since:
        PSAPI 11.1
      • getStatXML

        java.lang.String getStatXML()
        If this model contains StatXML then this returns the StatXML as a string, otherwise returns null.
        Returns:
        the StatXML or null
        Since:
        PSAPI 18.1
        See Also:
        hasStatXML()
      • hasStatXML

        boolean hasStatXML()
        Returns true if this model includes StatXML. StatXML is a proprietary format which provides additional information about that model.
        Returns:
        true if this model includes StatXML
        Since:
        PSAPI 18.1
        See Also:
        getStatXML()

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