marf.Storage
Interface StorageManager

All Known Implementing Classes:
Classification, FeatureExtraction, Preprocessing, TrainingSet, Spectrogram, WaveGrapher

public interface StorageManager

Interface StorageManager

Almost every concrete module must implement this interface

$Header: /cvsroot/marf/marf/src/marf/Storage/StorageManager.java,v 1.5 2003/01/28 23:53:08 mokhov Exp $


Method Summary
 void dump()
          An object must know how dump itself to a file.
 void restore()
          An object must know how retore its non-transient data structures from a file.
 

Method Detail

dump

public void dump()
          throws java.io.IOException
An object must know how dump itself to a file. Options are: Object serialization, XML, plain text
Throws:
java.io.IOException -  

restore

public void restore()
             throws java.io.IOException
An object must know how retore its non-transient data structures from a file. Options are: Object serialization, XML, plain text
Throws:
java.io.IOException -