Package adams.core
Interface LenientModeSupporter
-
- All Known Subinterfaces:
IndexedSplitsRunsCompatibility
- All Known Implementing Classes:
AbstractConditionalIdSupplier,AbstractCustomPNGAnnotationImageSegmentationReader,AbstractDatabaseIdSupplier,AbstractDataContainerDbReader,AbstractIdSupplier,AbstractIndexedSplitsRunsCompatibility,AbstractMetaObjectFinder,AbstractObjectFinder,AbstractPNGAnnotationImageSegmentationReader,AbstractReportDbUpdater,AllFinder,BlueChannelImageSegmentationReader,ByMetaDataNumericValue,ByMetaDataStringValue,GrayscaleImageSegmentationReader,HasMetaDataValue,IndexedPNGImageSegmentationReader,InstancesIndexedSplitsRunsCompatibility,Invert,MergeReportFromMap,MultiObjectFinder,NullFinder,ObjectsInPolygon,ObjectsInRegion,PolygonPoints,ReportDbUpdater,Size,SpreadSheetColumnsToReport,SpreadSheetRowsToReport,SpreadSheetStorageRowIterator,SpreadSheetVariableRowIterator,SQLIdSupplier,StringToObject,Switch,TimeseriesReportDbUpdater,WekaReorderAttributesToReference
public interface LenientModeSupporterInterface for classes that support a lenient or strict mode.- Author:
- FracPete (fracpete at waikato dot ac dot nz)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleangetLenient()Returns whether to use lenient mode.StringlenientTipText()Returns the tip text for this property.voidsetLenient(boolean value)Sets whether to use lenient mode.
-
-
-
Method Detail
-
setLenient
void setLenient(boolean value)
Sets whether to use lenient mode.- Parameters:
value- true if to turn on lenient mode
-
getLenient
boolean getLenient()
Returns whether to use lenient mode.- Returns:
- true if lenient mode on
-
lenientTipText
String lenientTipText()
Returns the tip text for this property.- Returns:
- tip text for this property suitable for displaying in the GUI or for listing the options.
-
-