Interface ProcessRow
-
- All Superinterfaces:
Comparable<InstancesTablePopupMenuItem>
,InstancesTablePopupMenuItem
- All Known Implementing Classes:
AbstractProcessRow
,ArrayStatistic
,ChangeInstanceWeights
,InvestigatorAsNewDataset
,RowStatistic
public interface ProcessRow extends InstancesTablePopupMenuItem
Interface for plugins that process a row.- Author:
- FracPete (fracpete at waikato dot ac dot nz)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
processRow(InstancesTablePopupMenuItemHelper.TableState state)
Processes the specified row.-
Methods inherited from interface java.lang.Comparable
compareTo
-
Methods inherited from interface adams.gui.visualization.instances.instancestable.InstancesTablePopupMenuItem
getIconName, getMenuItem, isAvailable
-
-
-
-
Method Detail
-
processRow
boolean processRow(InstancesTablePopupMenuItemHelper.TableState state)
Processes the specified row.- Parameters:
state
- the table state- Returns:
- true if successful
-
-