Package adams.data.groupupdate
Interface GroupUpdater
-
- All Superinterfaces:
Destroyable,OptionHandler,QuickInfoSupporter
- All Known Implementing Classes:
AbstractGroupUpdater,PassThrough,ReportField
public interface GroupUpdater extends OptionHandler, QuickInfoSupporter
Ancestor for schemes that update the group of objects.- Author:
- FracPete (fracpete at waikato dot ac dot nz)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanhandles(Object obj)Checks whether the data type is handled.StringupdateGroup(Object obj, String group)Updates the group of the object.-
Methods inherited from interface adams.core.Destroyable
destroy
-
Methods inherited from interface adams.core.option.OptionHandler
cleanUpOptions, defineOptions, getOptionManager, toCommandLine
-
Methods inherited from interface adams.core.QuickInfoSupporter
getQuickInfo
-
-
-
-
Method Detail
-
handles
boolean handles(Object obj)
Checks whether the data type is handled.- Parameters:
obj- the object to check- Returns:
- true if handled
-
-