es.unex.sextante.gui.modeler
Class ModelAlgorithmIO

java.lang.Object
  extended by es.unex.sextante.gui.modeler.ModelAlgorithmIO

public class ModelAlgorithmIO
extends java.lang.Object


Constructor Summary
ModelAlgorithmIO()
           
 
Method Summary
static GeoAlgorithm loadModelAsAlgorithms(java.lang.String sFilename)
           
static GeoAlgorithm[] loadModelsAsAlgorithms(java.lang.String modelsFolder)
           
static ModelAlgorithm open(java.io.File file, ModelerPanel panel)
           
static boolean save(ModelerPanel panel, java.io.File file)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ModelAlgorithmIO

public ModelAlgorithmIO()
Method Detail

save

public static boolean save(ModelerPanel panel,
                           java.io.File file)

open

public static ModelAlgorithm open(java.io.File file,
                                  ModelerPanel panel)

loadModelAsAlgorithms

public static GeoAlgorithm loadModelAsAlgorithms(java.lang.String sFilename)

loadModelsAsAlgorithms

public static GeoAlgorithm[] loadModelsAsAlgorithms(java.lang.String modelsFolder)