Interface AnalyticTableInterface

All Superinterfaces:
MetadataInterface, PublicObjectInterface, Remote

public interface AnalyticTableInterface extends MetadataInterface
  • Method Details

    • getAnalyticTableAttributes

      AnalyticTableAttributes getAnalyticTableAttributes() throws ServiceException, RemoteException
      Get the set of attributes for this object;
      Returns:
      An AnalyticTableAttributes object with the attributes for this table.
      Throws:
      ServiceException - If a repository error occurs.
      RemoteException - In the event of remote object failure.
    • setAnalyticTableAttributes

      void setAnalyticTableAttributes(AnalyticTableAttributes attributes) throws ServiceException, RemoteException
      Set the attribute for this object. The entire set will be applied. Normal usage is to first call getAttributes, update the set, then call setAttributes.
      Parameters:
      attributes - The new attribute values to set.
      Throws:
      ServiceException - If a repository error occurs.
      RemoteException - In the event of remote object failure.
    • getTrainingTable

      RelationalTableInterface getTrainingTable() throws ServiceException, RemoteException
      Get the analytic training table.
      Returns:
      A RelationalTableInterface representing the analytic training table.
      Throws:
      ServiceException - If a repository error occurs.
      RemoteException - In the event of remote object failure.
    • setTrainingTable

      void setTrainingTable(RelationalTableInterface table) throws ServiceException, RemoteException
      Set the analytic training table.
      Parameters:
      table - A RelationalTableInterface for the training table.
      Throws:
      ServiceException - If a repository error occurs.
      RemoteException - In the event of remote object failure.