Uses of Class
es.unex.sextante.modeler.ModelAlgorithm

Packages that use ModelAlgorithm
es.unex.sextante.core   
es.unex.sextante.gui.core   
es.unex.sextante.gui.modeler   
 

Uses of ModelAlgorithm in es.unex.sextante.core
 

Methods in es.unex.sextante.core with parameters of type ModelAlgorithm
 void GeoAlgorithm.preprocessForModeller(ModelAlgorithm model)
          Any preprocessing needed before executing the algorithm as part of a model should be carried on in this method
 

Uses of ModelAlgorithm in es.unex.sextante.gui.core
 

Methods in es.unex.sextante.gui.core with parameters of type ModelAlgorithm
 int IGUIFactory.showAlgorithmDialogForModeler(GeoAlgorithm algorithm, java.lang.String sName, java.lang.String sDescription, ModelAlgorithm modelAlgorithm, java.util.HashMap dataObjects, javax.swing.JDialog parent)
          Shows the dialog to add the selected algorithm to a model using the graphical modeler
 int DefaultGUIFactory.showAlgorithmDialogForModeler(GeoAlgorithm algorithm, java.lang.String sName, java.lang.String sDescription, ModelAlgorithm modelAlgorithm, java.util.HashMap dataObjects, javax.swing.JDialog parent)
           
 void IGUIFactory.showModelerDialog(ModelAlgorithm alg)
          Opens a model and shows the modeler dialog.
 void DefaultGUIFactory.showModelerDialog(ModelAlgorithm alg)
           
 

Uses of ModelAlgorithm in es.unex.sextante.gui.modeler
 

Methods in es.unex.sextante.gui.modeler that return ModelAlgorithm
 ModelAlgorithm ModelerPanel.getAlgorithm()
           
 ModelAlgorithm AlgorithmDialog.getModelAlgorithm()
           
static ModelAlgorithm ModelAlgorithmIO.open(java.io.File file, java.util.HashMap dao, java.util.ArrayList inputKeys, java.util.HashMap coords)
           
static ModelAlgorithm ModelAlgorithmIO.open(java.io.File file, ModelerPanel panel)
           
 

Methods in es.unex.sextante.gui.modeler with parameters of type ModelAlgorithm
 void ModelGraphPanel.setAlgorithm(ModelAlgorithm alg)
           
 void AlgorithmsPanel.setAlgorithm(ModelAlgorithm alg)
           
 

Constructors in es.unex.sextante.gui.modeler with parameters of type ModelAlgorithm
AlgorithmDialog(GeoAlgorithm algorithm, java.lang.String sName, java.lang.String sDescription, ModelAlgorithm modelAlgorithm, java.util.HashMap dataObjects)
           
AlgorithmDialog(GeoAlgorithm algorithm, java.lang.String sName, java.lang.String sDescription, ModelAlgorithm modelAlgorithm, java.util.HashMap dataObjects, javax.swing.JDialog parent)
           
FixedTableSelectionPanel(AdditionalInfoFixedTable addInfo, ObjectAndDescription[] tables, java.util.HashMap dataObjects, ModelAlgorithm algorithm)
           
ModelGraphPanel(ModelAlgorithm algorithm, java.util.HashMap dataObjects, java.util.ArrayList inputKeys, ModelerPanel modelerPanel, javax.swing.JDialog parent)