Package adams.data.indexedsplits
Interface IndexedSplitsRunsCompatibility
-
- All Superinterfaces:
Destroyable,LenientModeSupporter,OptionHandler
- All Known Implementing Classes:
AbstractIndexedSplitsRunsCompatibility,InstancesIndexedSplitsRunsCompatibility
public interface IndexedSplitsRunsCompatibility extends OptionHandler, LenientModeSupporter
Interface for compatibility checks between data and indexed splits runs.- Author:
- FracPete (fracpete at waikato dot ac dot nz)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringisCompatible(Object data, IndexedSplitsRuns runs)Checks whether the data is compatible with the indexed splits.-
Methods inherited from interface adams.core.Destroyable
destroy
-
Methods inherited from interface adams.core.LenientModeSupporter
getLenient, lenientTipText, setLenient
-
Methods inherited from interface adams.core.option.OptionHandler
cleanUpOptions, defineOptions, getOptionManager, toCommandLine
-
-
-
-
Method Detail
-
isCompatible
String isCompatible(Object data, IndexedSplitsRuns runs)
Checks whether the data is compatible with the indexed splits.- Parameters:
data- the data to checkruns- the indexed splits to compare against- Returns:
- null if successfully passed checks, otherwise error message
-
-