org.eucalyptus.analysesi.save
Class AnalyseSI063Format

java.lang.Object
  extended by org.eucalyptus.analysesi.save.AbstractFormat
      extended by org.eucalyptus.analysesi.save.AnalyseSI063Format
All Implemented Interfaces:
Format

public class AnalyseSI063Format
extends AbstractFormat

L'ancien format AnalyseSI 0.6.3.

Author:
Loic Dreux

Constructor Summary
AnalyseSI063Format()
          Le constructeur de la classe AnalyseSI063Format.
 
Method Summary
 AnalyseSIModel loadModel(java.io.File file)
          Charge un model à partir d'un fichier.
 void saveModel(AnalyseSIModel analyseSIModel, java.io.File file)
          Sauvegarde le model dans un fichier.
 
Methods inherited from class org.eucalyptus.analysesi.save.AbstractFormat
getDescription, getFileExtension, getName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AnalyseSI063Format

public AnalyseSI063Format()
Le constructeur de la classe AnalyseSI063Format.

Method Detail

loadModel

public AnalyseSIModel loadModel(java.io.File file)
                         throws LoadModelException,
                                LoadModelNotSupportedException
Description copied from interface: Format
Charge un model à partir d'un fichier.

Parameters:
file - le fichier qui contient le model
Returns:
le model
Throws:
LoadModelException
LoadModelNotSupportedException

saveModel

public void saveModel(AnalyseSIModel analyseSIModel,
                      java.io.File file)
               throws SaveModelException,
                      SaveModelNotSupportedException
Description copied from interface: Format
Sauvegarde le model dans un fichier.

Parameters:
analyseSIModel - le model à sauvegarder
file - le fichier de sortie
Throws:
SaveModelException
SaveModelNotSupportedException


Copyright © 2009. All Rights Reserved.