Class DAX


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

      • DAX

        public DAX​(java.lang.String id,
                   java.lang.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​(java.lang.String id,
                   java.lang.String daxname,
                   java.lang.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 Detail

      • 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