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 loadModelAsAlgorithm(java.lang.String sFilename)
           
static GeoAlgorithm[] loadModelsAsAlgorithms(java.lang.String modelsFolder)
           
static ModelAlgorithm open(java.io.File file, java.util.HashMap dao, java.util.ArrayList inputKeys, java.util.HashMap coords)
           
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,
                                  java.util.HashMap dao,
                                  java.util.ArrayList inputKeys,
                                  java.util.HashMap coords)

open

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

loadModelAsAlgorithm

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

loadModelsAsAlgorithms

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