infomat.io
Class IObjectGroupingIO

java.lang.Object
  extended by infomat.io.IObjectGroupingIO

public class IObjectGroupingIO
extends java.lang.Object

For loading and saving a IMatrix.

Version:
070205
Author:
Magnus Rosell

Constructor Summary
IObjectGroupingIO()
           
 
Method Summary
 IObjectGrouping load(boolean row, IMatrix matrix, java.io.File file)
           
 IObjectGrouping loadCompressed(boolean row, IMatrix matrix, java.io.File file)
           
 void printDTD(java.io.PrintWriter out)
           
 void save(IObjectGrouping grouping, IMatrix matrix, java.io.File file)
          Exports the IMatrix in XML format
 void saveCompressed(IObjectGrouping grouping, IMatrix matrix, java.lang.String fileName)
          Exports the IMatrix in XML format The file is saved in compressed .zip-format.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IObjectGroupingIO

public IObjectGroupingIO()
Method Detail

load

public IObjectGrouping load(boolean row,
                            IMatrix matrix,
                            java.io.File file)

loadCompressed

public IObjectGrouping loadCompressed(boolean row,
                                      IMatrix matrix,
                                      java.io.File file)

save

public void save(IObjectGrouping grouping,
                 IMatrix matrix,
                 java.io.File file)
Exports the IMatrix in XML format


saveCompressed

public void saveCompressed(IObjectGrouping grouping,
                           IMatrix matrix,
                           java.lang.String fileName)
Exports the IMatrix in XML format The file is saved in compressed .zip-format.


printDTD

public void printDTD(java.io.PrintWriter out)