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 NotesHandlerFor 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 NotesgetNotes()Returns the currently stored notes.
-
-
-
Method Detail
-
getNotes
Notes getNotes()
Returns the currently stored notes.- Returns:
- the current notes
-
-