es.unex.sextante.gui.cmd.bshcommands
Class describealg

java.lang.Object
  extended by es.unex.sextante.gui.cmd.bshcommands.describealg

public class describealg
extends java.lang.Object

A BeanShell command to describe SEXTANTE algorithms

Author:
volaya

Constructor Summary
describealg()
           
 
Method Summary
static void invoke(bsh.Interpreter env, bsh.CallStack callstack, java.lang.String sAlgName)
          Describes a geoalgorithm.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

describealg

public describealg()
Method Detail

invoke

public static void invoke(bsh.Interpreter env,
                          bsh.CallStack callstack,
                          java.lang.String sAlgName)
Describes a geoalgorithm.

Parameters:
env - the beanshell interpreter
callstack - the call stack
sAlgName - the command-line name of the algorithm