Class DAX


public class DAX extends AbstractJob
Creates a DAX job object
Version:
$Revision$
Author:
GAURANG MEHTA gmehta at isi dot edu
See Also:
  • Constructor Details

    • DAX

      public DAX(String id, String daxname)
      Create a DAX job object
      Parameters:
      id - The unique id of the DAX job object. Must be of type [A-Za-z][-A-Za-z0-9_]*
      daxname - The DAX file to plan and submit
    • DAX

      public DAX(DAX dax)
      Copy Constructor
      Parameters:
      dax - the DAX job
    • DAX

      public DAX(String id, String daxname, String label)
      Create a DAX job object
      Parameters:
      id - The unique id of the DAX job object. Must be of type [A-Za-z][-A-Za-z0-9_]*
      daxname - The DAX file to plan and submit
      label - the label for the job
  • Method Details

    • isDAX

      public boolean isDAX()
      Is this Object a DAX
      Overrides:
      isDAX in class AbstractJob
      Returns:
      boolean
    • toXML

      public void toXML(edu.isi.pegasus.common.util.XMLWriter writer, int indent)
      Overrides:
      toXML in class AbstractJob
      Parameters:
      writer - the XML Writer
      indent - number of indent spaces