org.das2.dasml
Class CommandBlock

java.lang.Object
  extended by org.das2.dasml.CommandBlock

public class CommandBlock
extends java.lang.Object


Method Summary
 void appendDOMElements(org.w3c.dom.Element element)
           
 void execute(FormBase form)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

execute

public void execute(FormBase form)
             throws DasException,
                    DataFormatException,
                    ParsedExpressionException,
                    java.lang.reflect.InvocationTargetException
Throws:
DasException
DataFormatException
ParsedExpressionException
java.lang.reflect.InvocationTargetException

appendDOMElements

public void appendDOMElements(org.w3c.dom.Element element)