Facemorph.DataBase
Interface IniHandler

All Known Subinterfaces:
DataReducer, Regressor, StatisticalModel
All Known Implementing Classes:
BinaryLogisticRegression, DifferenceOfAverages, ICA, ImagePLS, ImageRegressor, Model, NumericRegressor, OvercompleteSPLS, PCAReducer, PLSReducer, sPLSSVD, sPLSSVD_DWH, WaveletPLS, WaveletRGBPLS, WeightedPLS, WeightedPLS2

public interface IniHandler

This interface must be implemented by any objects that are (de)serialised by the iniFile interface


Method Summary
 boolean read(iniFile in)
          Read from the current position in an iniFile.
 boolean write(iniFile file, java.lang.String name)
          Writes this Template to file (via a PrintStream)
 

Method Detail

read

boolean read(iniFile in)
Read from the current position in an iniFile. assumes that the iniFile is already in the object's root block

Parameters:
in -
Returns:
true if successfully read.

write

boolean write(iniFile file,
              java.lang.String name)
Writes this Template to file (via a PrintStream)

Parameters:
file - The output ini file to fill with class data
Returns:
if written successfully