Package uk.ac.starlink.topcat.interop
Interface SubsetActivity
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
selectSubset(TopcatModel tcModel, RowSubset rset)
Sends a message to select a given sequence of rows.-
Methods inherited from interface uk.ac.starlink.topcat.interop.Activity
getTargetSelector
-
-
-
-
Method Detail
-
selectSubset
void selectSubset(TopcatModel tcModel, RowSubset rset) throws java.io.IOException
Sends a message to select a given sequence of rows.- Parameters:
tcModel
- table in questionrset
- row subset- Throws:
java.io.IOException
-
-