Interface SubsetActivity

All Superinterfaces:
Activity

public interface SubsetActivity extends Activity
Activity for making multiple row selections.
Since:
10 Dec 2008
Author:
Mark Taylor
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Sends a message to select a given sequence of rows.

    Methods inherited from interface uk.ac.starlink.topcat.interop.Activity

    getTargetSelector
  • Method Details

    • selectSubset

      void selectSubset(TopcatModel tcModel, RowSubset rset) throws IOException
      Sends a message to select a given sequence of rows.
      Parameters:
      tcModel - table in question
      rset - row subset
      Throws:
      IOException