Package adams.data
Interface MutableNotesHandler
-
- All Superinterfaces:
NotesHandler
- All Known Implementing Classes:
AbstractImageContainer
,AbstractSimpleContainer
,BlobContainer
,BoofCVImageContainer
,BufferedImageBitmaskContainer
,BufferedImageContainer
,ObjectContainer
,OpenCVImageContainer
,TextContainer
,WekaInstanceContainer
public interface MutableNotesHandler extends NotesHandler
Allows the replacement of current notes.- 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.- Specified by:
getNotes
in interfaceNotesHandler
- Returns:
- the current notes
-
-