Interface RowsSettable

All Known Implementing Classes:
IndTestChiSquare, IndTestFisherZ, IndTestGSquare

public interface RowsSettable
Interface for tests that can have their rows set on the fly.
Author:
josephramsey
  • Method Summary

    Modifier and Type
    Method
    Description
    Gets the rows to use for the test.
    void
    Sets the rows to use for the test.
  • Method Details

    • getRows

      List<Integer> getRows()
      Gets the rows to use for the test. These rows over override testwise deletion if set.
      Returns:
      The rows to use for the test. Can be null.
    • setRows

      void setRows(List<Integer> rows)
      Sets the rows to use for the test. This will override testwise deletion.
      Parameters:
      rows - The rows to use for the test. Can be null.