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

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

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

Methods in es.unex.sextante.gui.core with parameters of type ModelAlgorithm
 int DefaultGUIFactory.showAlgorithmDialogForModeler(GeoAlgorithm algorithm, java.lang.String sName, java.lang.String sDescription, ModelAlgorithm modelAlgorithm, java.util.HashMap dataObjects, javax.swing.JDialog parent)
           
 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
 void DefaultGUIFactory.showModelerDialog(ModelAlgorithm alg)
           
 void IGUIFactory.showModelerDialog(ModelAlgorithm alg)
          Opens a model and shows the modeler dialog.
 

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, ModelerPanel panel)
           
 

Methods in es.unex.sextante.gui.modeler with parameters of type ModelAlgorithm
 void AlgorithmsPanel.setAlgorithm(ModelAlgorithm alg)
           
 void ModelGraphPanel.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)