com.spss.psapi.extensions.common

Interface ModelOutputManager



  • public interface ModelOutputManager
    A model output manager contains all model outputs managed by the application session.
    Since:
    PSAPI 11.1
    Version:
    1.0
    Author:
    Julian Clinton
    • Method Detail

      • addModelOutput

        void addModelOutput(ModelOutput modelOutput,
                          java.lang.Object source)
        Adds the supplied model output object to the manager.
        Parameters:
        modelOutput - the model output to be added
        source - the object that generated or supplied the model output (may be null)
      • removeModelOutput

        void removeModelOutput(ModelOutput modelOutput)
        Remove the supplied model output object from the manager.
        Parameters:
        modelOutput - the model output to be removed
      • getModelOutputCount

        int getModelOutputCount()
        Returns the number of model outputs being managed.
        Returns:
        the number of model outputs being managed
      • getModelOutputAt

        ModelOutput getModelOutputAt(int index)
        Returns the model output at the specified index.
        Parameters:
        index -
        Returns:
        the model output at the specified index
      • getModelOutputForID

        ModelOutput getModelOutputForID(java.lang.String id)
        Returns the model output with the specified ID or null if no such model output can be found.
        Parameters:
        id - the model output ID
        Returns:
        the model output or null
      • removeAll

        void removeAll()
        Removes all model outputs from the manager. Any unsaved changes to the model outputs will be lost.
        Since:
        PSAPI 17.0

Copyright © 2014 Integral Solutions Ltd. All Rights Reserved.