Uses of Class
es.unex.sextante.core.OutputObjectsSet

Packages that use OutputObjectsSet
es.unex.sextante.core   
es.unex.sextante.gui.batch   
es.unex.sextante.gui.batch.nonFileBased   
es.unex.sextante.modeler   
 

Uses of OutputObjectsSet in es.unex.sextante.core
 

Methods in es.unex.sextante.core that return OutputObjectsSet
 OutputObjectsSet OutputObjectsSet.getNewInstance()
          Returns a new instance of the set and all its elements
 OutputObjectsSet GeoAlgorithm.getOutputObjects()
           
 

Methods in es.unex.sextante.core with parameters of type OutputObjectsSet
 void GeoAlgorithm.setOutputObjects(OutputObjectsSet ooSet)
          sets a new set of output objects
 

Uses of OutputObjectsSet in es.unex.sextante.gui.batch
 

Constructors in es.unex.sextante.gui.batch with parameters of type OutputObjectsSet
ParametersTableModel(ParametersSet ps, OutputObjectsSet ooSet)
          Constructor
 

Uses of OutputObjectsSet in es.unex.sextante.gui.batch.nonFileBased
 

Constructors in es.unex.sextante.gui.batch.nonFileBased with parameters of type OutputObjectsSet
ParametersTableModel(ParametersSet ps, OutputObjectsSet ooSet)
          Constructor
 

Uses of OutputObjectsSet in es.unex.sextante.modeler
 

Methods in es.unex.sextante.modeler with parameters of type OutputObjectsSet
 void ModelAlgorithm.setValues(java.util.ArrayList algs, java.util.ArrayList algKeys, java.util.ArrayList assignments, java.util.HashMap inputs, OutputObjectsSet outputs)
          Sets the values used by the model algorithm