Uses of Interface
adams.core.CustomDisplayStringProvider
-
Packages that use CustomDisplayStringProvider Package Description adams.core adams.data.spreadsheet adams.data.weka -
-
Uses of CustomDisplayStringProvider in adams.core
Classes in adams.core that implement CustomDisplayStringProvider Modifier and Type Class Description class
AbstractDataBackedIndex<T>
Ancestor for index classes that can use names as index as well as the placeholders like 'first' and 'last'.class
AbstractDataBackedRange<T>
Ancestor for range classes that allow additional names in the range string, just like placeholders for 'first', 'second', etc).class
AbstractDataBackedUnorderedRange<T>
Ancestor for unordered range classes that allow additional names in the range string, just like placeholders for 'first', 'second', etc).class
Index
A simple class that translates human-readable 1-based index strings (including "first", "second", "third", "last_2", "last_1" and "last") into integer indices.class
Range
A class for managing a range of 1-based indices, e.g., 1-5, 3,7,9 or 1-7,9 (including "first", "second", "third", "last_2", "last_1" and "last").class
UnorderedRange
LikeRange
, but enforces no ordering on indices. -
Uses of CustomDisplayStringProvider in adams.data.spreadsheet
Classes in adams.data.spreadsheet that implement CustomDisplayStringProvider Modifier and Type Class Description class
SheetIndex
ExtendedIndex
class that can use a sheet name to determine an index of a sheet as well.class
SheetRange
ExtendedRange
class that also allows sheet names for specifying sheet positions (names are case-insensitive, just like placeholders for 'first', 'second', etc).class
SpreadSheetColumnIndex
ExtendedIndex
class that can use a column name to determine an index of a column as well.class
SpreadSheetColumnRange
ExtendedRange
class that also allows column names for specifying column positions (names are case-insensitive, just like placeholders for 'first', 'second', etc).class
SpreadSheetRowIndex
ExtendedIndex
class for SpreadSheet objects.class
SpreadSheetRowRange
ExtendedRange
class for SpreadSheet objects.class
SpreadSheetUnorderedColumnRange
ExtendedUnorderedRange
class that also allows column names for specifying column positions (names are case-insensitive, just like placeholders for 'first', 'second', etc).class
SpreadSheetUnorderedRowRange
ExtendedUnorderedRange
for handling spreadsheets. -
Uses of CustomDisplayStringProvider in adams.data.weka
Classes in adams.data.weka that implement CustomDisplayStringProvider Modifier and Type Class Description class
WekaAttributeIndex
ExtendedIndex
class that can use an attribute name to determine an index of a attribute as well.class
WekaAttributeRange
ExtendedRange
class that also allows attribute names for specifying attribute positions (names are case-insensitive, just like placeholders for 'first', 'second', etc).class
WekaLabelIndex
ExtendedIndex
class that can use a label name to determine an index of a label as well.class
WekaLabelRange
ExtendedRange
class that also allows attribute names for specifying attribute positions (names are case-insensitive, just like placeholders for 'first', 'second', etc).class
WekaUnorderedAttributeRange
ExtendedUnorderedRange
class that also allows attribute names for specifying attribute positions (names are case-insensitive, just like placeholders for 'first', 'second', etc).
-