Package adams.data
Interface NotesHandler
-
- All Known Subinterfaces:
DatabaseNotesHandler
,MutableNotesHandler
- All Known Implementing Classes:
AbstractImageContainer
,AbstractSimpleContainer
,BlobContainer
,BoofCVImageContainer
,BufferedImageBitmaskContainer
,BufferedImageContainer
,Instance
,ObjectContainer
,OpenCVImageContainer
,SpreadSheetRow
,TextContainer
,Timeseries
,WekaInstanceContainer
public interface NotesHandler
For classes that handle notes as well.- Version:
- $Revision$
- Author:
- fracpete (fracpete at waikato dot ac dot nz)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Notes
getNotes()
Returns the currently stored notes.
-
-
-
Method Detail
-
getNotes
Notes getNotes()
Returns the currently stored notes.- Returns:
- the current notes
-
-