com.ibm.ia.scoring

Interface ScoringInputTable

    • Method Detail

      • getTableName

        java.lang.String getTableName()
        Returns the table name.
        Returns:
        the name of the table.
      • addRow

        ScoringInputRow addRow()
        Adds a row to the scoring input table.
        Returns:
        the new scoring input row.
      • removeRow

        ScoringInputRow removeRow(int rowNumber)
                                  throws java.lang.IndexOutOfBoundsException
        Removes a row from the scoring input table.
        Throws:
        java.lang.IndexOutOfBoundsException - if rowNumber exceeds the range: 0 <= rowNumber < ScoringTable.getRowCount()
        Parameters:
        rowNumber - the row index.
        Returns:
        the removed scoring input row.

© Copyright IBM 2016