Package adams.core
Interface ExampleProvider
-
- All Known Implementing Classes:
AbstractDataBackedIndex
,AbstractDataBackedRange
,AbstractDataBackedUnorderedRange
,BaseShortcut
,Index
,Range
,SheetIndex
,SheetRange
,SpreadSheetColumnIndex
,SpreadSheetColumnRange
,SpreadSheetRowIndex
,SpreadSheetRowRange
,SpreadSheetUnorderedColumnRange
,SpreadSheetUnorderedRowRange
,UnorderedRange
,WekaAttributeIndex
,WekaAttributeRange
,WekaLabelIndex
,WekaLabelRange
,WekaUnorderedAttributeRange
public interface ExampleProvider
Interface for classes that provide examples for usage, etc.- Version:
- $Revision$
- Author:
- fracpete (fracpete at waikato dot ac dot nz)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getExample()
Returns the example.
-
-
-
Method Detail
-
getExample
String getExample()
Returns the example.- Returns:
- the example
-
-